Class ValidationMessage
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.ValidationMessage
- All Implemented Interfaces:
Serializable, Cloneable
An error or warning for a desired configuration option value.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA message describing the error or warning.An indication of the severity of this message:inthashCode()voidsetMessage(String message) A message describing the error or warning.voidsetNamespace(String namespace) voidsetOptionName(String optionName) voidsetSeverity(ValidationSeverity severity) An indication of the severity of this message:voidsetSeverity(String severity) An indication of the severity of this message:toString()Returns a string representation of this object; useful for testing and debugging.withMessage(String message) A message describing the error or warning.withNamespace(String namespace) withOptionName(String optionName) withSeverity(ValidationSeverity severity) An indication of the severity of this message:withSeverity(String severity) An indication of the severity of this message:
-
Constructor Details
-
ValidationMessage
public ValidationMessage()
-
-
Method Details
-
setMessage
A message describing the error or warning.
- Parameters:
message- A message describing the error or warning.
-
getMessage
A message describing the error or warning.
- Returns:
- A message describing the error or warning.
-
withMessage
A message describing the error or warning.
- Parameters:
message- A message describing the error or warning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSeverity
An indication of the severity of this message:
-
error: This message indicates that this is not a valid setting for an option. -
warning: This message is providing information you should take into account.
- Parameters:
severity- An indication of the severity of this message:-
error: This message indicates that this is not a valid setting for an option. -
warning: This message is providing information you should take into account.
-
- See Also:
-
-
getSeverity
An indication of the severity of this message:
-
error: This message indicates that this is not a valid setting for an option. -
warning: This message is providing information you should take into account.
- Returns:
- An indication of the severity of this message:
-
error: This message indicates that this is not a valid setting for an option. -
warning: This message is providing information you should take into account.
-
- See Also:
-
-
withSeverity
An indication of the severity of this message:
-
error: This message indicates that this is not a valid setting for an option. -
warning: This message is providing information you should take into account.
- Parameters:
severity- An indication of the severity of this message:-
error: This message indicates that this is not a valid setting for an option. -
warning: This message is providing information you should take into account.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
setSeverity
An indication of the severity of this message:
-
error: This message indicates that this is not a valid setting for an option. -
warning: This message is providing information you should take into account.
- Parameters:
severity- An indication of the severity of this message:-
error: This message indicates that this is not a valid setting for an option. -
warning: This message is providing information you should take into account.
-
- See Also:
-
-
withSeverity
An indication of the severity of this message:
-
error: This message indicates that this is not a valid setting for an option. -
warning: This message is providing information you should take into account.
- Parameters:
severity- An indication of the severity of this message:-
error: This message indicates that this is not a valid setting for an option. -
warning: This message is providing information you should take into account.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
setNamespace
-
getNamespace
-
withNamespace
- Parameters:
namespace-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOptionName
-
getOptionName
-
withOptionName
- Parameters:
optionName-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-