@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAnomalyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeAnomalyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAnomalyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The ID of the member account.
|
String |
getId()
The ID of the anomaly.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The ID of the member account.
|
void |
setId(String id)
The ID of the anomaly.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAnomalyRequest |
withAccountId(String accountId)
The ID of the member account.
|
DescribeAnomalyRequest |
withId(String id)
The ID of the anomaly.
|
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 setId(String id)
The ID of the anomaly.
id - The ID of the anomaly.public String getId()
The ID of the anomaly.
public DescribeAnomalyRequest withId(String id)
The ID of the anomaly.
id - The ID of the anomaly.public void setAccountId(String accountId)
The ID of the member account.
accountId - The ID of the member account.public String getAccountId()
The ID of the member account.
public DescribeAnomalyRequest withAccountId(String accountId)
The ID of the member account.
accountId - The ID of the member account.public String toString()
toString in class ObjectObject.toString()public DescribeAnomalyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()