@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAnomalyMonitorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateAnomalyMonitorRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAnomalyMonitorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMonitorArn()
Cost anomaly monitor Amazon Resource Names (ARNs).
|
String |
getMonitorName()
The new name for the cost anomaly monitor.
|
int |
hashCode() |
void |
setMonitorArn(String monitorArn)
Cost anomaly monitor Amazon Resource Names (ARNs).
|
void |
setMonitorName(String monitorName)
The new name for the cost anomaly monitor.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAnomalyMonitorRequest |
withMonitorArn(String monitorArn)
Cost anomaly monitor Amazon Resource Names (ARNs).
|
UpdateAnomalyMonitorRequest |
withMonitorName(String monitorName)
The new name for the cost anomaly monitor.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMonitorArn(String monitorArn)
Cost anomaly monitor Amazon Resource Names (ARNs).
monitorArn - Cost anomaly monitor Amazon Resource Names (ARNs).public String getMonitorArn()
Cost anomaly monitor Amazon Resource Names (ARNs).
public UpdateAnomalyMonitorRequest withMonitorArn(String monitorArn)
Cost anomaly monitor Amazon Resource Names (ARNs).
monitorArn - Cost anomaly monitor Amazon Resource Names (ARNs).public void setMonitorName(String monitorName)
The new name for the cost anomaly monitor.
monitorName - The new name for the cost anomaly monitor.public String getMonitorName()
The new name for the cost anomaly monitor.
public UpdateAnomalyMonitorRequest withMonitorName(String monitorName)
The new name for the cost anomaly monitor.
monitorName - The new name for the cost anomaly monitor.public String toString()
toString in class ObjectObject.toString()public UpdateAnomalyMonitorRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()