@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAlertManagerDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a CreateAlertManagerDefinition
operation.
Constructor and Description |
---|
CreateAlertManagerDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
CreateAlertManagerDefinitionResult |
clone() |
boolean |
equals(Object obj) |
AlertManagerDefinitionStatus |
getStatus()
A structure that displays the current status of the alert manager definition.
|
int |
hashCode() |
void |
setStatus(AlertManagerDefinitionStatus status)
A structure that displays the current status of the alert manager definition.
|
String |
toString()
Returns a string representation of this object.
|
CreateAlertManagerDefinitionResult |
withStatus(AlertManagerDefinitionStatus status)
A structure that displays the current status of the alert manager definition.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(AlertManagerDefinitionStatus status)
A structure that displays the current status of the alert manager definition.
status
- A structure that displays the current status of the alert manager definition.public AlertManagerDefinitionStatus getStatus()
A structure that displays the current status of the alert manager definition.
public CreateAlertManagerDefinitionResult withStatus(AlertManagerDefinitionStatus status)
A structure that displays the current status of the alert manager definition.
status
- A structure that displays the current status of the alert manager definition.public String toString()
toString
in class Object
Object.toString()
public CreateAlertManagerDefinitionResult clone()