@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAnomalyMonitorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAnomalyMonitorRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAnomalyMonitorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AnomalyMonitor |
getAnomalyMonitor()
The cost anomaly detection monitor object that you want to create.
|
int |
hashCode() |
void |
setAnomalyMonitor(AnomalyMonitor anomalyMonitor)
The cost anomaly detection monitor object that you want to create.
|
String |
toString()
Returns a string representation of this object.
|
CreateAnomalyMonitorRequest |
withAnomalyMonitor(AnomalyMonitor anomalyMonitor)
The cost anomaly detection monitor object that you want to create.
|
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, withSdkRequestTimeout
public void setAnomalyMonitor(AnomalyMonitor anomalyMonitor)
The cost anomaly detection monitor object that you want to create.
anomalyMonitor
- The cost anomaly detection monitor object that you want to create.public AnomalyMonitor getAnomalyMonitor()
The cost anomaly detection monitor object that you want to create.
public CreateAnomalyMonitorRequest withAnomalyMonitor(AnomalyMonitor anomalyMonitor)
The cost anomaly detection monitor object that you want to create.
anomalyMonitor
- The cost anomaly detection monitor object that you want to create.public String toString()
toString
in class Object
Object.toString()
public CreateAnomalyMonitorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()