@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutAggregationAuthorizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutAggregationAuthorizationRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutAggregationAuthorizationRequest |
clone() |
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.
|
List<Tag> |
getTags() |
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.
|
void |
setTags(Collection<Tag> tags) |
String |
toString()
Returns a string representation of this object.
|
PutAggregationAuthorizationRequest |
withAuthorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
|
PutAggregationAuthorizationRequest |
withAuthorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
|
PutAggregationAuthorizationRequest |
withTags(Collection<Tag> tags) |
PutAggregationAuthorizationRequest |
withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
addHandlerContext, copyBaseTo, 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 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 PutAggregationAuthorizationRequest 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 PutAggregationAuthorizationRequest withAuthorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
authorizedAwsRegion - The region authorized to collect aggregated data.public void setTags(Collection<Tag> tags)
tags - public PutAggregationAuthorizationRequest withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - public PutAggregationAuthorizationRequest withTags(Collection<Tag> tags)
tags - public String toString()
toString in class ObjectObject.toString()public PutAggregationAuthorizationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.