@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAnomalyMonitorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateAnomalyMonitorResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateAnomalyMonitorResult |
clone() |
boolean |
equals(Object obj) |
String |
getMonitorArn()
The unique identifier of your newly created cost anomaly detection monitor.
|
int |
hashCode() |
void |
setMonitorArn(String monitorArn)
The unique identifier of your newly created cost anomaly detection monitor.
|
String |
toString()
Returns a string representation of this object.
|
CreateAnomalyMonitorResult |
withMonitorArn(String monitorArn)
The unique identifier of your newly created cost anomaly detection monitor.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMonitorArn(String monitorArn)
The unique identifier of your newly created cost anomaly detection monitor.
monitorArn - The unique identifier of your newly created cost anomaly detection monitor.public String getMonitorArn()
The unique identifier of your newly created cost anomaly detection monitor.
public CreateAnomalyMonitorResult withMonitorArn(String monitorArn)
The unique identifier of your newly created cost anomaly detection monitor.
monitorArn - The unique identifier of your newly created cost anomaly detection monitor.public String toString()
toString in class ObjectObject.toString()public CreateAnomalyMonitorResult clone()