@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePendingAggregationRequestRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeletePendingAggregationRequestRequest() |
Modifier and Type | Method and Description |
---|---|
DeletePendingAggregationRequestRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRequesterAccountId()
The 12-digit account ID of the account requesting to aggregate data.
|
String |
getRequesterAwsRegion()
The region requesting to aggregate data.
|
int |
hashCode() |
void |
setRequesterAccountId(String requesterAccountId)
The 12-digit account ID of the account requesting to aggregate data.
|
void |
setRequesterAwsRegion(String requesterAwsRegion)
The region requesting to aggregate data.
|
String |
toString()
Returns a string representation of this object.
|
DeletePendingAggregationRequestRequest |
withRequesterAccountId(String requesterAccountId)
The 12-digit account ID of the account requesting to aggregate data.
|
DeletePendingAggregationRequestRequest |
withRequesterAwsRegion(String requesterAwsRegion)
The region requesting to aggregate data.
|
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 DeletePendingAggregationRequestRequest()
public void setRequesterAccountId(String requesterAccountId)
The 12-digit account ID of the account requesting to aggregate data.
requesterAccountId
- The 12-digit account ID of the account requesting to aggregate data.public String getRequesterAccountId()
The 12-digit account ID of the account requesting to aggregate data.
public DeletePendingAggregationRequestRequest withRequesterAccountId(String requesterAccountId)
The 12-digit account ID of the account requesting to aggregate data.
requesterAccountId
- The 12-digit account ID of the account requesting to aggregate data.public void setRequesterAwsRegion(String requesterAwsRegion)
The region requesting to aggregate data.
requesterAwsRegion
- The region requesting to aggregate data.public String getRequesterAwsRegion()
The region requesting to aggregate data.
public DeletePendingAggregationRequestRequest withRequesterAwsRegion(String requesterAwsRegion)
The region requesting to aggregate data.
requesterAwsRegion
- The region requesting to aggregate data.public String toString()
toString
in class Object
Object.toString()
public DeletePendingAggregationRequestRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()