public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the tags (metadata) you have assigned to the resource.
| Constructor and Description |
|---|
ListTagsForResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
To retrieve the next set of results, the
nextToken value
from a previous response; otherwise null to receive the first set
of results. |
java.lang.String |
getResourceArn()
The ARN of the resource.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
To retrieve the next set of results, the
nextToken value
from a previous response; otherwise null to receive the first set
of results. |
void |
setResourceArn(java.lang.String resourceArn)
The ARN of the resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourceRequest |
withNextToken(java.lang.String nextToken)
To retrieve the next set of results, the
nextToken value
from a previous response; otherwise null to receive the first set
of results. |
ListTagsForResourceRequest |
withResourceArn(java.lang.String resourceArn)
The ARN of the resource.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getResourceArn()
The ARN of the resource.
The ARN of the resource.
public void setResourceArn(java.lang.String resourceArn)
The ARN of the resource.
resourceArn - The ARN of the resource.
public ListTagsForResourceRequest withResourceArn(java.lang.String resourceArn)
The ARN of the resource.
Returns a reference to this object so that method calls can be chained together.
resourceArn - The ARN of the resource.
public java.lang.String getNextToken()
To retrieve the next set of results, the nextToken value
from a previous response; otherwise null to receive the first set
of results.
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive
the first set of results.
public void setNextToken(java.lang.String nextToken)
To retrieve the next set of results, the nextToken value
from a previous response; otherwise null to receive the first set
of results.
nextToken -
To retrieve the next set of results, the
nextToken value from a previous response;
otherwise null to receive the first set of results.
public ListTagsForResourceRequest withNextToken(java.lang.String nextToken)
To retrieve the next set of results, the nextToken value
from a previous response; otherwise null to receive the first set
of results.
Returns a reference to this object so that method calls can be chained together.
nextToken -
To retrieve the next set of results, the
nextToken value from a previous response;
otherwise null to receive the first set of results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.