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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DescribeTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.