@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAddonInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
CreateAddonInstanceRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateAddonInstanceRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getAddonSubscriptionId()
 The unique ID of a previously created subscription that an Add On instance is created for. 
 | 
String | 
getClientToken()
 A unique token that Amazon SES uses to recognize subsequent retries of the same request. 
 | 
List<Tag> | 
getTags()
 The tags used to organize, track, or control access for the resource. 
 | 
int | 
hashCode()  | 
void | 
setAddonSubscriptionId(String addonSubscriptionId)
 The unique ID of a previously created subscription that an Add On instance is created for. 
 | 
void | 
setClientToken(String clientToken)
 A unique token that Amazon SES uses to recognize subsequent retries of the same request. 
 | 
void | 
setTags(Collection<Tag> tags)
 The tags used to organize, track, or control access for the resource. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateAddonInstanceRequest | 
withAddonSubscriptionId(String addonSubscriptionId)
 The unique ID of a previously created subscription that an Add On instance is created for. 
 | 
CreateAddonInstanceRequest | 
withClientToken(String clientToken)
 A unique token that Amazon SES uses to recognize subsequent retries of the same request. 
 | 
CreateAddonInstanceRequest | 
withTags(Collection<Tag> tags)
 The tags used to organize, track, or control access for the resource. 
 | 
CreateAddonInstanceRequest | 
withTags(Tag... tags)
 The tags used to organize, track, or control access for the resource. 
 | 
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 setAddonSubscriptionId(String addonSubscriptionId)
The unique ID of a previously created subscription that an Add On instance is created for. You can only have one instance per subscription.
addonSubscriptionId - The unique ID of a previously created subscription that an Add On instance is created for. You can only
        have one instance per subscription.public String getAddonSubscriptionId()
The unique ID of a previously created subscription that an Add On instance is created for. You can only have one instance per subscription.
public CreateAddonInstanceRequest withAddonSubscriptionId(String addonSubscriptionId)
The unique ID of a previously created subscription that an Add On instance is created for. You can only have one instance per subscription.
addonSubscriptionId - The unique ID of a previously created subscription that an Add On instance is created for. You can only
        have one instance per subscription.public void setClientToken(String clientToken)
A unique token that Amazon SES uses to recognize subsequent retries of the same request.
clientToken - A unique token that Amazon SES uses to recognize subsequent retries of the same request.public String getClientToken()
A unique token that Amazon SES uses to recognize subsequent retries of the same request.
public CreateAddonInstanceRequest withClientToken(String clientToken)
A unique token that Amazon SES uses to recognize subsequent retries of the same request.
clientToken - A unique token that Amazon SES uses to recognize subsequent retries of the same request.public List<Tag> getTags()
The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
public void setTags(Collection<Tag> tags)
The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for the resource. For example, { "tags":
        {"key1":"value1", "key2":"value2"} }.public CreateAddonInstanceRequest withTags(Tag... tags)
The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
 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 - The tags used to organize, track, or control access for the resource. For example, { "tags":
        {"key1":"value1", "key2":"value2"} }.public CreateAddonInstanceRequest withTags(Collection<Tag> tags)
The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for the resource. For example, { "tags":
        {"key1":"value1", "key2":"value2"} }.public String toString()
toString in class ObjectObject.toString()public CreateAddonInstanceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()