@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Gets the Tags collection for a given resource.
NOOP| Constructor and Description |
|---|
GetTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTagsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getLimit()
(Not currently supported) The maximum number of returned results per page.
|
String |
getPosition()
(Not currently supported) The current pagination position in the paged result set.
|
String |
getResourceArn()
[Required] The ARN of a resource that can be tagged.
|
int |
hashCode() |
void |
setLimit(Integer limit)
(Not currently supported) The maximum number of returned results per page.
|
void |
setPosition(String position)
(Not currently supported) The current pagination position in the paged result set.
|
void |
setResourceArn(String resourceArn)
[Required] The ARN of a resource that can be tagged.
|
String |
toString()
Returns a string representation of this object.
|
GetTagsRequest |
withLimit(Integer limit)
(Not currently supported) The maximum number of returned results per page.
|
GetTagsRequest |
withPosition(String position)
(Not currently supported) The current pagination position in the paged result set.
|
GetTagsRequest |
withResourceArn(String resourceArn)
[Required] The ARN of a resource that can be tagged.
|
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)
[Required] The ARN of a resource that can be tagged. The resource ARN must be URL-encoded. At present, Stage is the only taggable resource.
resourceArn - [Required] The ARN of a resource that can be tagged. The resource ARN must be URL-encoded. At present,
Stage is the only taggable resource.public String getResourceArn()
[Required] The ARN of a resource that can be tagged. The resource ARN must be URL-encoded. At present, Stage is the only taggable resource.
public GetTagsRequest withResourceArn(String resourceArn)
[Required] The ARN of a resource that can be tagged. The resource ARN must be URL-encoded. At present, Stage is the only taggable resource.
resourceArn - [Required] The ARN of a resource that can be tagged. The resource ARN must be URL-encoded. At present,
Stage is the only taggable resource.public void setPosition(String position)
(Not currently supported) The current pagination position in the paged result set.
position - (Not currently supported) The current pagination position in the paged result set.public String getPosition()
(Not currently supported) The current pagination position in the paged result set.
public GetTagsRequest withPosition(String position)
(Not currently supported) The current pagination position in the paged result set.
position - (Not currently supported) The current pagination position in the paged result set.public void setLimit(Integer limit)
(Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
limit - (Not currently supported) The maximum number of returned results per page. The default value is 25 and the
maximum value is 500.public Integer getLimit()
(Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
public GetTagsRequest withLimit(Integer limit)
(Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
limit - (Not currently supported) The maximum number of returned results per page. The default value is 25 and the
maximum value is 500.public String toString()
toString in class ObjectObject.toString()public GetTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.