@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutResourceSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutResourceSetRequest() |
Modifier and Type | Method and Description |
---|---|
PutResourceSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ResourceSet |
getResourceSet()
Details about the resource set to be created or updated.>
|
List<Tag> |
getTagList()
Retrieves the tags associated with the specified resource set.
|
int |
hashCode() |
void |
setResourceSet(ResourceSet resourceSet)
Details about the resource set to be created or updated.>
|
void |
setTagList(Collection<Tag> tagList)
Retrieves the tags associated with the specified resource set.
|
String |
toString()
Returns a string representation of this object.
|
PutResourceSetRequest |
withResourceSet(ResourceSet resourceSet)
Details about the resource set to be created or updated.>
|
PutResourceSetRequest |
withTagList(Collection<Tag> tagList)
Retrieves the tags associated with the specified resource set.
|
PutResourceSetRequest |
withTagList(Tag... tagList)
Retrieves the tags associated with the specified resource 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 setResourceSet(ResourceSet resourceSet)
Details about the resource set to be created or updated.>
resourceSet
- Details about the resource set to be created or updated.>public ResourceSet getResourceSet()
Details about the resource set to be created or updated.>
public PutResourceSetRequest withResourceSet(ResourceSet resourceSet)
Details about the resource set to be created or updated.>
resourceSet
- Details about the resource set to be created or updated.>public List<Tag> getTagList()
Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
public void setTagList(Collection<Tag> tagList)
Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
tagList
- Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use
to categorize and manage your resources, for purposes like billing. For example, you might set the tag key
to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each
Amazon Web Services resource, up to 50 tags for a resource.public PutResourceSetRequest withTagList(Tag... tagList)
Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
NOTE: This method appends the values to the existing list (if any). Use
setTagList(java.util.Collection)
or withTagList(java.util.Collection)
if you want to override
the existing values.
tagList
- Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use
to categorize and manage your resources, for purposes like billing. For example, you might set the tag key
to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each
Amazon Web Services resource, up to 50 tags for a resource.public PutResourceSetRequest withTagList(Collection<Tag> tagList)
Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.
tagList
- Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use
to categorize and manage your resources, for purposes like billing. For example, you might set the tag key
to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each
Amazon Web Services resource, up to 50 tags for a resource.public String toString()
toString
in class Object
Object.toString()
public PutResourceSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()