@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConfigurationSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateConfigurationSetRequest() |
Modifier and Type | Method and Description |
---|---|
CreateConfigurationSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getConfigurationSetName()
The name to use for the new configuration set.
|
List<Tag> |
getTags()
An array of key and value pair tags that's associated with the new configuration set.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setConfigurationSetName(String configurationSetName)
The name to use for the new configuration set.
|
void |
setTags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the new configuration set.
|
String |
toString()
Returns a string representation of this object.
|
CreateConfigurationSetRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateConfigurationSetRequest |
withConfigurationSetName(String configurationSetName)
The name to use for the new configuration set.
|
CreateConfigurationSetRequest |
withTags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the new configuration set.
|
CreateConfigurationSetRequest |
withTags(Tag... tags)
An array of key and value pair tags that's associated with the new configuration set.
|
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 setConfigurationSetName(String configurationSetName)
The name to use for the new configuration set.
configurationSetName
- The name to use for the new configuration set.public String getConfigurationSetName()
The name to use for the new configuration set.
public CreateConfigurationSetRequest withConfigurationSetName(String configurationSetName)
The name to use for the new configuration set.
configurationSetName
- The name to use for the new configuration set.public List<Tag> getTags()
An array of key and value pair tags that's associated with the new configuration set.
public void setTags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the new configuration set.
tags
- An array of key and value pair tags that's associated with the new configuration set.public CreateConfigurationSetRequest withTags(Tag... tags)
An array of key and value pair tags that's associated with the new configuration set.
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 key and value pair tags that's associated with the new configuration set.public CreateConfigurationSetRequest withTags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the new configuration set.
tags
- An array of key and value pair tags that's associated with the new configuration set.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't
specify a client token, a randomly generated token is used for the request to ensure idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.
public CreateConfigurationSetRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't
specify a client token, a randomly generated token is used for the request to ensure idempotency.public String toString()
toString
in class Object
Object.toString()
public CreateConfigurationSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()