@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 |
getResourceArn()
Lists all tags associated with a given Amazon Resource Name (ARN).
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
Lists all tags associated with a given Amazon Resource Name (ARN).
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withResourceArn(String resourceArn)
Lists all tags associated with a given Amazon Resource Name (ARN).
|
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)
Lists all tags associated with a given Amazon Resource Name (ARN). ARNs have the format
arn:partition:service:region:account-id:resource-type/resource-id (for example,
arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name). Valid values for
resource-type are: transcription-job, medical-transcription-job,
vocabulary, medical-vocabulary, vocabulary-filter, and
language-model.
resourceArn - Lists all tags associated with a given Amazon Resource Name (ARN). ARNs have the format
arn:partition:service:region:account-id:resource-type/resource-id (for example,
arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name). Valid values for
resource-type are: transcription-job, medical-transcription-job,
vocabulary, medical-vocabulary, vocabulary-filter, and
language-model.public String getResourceArn()
Lists all tags associated with a given Amazon Resource Name (ARN). ARNs have the format
arn:partition:service:region:account-id:resource-type/resource-id (for example,
arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name). Valid values for
resource-type are: transcription-job, medical-transcription-job,
vocabulary, medical-vocabulary, vocabulary-filter, and
language-model.
arn:partition:service:region:account-id:resource-type/resource-id (for example,
arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name). Valid values for
resource-type are: transcription-job, medical-transcription-job,
vocabulary, medical-vocabulary, vocabulary-filter, and
language-model.public ListTagsForResourceRequest withResourceArn(String resourceArn)
Lists all tags associated with a given Amazon Resource Name (ARN). ARNs have the format
arn:partition:service:region:account-id:resource-type/resource-id (for example,
arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name). Valid values for
resource-type are: transcription-job, medical-transcription-job,
vocabulary, medical-vocabulary, vocabulary-filter, and
language-model.
resourceArn - Lists all tags associated with a given Amazon Resource Name (ARN). ARNs have the format
arn:partition:service:region:account-id:resource-type/resource-id (for example,
arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name). Valid values for
resource-type are: transcription-job, medical-transcription-job,
vocabulary, medical-vocabulary, vocabulary-filter, and
language-model.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.