@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) |
String |
getNextToken()
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
String |
getResourceId()
The ID of the resource with the tags to list.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
void |
setResourceId(String resourceId)
The ID of the resource with the tags to list.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListTagsForResourceRequest |
withResourceId(String resourceId)
The ID of the resource with the tags to list.
|
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, withSdkRequestTimeoutpublic void setResourceId(String resourceId)
The ID of the resource with the tags to list.
You can specify any of the following taggable resources.
AWS account – specify the account ID number.
Organizational unit – specify the OU ID that begins with ou- and looks similar to:
ou-1a2b-34uvwxyz
Root – specify the root ID that begins with r- and looks similar to: r-1a2b
Policy – specify the policy ID that begins with p- andlooks similar to:
p-12abcdefg3
resourceId - The ID of the resource with the tags to list.
You can specify any of the following taggable resources.
AWS account – specify the account ID number.
Organizational unit – specify the OU ID that begins with ou- and looks similar to:
ou-1a2b-34uvwxyz
Root – specify the root ID that begins with r- and looks similar to:
r-1a2b
Policy – specify the policy ID that begins with p- andlooks similar to:
p-12abcdefg3
public String getResourceId()
The ID of the resource with the tags to list.
You can specify any of the following taggable resources.
AWS account – specify the account ID number.
Organizational unit – specify the OU ID that begins with ou- and looks similar to:
ou-1a2b-34uvwxyz
Root – specify the root ID that begins with r- and looks similar to: r-1a2b
Policy – specify the policy ID that begins with p- andlooks similar to:
p-12abcdefg3
You can specify any of the following taggable resources.
AWS account – specify the account ID number.
Organizational unit – specify the OU ID that begins with ou- and looks similar to:
ou-1a2b-34uvwxyz
Root – specify the root ID that begins with r- and looks similar to:
r-1a2b
Policy – specify the policy ID that begins with p- andlooks similar to:
p-12abcdefg3
public ListTagsForResourceRequest withResourceId(String resourceId)
The ID of the resource with the tags to list.
You can specify any of the following taggable resources.
AWS account – specify the account ID number.
Organizational unit – specify the OU ID that begins with ou- and looks similar to:
ou-1a2b-34uvwxyz
Root – specify the root ID that begins with r- and looks similar to: r-1a2b
Policy – specify the policy ID that begins with p- andlooks similar to:
p-12abcdefg3
resourceId - The ID of the resource with the tags to list.
You can specify any of the following taggable resources.
AWS account – specify the account ID number.
Organizational unit – specify the OU ID that begins with ou- and looks similar to:
ou-1a2b-34uvwxyz
Root – specify the root ID that begins with r- and looks similar to:
r-1a2b
Policy – specify the policy ID that begins with p- andlooks similar to:
p-12abcdefg3
public void setNextToken(String nextToken)
The parameter for receiving additional results if you receive a NextToken response in a previous
request. A NextToken response indicates that more output is available. Set this parameter to the
value of the previous call's NextToken response to indicate where the output should continue from.
nextToken - The parameter for receiving additional results if you receive a NextToken response in a
previous request. A NextToken response indicates that more output is available. Set this
parameter to the value of the previous call's NextToken response to indicate where the output
should continue from.public String getNextToken()
The parameter for receiving additional results if you receive a NextToken response in a previous
request. A NextToken response indicates that more output is available. Set this parameter to the
value of the previous call's NextToken response to indicate where the output should continue from.
NextToken response in a
previous request. A NextToken response indicates that more output is available. Set this
parameter to the value of the previous call's NextToken response to indicate where the
output should continue from.public ListTagsForResourceRequest withNextToken(String nextToken)
The parameter for receiving additional results if you receive a NextToken response in a previous
request. A NextToken response indicates that more output is available. Set this parameter to the
value of the previous call's NextToken response to indicate where the output should continue from.
nextToken - The parameter for receiving additional results if you receive a NextToken response in a
previous request. A NextToken response indicates that more output is available. Set this
parameter to the value of the previous call's NextToken response to indicate where the output
should continue from.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()