@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()
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.
|
List<Tag> |
getTags()
An array of tag object.
|
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)
An array of tag object.
|
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)
An array of tag object.
|
PutAggregationAuthorizationRequest |
withTags(Tag... tags)
An array of tag object.
|
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 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)
An array of tag object.
tags
- An array of tag object.public PutAggregationAuthorizationRequest withTags(Tag... tags)
An array of tag object.
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
- An array of tag object.public PutAggregationAuthorizationRequest withTags(Collection<Tag> tags)
An array of tag object.
tags
- An array of tag object.public String toString()
toString
in class Object
Object.toString()
public PutAggregationAuthorizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()