public class CreateOrUpdateTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateOrUpdateTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateOrUpdateTagsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<Tag> |
getTags()
One or more tags.
|
int |
hashCode() |
void |
setTags(Collection<Tag> tags)
One or more tags.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateOrUpdateTagsRequest |
withTags(Collection<Tag> tags)
One or more tags.
|
CreateOrUpdateTagsRequest |
withTags(Tag... tags)
One or more tags.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setTags(Collection<Tag> tags)
One or more tags.
tags - One or more tags.public CreateOrUpdateTagsRequest withTags(Tag... tags)
One or more tags.
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 - One or more tags.public CreateOrUpdateTagsRequest withTags(Collection<Tag> tags)
One or more tags.
tags - One or more tags.public String toString()
toString in class ObjectObject.toString()public CreateOrUpdateTagsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.