@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFileSystemId()
The ID of the file system whose tag set you want to retrieve.
|
String |
getMarker()
(Optional) An opaque pagination token returned from a previous
DescribeTags operation (String). |
Integer |
getMaxItems()
(Optional) The maximum number of file system tags to return in the response.
|
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
The ID of the file system whose tag set you want to retrieve.
|
void |
setMarker(String marker)
(Optional) An opaque pagination token returned from a previous
DescribeTags operation (String). |
void |
setMaxItems(Integer maxItems)
(Optional) The maximum number of file system tags to return in the response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTagsRequest |
withFileSystemId(String fileSystemId)
The ID of the file system whose tag set you want to retrieve.
|
DescribeTagsRequest |
withMarker(String marker)
(Optional) An opaque pagination token returned from a previous
DescribeTags operation (String). |
DescribeTagsRequest |
withMaxItems(Integer maxItems)
(Optional) The maximum number of file system tags to return in the response.
|
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 setMaxItems(Integer maxItems)
(Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.
maxItems
- (Optional) The maximum number of file system tags to return in the response. Currently, this number is
automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you
have more than 100 tags.public Integer getMaxItems()
(Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.
public DescribeTagsRequest withMaxItems(Integer maxItems)
(Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.
maxItems
- (Optional) The maximum number of file system tags to return in the response. Currently, this number is
automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you
have more than 100 tags.public void setMarker(String marker)
(Optional) An opaque pagination token returned from a previous DescribeTags
operation (String). If
present, it specifies to continue the list from where the previous call left off.
marker
- (Optional) An opaque pagination token returned from a previous DescribeTags
operation
(String). If present, it specifies to continue the list from where the previous call left off.public String getMarker()
(Optional) An opaque pagination token returned from a previous DescribeTags
operation (String). If
present, it specifies to continue the list from where the previous call left off.
DescribeTags
operation
(String). If present, it specifies to continue the list from where the previous call left off.public DescribeTagsRequest withMarker(String marker)
(Optional) An opaque pagination token returned from a previous DescribeTags
operation (String). If
present, it specifies to continue the list from where the previous call left off.
marker
- (Optional) An opaque pagination token returned from a previous DescribeTags
operation
(String). 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()