public class DeleteTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFileSystemId()
ID of the file system whose tags you want to delete (String).
|
List<String> |
getTagKeys()
List of tag keys to delete.
|
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
ID of the file system whose tags you want to delete (String).
|
void |
setTagKeys(Collection<String> tagKeys)
List of tag keys to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteTagsRequest |
withFileSystemId(String fileSystemId)
ID of the file system whose tags you want to delete (String).
|
DeleteTagsRequest |
withTagKeys(Collection<String> tagKeys)
List of tag keys to delete.
|
DeleteTagsRequest |
withTagKeys(String... tagKeys)
List of tag keys to delete.
|
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 delete (String).
fileSystemId - ID of the file system whose tags you want to delete (String).public String getFileSystemId()
ID of the file system whose tags you want to delete (String).
public DeleteTagsRequest withFileSystemId(String fileSystemId)
ID of the file system whose tags you want to delete (String).
fileSystemId - ID of the file system whose tags you want to delete (String).public List<String> getTagKeys()
List of tag keys to delete.
public void setTagKeys(Collection<String> tagKeys)
List of tag keys to delete.
tagKeys - List of tag keys to delete.public DeleteTagsRequest withTagKeys(String... tagKeys)
List of tag keys to delete.
NOTE: This method appends the values to the existing list (if any). Use
setTagKeys(java.util.Collection) or withTagKeys(java.util.Collection) if you want to override
the existing values.
tagKeys - List of tag keys to delete.public DeleteTagsRequest withTagKeys(Collection<String> tagKeys)
List of tag keys to delete.
tagKeys - List of tag keys to delete.public String toString()
toString in class ObjectObject.toString()public DeleteTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.