@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) |
String |
getNextToken()
An identifier returned from the previous
ListTagsForResource call. |
String |
getResourceArn()
The ARN of a CodeDeploy resource.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An identifier returned from the previous
ListTagsForResource call. |
void |
setResourceArn(String resourceArn)
The ARN of a CodeDeploy resource.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
An identifier returned from the previous
ListTagsForResource call. |
ListTagsForResourceRequest |
withResourceArn(String resourceArn)
The ARN of a CodeDeploy resource.
|
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 setResourceArn(String resourceArn)
The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated with the
resource that is identified by the ResourceArn.
resourceArn - The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated with
the resource that is identified by the ResourceArn.public String getResourceArn()
The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated with the
resource that is identified by the ResourceArn.
ListTagsForResource returns all the tags associated with
the resource that is identified by the ResourceArn.public ListTagsForResourceRequest withResourceArn(String resourceArn)
The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated with the
resource that is identified by the ResourceArn.
resourceArn - The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated with
the resource that is identified by the ResourceArn.public void setNextToken(String nextToken)
An identifier returned from the previous ListTagsForResource call. It can be used to return the next
set of applications in the list.
nextToken - An identifier returned from the previous ListTagsForResource call. It can be used to return
the next set of applications in the list.public String getNextToken()
An identifier returned from the previous ListTagsForResource call. It can be used to return the next
set of applications in the list.
ListTagsForResource call. It can be used to return
the next set of applications in the list.public ListTagsForResourceRequest withNextToken(String nextToken)
An identifier returned from the previous ListTagsForResource call. It can be used to return the next
set of applications in the list.
nextToken - An identifier returned from the previous ListTagsForResource call. It can be used to return
the next set of applications in the list.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.