public class DescribeTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getFileSystemId()
The ID of the file system whose tag set you want to retrieve.
|
String |
getMarker()
Optional.
|
Integer |
getMaxItems()
Optional.
|
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
The ID of the file system whose tag set you want to retrieve.
|
void |
setMarker(String marker)
Optional.
|
void |
setMaxItems(Integer maxItems)
Optional.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsRequest |
withFileSystemId(String fileSystemId)
The ID of the file system whose tag set you want to retrieve.
|
DescribeTagsRequest |
withMarker(String marker)
Optional.
|
DescribeTagsRequest |
withMaxItems(Integer maxItems)
Optional.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMaxItems(Integer maxItems)
Optional. Maximum number of file system tags to return in the response. It must be an integer with a value greater than zero.
maxItems - Optional. Maximum number of file system tags to return in the
response. It must be an integer with a value greater than zero.public Integer getMaxItems()
Optional. Maximum number of file system tags to return in the response. It must be an integer with a value greater than zero.
public DescribeTagsRequest withMaxItems(Integer maxItems)
Optional. Maximum number of file system tags to return in the response. It must be an integer with a value greater than zero.
maxItems - Optional. Maximum number of file system tags to return in the
response. It must be an integer with a value greater than zero.public void setMarker(String marker)
Optional. String. Opaque pagination token returned from a previous
DescribeTags operation. If present, it specifies to continue
the list from where the previous call left off.
marker - Optional. String. Opaque pagination token returned from a previous
DescribeTags operation. If present, it specifies to
continue the list from where the previous call left off.public String getMarker()
Optional. String. Opaque pagination token returned from a previous
DescribeTags operation. If present, it specifies to continue
the list from where the previous call left off.
DescribeTags operation. If present, it
specifies to continue the list from where the previous call left
off.public DescribeTagsRequest withMarker(String marker)
Optional. String. Opaque pagination token returned from a previous
DescribeTags operation. If present, it specifies to continue
the list from where the previous call left off.
marker - Optional. String. Opaque pagination token returned from a previous
DescribeTags operation. If present, it specifies to
continue the list from where the previous call left off.public void setFileSystemId(String fileSystemId)
The ID of the file system whose tag set you want to retrieve.
fileSystemId - The ID of the file system whose tag set you want to retrieve.public String getFileSystemId()
The ID of the file system whose tag set you want to retrieve.
public DescribeTagsRequest withFileSystemId(String fileSystemId)
The ID of the file system whose tag set you want to retrieve.
fileSystemId - The ID of the file system whose tag set you want to retrieve.public String toString()
toString in class ObjectObject.toString()public DescribeTagsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.