@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceArn()
Required.
|
List<Tag> |
getTags()
Required.
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
Required.
|
void |
setTags(Collection<Tag> tags)
Required.
|
String |
toString()
Returns a string representation of this object.
|
TagResourceRequest |
withResourceArn(String resourceArn)
Required.
|
TagResourceRequest |
withTags(Collection<Tag> tags)
Required.
|
TagResourceRequest |
withTags(Tag... tags)
Required.
|
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 setResourceArn(String resourceArn)
Required. The Amazon Resource Name (ARN) associated with the resource you want to tag.
resourceArn - Required. The Amazon Resource Name (ARN) associated with the resource you want to tag.public String getResourceArn()
Required. The Amazon Resource Name (ARN) associated with the resource you want to tag.
public TagResourceRequest withResourceArn(String resourceArn)
Required. The Amazon Resource Name (ARN) associated with the resource you want to tag.
resourceArn - Required. The Amazon Resource Name (ARN) associated with the resource you want to tag.public List<Tag> getTags()
Required. A list of objects specifying each key name and value. Number of objects allowed: 1-50.
public void setTags(Collection<Tag> tags)
Required. A list of objects specifying each key name and value. Number of objects allowed: 1-50.
tags - Required. A list of objects specifying each key name and value. Number of objects allowed: 1-50.public TagResourceRequest withTags(Tag... tags)
Required. A list of objects specifying each key name and value. Number of objects allowed: 1-50.
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 - Required. A list of objects specifying each key name and value. Number of objects allowed: 1-50.public TagResourceRequest withTags(Collection<Tag> tags)
Required. A list of objects specifying each key name and value. Number of objects allowed: 1-50.
tags - Required. A list of objects specifying each key name and value. Number of objects allowed: 1-50.public String toString()
toString in class ObjectObject.toString()public TagResourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()