@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
(Optional) Specifies the maximum number of tag objects to return in the response.
|
String |
getNextToken()
(Optional) 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)
(Optional) 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)
(Optional) 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, 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 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)
(Optional) You can use NextToken
in a subsequent request to fetch the next page of access point
descriptions if the response payload was paginated.
nextToken
- (Optional) 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()
(Optional) 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)
(Optional) You can use NextToken
in a subsequent request to fetch the next page of access point
descriptions if the response payload was paginated.
nextToken
- (Optional) 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 Object
Object.toString()
public ListTagsForResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()