@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTagsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTagsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of tags to return.
|
String |
getNextToken()
If the response to the previous
ListTags request is truncated, SageMaker returns this token. |
String |
getResourceArn()
The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of tags to return.
|
void |
setNextToken(String nextToken)
If the response to the previous
ListTags request is truncated, SageMaker returns this token. |
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsRequest |
withMaxResults(Integer maxResults)
Maximum number of tags to return.
|
ListTagsRequest |
withNextToken(String nextToken)
If the response to the previous
ListTags request is truncated, SageMaker returns this token. |
ListTagsRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
|
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 Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
resourceArn
- The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.public String getResourceArn()
The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
public ListTagsRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
resourceArn
- The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.public void setNextToken(String nextToken)
If the response to the previous ListTags
request is truncated, SageMaker returns this token. To
retrieve the next set of tags, use it in the subsequent request.
nextToken
- If the response to the previous ListTags
request is truncated, SageMaker returns this token.
To retrieve the next set of tags, use it in the subsequent request.public String getNextToken()
If the response to the previous ListTags
request is truncated, SageMaker returns this token. To
retrieve the next set of tags, use it in the subsequent request.
ListTags
request is truncated, SageMaker returns this token.
To retrieve the next set of tags, use it in the subsequent request.public ListTagsRequest withNextToken(String nextToken)
If the response to the previous ListTags
request is truncated, SageMaker returns this token. To
retrieve the next set of tags, use it in the subsequent request.
nextToken
- If the response to the previous ListTags
request is truncated, SageMaker returns this token.
To retrieve the next set of tags, use it in the subsequent request.public void setMaxResults(Integer maxResults)
Maximum number of tags to return.
maxResults
- Maximum number of tags to return.public Integer getMaxResults()
Maximum number of tags to return.
public ListTagsRequest withMaxResults(Integer maxResults)
Maximum number of tags to return.
maxResults
- Maximum number of tags to return.public String toString()
toString
in class Object
Object.toString()
public ListTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()