public class DescribeTagsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
fileSystemId
The ID of the file system whose tag set you want to retrieve.
|
private java.lang.String |
marker
Optional.
|
private java.lang.Integer |
maxItems
Optional.
|
NOOP
Constructor and Description |
---|
DescribeTagsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTagsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFileSystemId()
The ID of the file system whose tag set you want to retrieve.
|
java.lang.String |
getMarker()
Optional.
|
java.lang.Integer |
getMaxItems()
Optional.
|
int |
hashCode() |
void |
setFileSystemId(java.lang.String fileSystemId)
The ID of the file system whose tag set you want to retrieve.
|
void |
setMarker(java.lang.String marker)
Optional.
|
void |
setMaxItems(java.lang.Integer maxItems)
Optional.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsRequest |
withFileSystemId(java.lang.String fileSystemId)
The ID of the file system whose tag set you want to retrieve.
|
DescribeTagsRequest |
withMarker(java.lang.String marker)
Optional.
|
DescribeTagsRequest |
withMaxItems(java.lang.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
private java.lang.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.
private java.lang.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.
private java.lang.String fileSystemId
The ID of the file system whose tag set you want to retrieve.
public void setMaxItems(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String getFileSystemId()
The ID of the file system whose tag set you want to retrieve.
public DescribeTagsRequest withFileSystemId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()