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