public class DeleteTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getFileSystemId()
String.
|
List<String> |
getTagKeys()
A list of tag keys to delete.
|
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
String.
|
void |
setTagKeys(Collection<String> tagKeys)
A list of tag keys to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTagsRequest |
withFileSystemId(String fileSystemId)
String.
|
DeleteTagsRequest |
withTagKeys(Collection<String> tagKeys)
A list of tag keys to delete.
|
DeleteTagsRequest |
withTagKeys(String... tagKeys)
A list of tag keys to delete.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFileSystemId(String fileSystemId)
String. The ID of the file system whose tags you want to delete.
fileSystemId - String. The ID of the file system whose tags you want to delete.public String getFileSystemId()
String. The ID of the file system whose tags you want to delete.
public DeleteTagsRequest withFileSystemId(String fileSystemId)
String. The ID of the file system whose tags you want to delete.
fileSystemId - String. The ID of the file system whose tags you want to delete.public List<String> getTagKeys()
A list of tag keys to delete.
public void setTagKeys(Collection<String> tagKeys)
A list of tag keys to delete.
tagKeys - A list of tag keys to delete.public DeleteTagsRequest withTagKeys(String... tagKeys)
A 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 - A list of tag keys to delete.public DeleteTagsRequest withTagKeys(Collection<String> tagKeys)
A list of tag keys to delete.
tagKeys - A list of tag keys to delete.public String toString()
toString in class ObjectObject.toString()public DeleteTagsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.