@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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()
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)
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)
The ARN of a resource that can be tagged.
|
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 setResourceArn(String resourceArn)
The ARN of a resource that can be tagged.
resourceArn
- The ARN of a resource that can be tagged.public String getResourceArn()
The ARN of a resource that can be tagged.
public GetTagsRequest withResourceArn(String resourceArn)
The ARN of a resource that can be tagged.
resourceArn
- The ARN of a resource that can be tagged.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 Object
Object.toString()
public GetTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()