@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAttributeGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAttributeGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAttributeGroupRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateAttributeGroupRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateAttributeGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttributes()
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an
application and its components.
|
String |
getClientToken()
A unique identifier that you provide to ensure idempotency.
|
String |
getDescription()
The description of the attribute group that the user provides.
|
String |
getName()
The name of the attribute group.
|
Map<String,String> |
getTags()
Key-value pairs you can use to associate with the attribute group.
|
int |
hashCode() |
void |
setAttributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an
application and its components.
|
void |
setClientToken(String clientToken)
A unique identifier that you provide to ensure idempotency.
|
void |
setDescription(String description)
The description of the attribute group that the user provides.
|
void |
setName(String name)
The name of the attribute group.
|
void |
setTags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
|
String |
toString()
Returns a string representation of this object.
|
CreateAttributeGroupRequest |
withAttributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an
application and its components.
|
CreateAttributeGroupRequest |
withClientToken(String clientToken)
A unique identifier that you provide to ensure idempotency.
|
CreateAttributeGroupRequest |
withDescription(String description)
The description of the attribute group that the user provides.
|
CreateAttributeGroupRequest |
withName(String name)
The name of the attribute group.
|
CreateAttributeGroupRequest |
withTags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
|
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 setName(String name)
The name of the attribute group.
name
- The name of the attribute group.public String getName()
The name of the attribute group.
public CreateAttributeGroupRequest withName(String name)
The name of the attribute group.
name
- The name of the attribute group.public void setDescription(String description)
The description of the attribute group that the user provides.
description
- The description of the attribute group that the user provides.public String getDescription()
The description of the attribute group that the user provides.
public CreateAttributeGroupRequest withDescription(String description)
The description of the attribute group that the user provides.
description
- The description of the attribute group that the user provides.public void setAttributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
attributes
- A JSON string in the form of nested key-value pairs that represent the attributes in the group and
describes an application and its components.public String getAttributes()
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
public CreateAttributeGroupRequest withAttributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
attributes
- A JSON string in the form of nested key-value pairs that represent the attributes in the group and
describes an application and its components.public Map<String,String> getTags()
Key-value pairs you can use to associate with the attribute group.
public void setTags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
tags
- Key-value pairs you can use to associate with the attribute group.public CreateAttributeGroupRequest withTags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
tags
- Key-value pairs you can use to associate with the attribute group.public CreateAttributeGroupRequest addTagsEntry(String key, String value)
public CreateAttributeGroupRequest clearTagsEntries()
public void setClientToken(String clientToken)
A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.
clientToken
- A unique identifier that you provide to ensure idempotency. If you retry a request that completed
successfully using the same client token and the same parameters, the retry succeeds without performing
any further actions. If you retry a successful request using the same client token, but one or more of the
parameters are different, the retry fails.public String getClientToken()
A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.
public CreateAttributeGroupRequest withClientToken(String clientToken)
A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.
clientToken
- A unique identifier that you provide to ensure idempotency. If you retry a request that completed
successfully using the same client token and the same parameters, the retry succeeds without performing
any further actions. If you retry a successful request using the same client token, but one or more of the
parameters are different, the retry fails.public String toString()
toString
in class Object
Object.toString()
public CreateAttributeGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()