@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
TagResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResourceName()
The name of the resource to which you are adding tags.
|
List<Tag> |
getTags()
The tag key and optional value.
|
int |
hashCode() |
void |
setResourceName(String resourceName)
The name of the resource to which you are adding tags.
|
void |
setTags(Collection<Tag> tags)
The tag key and optional value.
|
String |
toString()
Returns a string representation of this object.
|
TagResourceRequest |
withResourceName(String resourceName)
The name of the resource to which you are adding tags.
|
TagResourceRequest |
withTags(Collection<Tag> tags)
The tag key and optional value.
|
TagResourceRequest |
withTags(Tag... tags)
The tag key and optional value.
|
addHandlerContext, copyBaseTo, 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 setResourceName(String resourceName)
The name of the resource to which you are adding tags.
resourceName - The name of the resource to which you are adding tags.public String getResourceName()
The name of the resource to which you are adding tags.
public TagResourceRequest withResourceName(String resourceName)
The name of the resource to which you are adding tags.
resourceName - The name of the resource to which you are adding tags.public List<Tag> getTags()
The tag key and optional value.
public void setTags(Collection<Tag> tags)
The tag key and optional value.
tags - The tag key and optional value.public TagResourceRequest withTags(Tag... tags)
The tag key and optional value.
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 tag key and optional value.public TagResourceRequest withTags(Collection<Tag> tags)
The tag key and optional value.
tags - The tag key and optional value.public String toString()
toString in class ObjectObject.toString()public TagResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.