@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAlertResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAlertResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAlertResult |
clone() |
boolean |
equals(Object obj) |
Alert |
getAlert()
Contains information about an alert.
|
int |
hashCode() |
void |
setAlert(Alert alert)
Contains information about an alert.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAlertResult |
withAlert(Alert alert)
Contains information about an alert.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAlert(Alert alert)
Contains information about an alert.
alert - Contains information about an alert.public Alert getAlert()
Contains information about an alert.
public DescribeAlertResult withAlert(Alert alert)
Contains information about an alert.
alert - Contains information about an alert.public String toString()
toString in class ObjectObject.toString()public DescribeAlertResult clone()