public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
ListTagsForResourceInput
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
limit
Specifies that the list of tags returned be limited to the specified
number of items.
|
private java.lang.String |
marker
An opaque string that indicates the position at which to begin returning
the list of tags.
|
private java.lang.String |
resourceARN
The Amazon Resource Name (ARN) of the resource for which you want to list
tags.
|
NOOP
Constructor and Description |
---|
ListTagsForResourceRequest() |
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getLimit()
Specifies that the list of tags returned be limited to the specified
number of items.
|
java.lang.String |
getMarker()
An opaque string that indicates the position at which to begin returning
the list of tags.
|
java.lang.String |
getResourceARN()
The Amazon Resource Name (ARN) of the resource for which you want to list
tags.
|
int |
hashCode() |
void |
setLimit(java.lang.Integer limit)
Specifies that the list of tags returned be limited to the specified
number of items.
|
void |
setMarker(java.lang.String marker)
An opaque string that indicates the position at which to begin returning
the list of tags.
|
void |
setResourceARN(java.lang.String resourceARN)
The Amazon Resource Name (ARN) of the resource for which you want to list
tags.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourceRequest |
withLimit(java.lang.Integer limit)
Specifies that the list of tags returned be limited to the specified
number of items.
|
ListTagsForResourceRequest |
withMarker(java.lang.String marker)
An opaque string that indicates the position at which to begin returning
the list of tags.
|
ListTagsForResourceRequest |
withResourceARN(java.lang.String resourceARN)
The Amazon Resource Name (ARN) of the resource for which you want to list
tags.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String resourceARN
The Amazon Resource Name (ARN) of the resource for which you want to list tags.
private java.lang.String marker
An opaque string that indicates the position at which to begin returning the list of tags.
private java.lang.Integer limit
Specifies that the list of tags returned be limited to the specified number of items.
public void setResourceARN(java.lang.String resourceARN)
The Amazon Resource Name (ARN) of the resource for which you want to list tags.
resourceARN
- The Amazon Resource Name (ARN) of the resource for which you want
to list tags.public java.lang.String getResourceARN()
The Amazon Resource Name (ARN) of the resource for which you want to list tags.
public ListTagsForResourceRequest withResourceARN(java.lang.String resourceARN)
The Amazon Resource Name (ARN) of the resource for which you want to list tags.
resourceARN
- The Amazon Resource Name (ARN) of the resource for which you want
to list tags.public void setMarker(java.lang.String marker)
An opaque string that indicates the position at which to begin returning the list of tags.
marker
- An opaque string that indicates the position at which to begin
returning the list of tags.public java.lang.String getMarker()
An opaque string that indicates the position at which to begin returning the list of tags.
public ListTagsForResourceRequest withMarker(java.lang.String marker)
An opaque string that indicates the position at which to begin returning the list of tags.
marker
- An opaque string that indicates the position at which to begin
returning the list of tags.public void setLimit(java.lang.Integer limit)
Specifies that the list of tags returned be limited to the specified number of items.
limit
- Specifies that the list of tags returned be limited to the
specified number of items.public java.lang.Integer getLimit()
Specifies that the list of tags returned be limited to the specified number of items.
public ListTagsForResourceRequest withLimit(java.lang.Integer limit)
Specifies that the list of tags returned be limited to the specified number of items.
limit
- Specifies that the list of tags returned be limited to the
specified number of items.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListTagsForResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()