Class ValidateConfigurationSettingsResult
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.ValidateConfigurationSettingsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Provides a list of validation messages.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of ValidationMessage.int
hashCode()
void
setMessages
(Collection<ValidationMessage> messages) A list of ValidationMessage.toString()
Returns a string representation of this object; useful for testing and debugging.withMessages
(ValidationMessage... messages) A list of ValidationMessage.withMessages
(Collection<ValidationMessage> messages) A list of ValidationMessage.
-
Constructor Details
-
ValidateConfigurationSettingsResult
public ValidateConfigurationSettingsResult()
-
-
Method Details
-
getMessages
A list of ValidationMessage.
- Returns:
- A list of ValidationMessage.
-
setMessages
A list of ValidationMessage.
- Parameters:
messages
- A list of ValidationMessage.
-
withMessages
A list of ValidationMessage.
NOTE: This method appends the values to the existing list (if any). Use
setMessages(java.util.Collection)
orwithMessages(java.util.Collection)
if you want to override the existing values.- Parameters:
messages
- A list of ValidationMessage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withMessages
A list of ValidationMessage.
- Parameters:
messages
- A list of ValidationMessage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-