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