@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTagsForResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
(Optional) Specifies the maximum number of tag objects to return in the response.
|
String |
getNextToken()
You can use
NextToken in a subsequent request to fetch the next page of access point descriptions if
the response payload was paginated. |
String |
getResourceId()
Specifies the EFS resource you want to retrieve tags for.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
(Optional) Specifies the maximum number of tag objects to return in the response.
|
void |
setNextToken(String nextToken)
You can use
NextToken in a subsequent request to fetch the next page of access point descriptions if
the response payload was paginated. |
void |
setResourceId(String resourceId)
Specifies the EFS resource you want to retrieve tags for.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withMaxResults(Integer maxResults)
(Optional) Specifies the maximum number of tag objects to return in the response.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
You can use
NextToken in a subsequent request to fetch the next page of access point descriptions if
the response payload was paginated. |
ListTagsForResourceRequest |
withResourceId(String resourceId)
Specifies the EFS resource you want to retrieve tags for.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setResourceId(String resourceId)
Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and access points using this API endpoint.
resourceId - Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and
access points using this API endpoint.public String getResourceId()
Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and access points using this API endpoint.
public ListTagsForResourceRequest withResourceId(String resourceId)
Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and access points using this API endpoint.
resourceId - Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and
access points using this API endpoint.public void setMaxResults(Integer maxResults)
(Optional) Specifies the maximum number of tag objects to return in the response. The default value is 100.
maxResults - (Optional) Specifies the maximum number of tag objects to return in the response. The default value is
100.public Integer getMaxResults()
(Optional) Specifies the maximum number of tag objects to return in the response. The default value is 100.
public ListTagsForResourceRequest withMaxResults(Integer maxResults)
(Optional) Specifies the maximum number of tag objects to return in the response. The default value is 100.
maxResults - (Optional) Specifies the maximum number of tag objects to return in the response. The default value is
100.public void setNextToken(String nextToken)
You can use NextToken in a subsequent request to fetch the next page of access point descriptions if
the response payload was paginated.
nextToken - You can use NextToken in a subsequent request to fetch the next page of access point
descriptions if the response payload was paginated.public String getNextToken()
You can use NextToken in a subsequent request to fetch the next page of access point descriptions if
the response payload was paginated.
NextToken in a subsequent request to fetch the next page of access point
descriptions if the response payload was paginated.public ListTagsForResourceRequest withNextToken(String nextToken)
You can use NextToken in a subsequent request to fetch the next page of access point descriptions if
the response payload was paginated.
nextToken - You can use NextToken in a subsequent request to fetch the next page of access point
descriptions if the response payload was paginated.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.