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()
boolean
A message describing the error or warning.An indication of the severity of this message:int
hashCode()
void
setMessage
(String message) A message describing the error or warning.void
setNamespace
(String namespace) void
setOptionName
(String optionName) void
setSeverity
(ValidationSeverity severity) An indication of the severity of this message:void
setSeverity
(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
- Parameters:
namespace
-
-
getNamespace
- Returns:
-
withNamespace
- Parameters:
namespace
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOptionName
- Parameters:
optionName
-
-
getOptionName
- Returns:
-
withOptionName
- Parameters:
optionName
-- 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
-