@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAggregationAuthorizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteAggregationAuthorizationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAggregationAuthorizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthorizedAccountId()
The 12-digit account ID of the account authorized to aggregate data.
|
String |
getAuthorizedAwsRegion()
The region authorized to collect aggregated data.
|
int |
hashCode() |
void |
setAuthorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
|
void |
setAuthorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAggregationAuthorizationRequest |
withAuthorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
|
DeleteAggregationAuthorizationRequest |
withAuthorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated 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, withSdkRequestTimeoutpublic DeleteAggregationAuthorizationRequest()
public void setAuthorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
authorizedAccountId - The 12-digit account ID of the account authorized to aggregate data.public String getAuthorizedAccountId()
The 12-digit account ID of the account authorized to aggregate data.
public DeleteAggregationAuthorizationRequest withAuthorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
authorizedAccountId - The 12-digit account ID of the account authorized to aggregate data.public void setAuthorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
authorizedAwsRegion - The region authorized to collect aggregated data.public String getAuthorizedAwsRegion()
The region authorized to collect aggregated data.
public DeleteAggregationAuthorizationRequest withAuthorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
authorizedAwsRegion - The region authorized to collect aggregated data.public String toString()
toString in class ObjectObject.toString()public DeleteAggregationAuthorizationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()