public class CreateTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFileSystemId()
ID of the file system whose tags you want to modify (String).
|
List<Tag> |
getTags()
Array of
Tag objects to add. |
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
ID of the file system whose tags you want to modify (String).
|
void |
setTags(Collection<Tag> tags)
Array of
Tag objects to add. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTagsRequest |
withFileSystemId(String fileSystemId)
ID of the file system whose tags you want to modify (String).
|
CreateTagsRequest |
withTags(Collection<Tag> tags)
Array of
Tag objects to add. |
CreateTagsRequest |
withTags(Tag... tags)
Array of
Tag objects to add. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFileSystemId(String fileSystemId)
ID of the file system whose tags you want to modify (String). This operation modifies the tags only, not the file system.
fileSystemId - ID of the file system whose tags you want to modify (String). This
operation modifies the tags only, not the file system.public String getFileSystemId()
ID of the file system whose tags you want to modify (String). This operation modifies the tags only, not the file system.
public CreateTagsRequest withFileSystemId(String fileSystemId)
ID of the file system whose tags you want to modify (String). This operation modifies the tags only, not the file system.
fileSystemId - ID of the file system whose tags you want to modify (String). This
operation modifies the tags only, not the file system.public List<Tag> getTags()
Array of Tag objects to add. Each Tag object is
a key-value pair.
Tag objects to add. Each Tag
object is a key-value pair.public void setTags(Collection<Tag> tags)
Array of Tag objects to add. Each Tag object is
a key-value pair.
tags - Array of Tag objects to add. Each Tag
object is a key-value pair.public CreateTagsRequest withTags(Tag... tags)
Array of Tag objects to add. Each Tag object is
a key-value pair.
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 - Array of Tag objects to add. Each Tag
object is a key-value pair.public CreateTagsRequest withTags(Collection<Tag> tags)
Array of Tag objects to add. Each Tag object is
a key-value pair.
tags - Array of Tag objects to add. Each Tag
object is a key-value pair.public String toString()
toString in class ObjectObject.toString()public CreateTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.