@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFileSystemId()
The ID of the file system whose tags you want to delete (String).
|
List<String> |
getTagKeys()
A list of tag keys to delete.
|
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
The ID of the file system whose tags you want to delete (String).
|
void |
setTagKeys(Collection<String> tagKeys)
A list of tag keys to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTagsRequest |
withFileSystemId(String fileSystemId)
The ID of the file system whose tags you want to delete (String).
|
DeleteTagsRequest |
withTagKeys(Collection<String> tagKeys)
A list of tag keys to delete.
|
DeleteTagsRequest |
withTagKeys(String... tagKeys)
A list of tag keys to delete.
|
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, withSdkRequestTimeout
public void setFileSystemId(String fileSystemId)
The ID of the file system whose tags you want to delete (String).
fileSystemId
- The ID of the file system whose tags you want to delete (String).public String getFileSystemId()
The ID of the file system whose tags you want to delete (String).
public DeleteTagsRequest withFileSystemId(String fileSystemId)
The ID of the file system whose tags you want to delete (String).
fileSystemId
- The ID of the file system whose tags you want to delete (String).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 Object
Object.toString()
public DeleteTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()