@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getResourceArn()
Lists all tags associated with the given Amazon Resource Name (ARN).
|
List<Tag> |
getTags()
Lists all tags associated with the given transcription job, vocabulary, or resource.
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
Lists all tags associated with the given Amazon Resource Name (ARN).
|
void |
setTags(Collection<Tag> tags)
Lists all tags associated with the given transcription job, vocabulary, or resource.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
withResourceArn(String resourceArn)
Lists all tags associated with the given Amazon Resource Name (ARN).
|
ListTagsForResourceResult |
withTags(Collection<Tag> tags)
Lists all tags associated with the given transcription job, vocabulary, or resource.
|
ListTagsForResourceResult |
withTags(Tag... tags)
Lists all tags associated with the given transcription job, vocabulary, or resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setResourceArn(String resourceArn)
Lists all tags associated with the given Amazon Resource Name (ARN).
resourceArn - Lists all tags associated with the given Amazon Resource Name (ARN).public String getResourceArn()
Lists all tags associated with the given Amazon Resource Name (ARN).
public ListTagsForResourceResult withResourceArn(String resourceArn)
Lists all tags associated with the given Amazon Resource Name (ARN).
resourceArn - Lists all tags associated with the given Amazon Resource Name (ARN).public List<Tag> getTags()
Lists all tags associated with the given transcription job, vocabulary, or resource.
public void setTags(Collection<Tag> tags)
Lists all tags associated with the given transcription job, vocabulary, or resource.
tags - Lists all tags associated with the given transcription job, vocabulary, or resource.public ListTagsForResourceResult withTags(Tag... tags)
Lists all tags associated with the given transcription job, vocabulary, or resource.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - Lists all tags associated with the given transcription job, vocabulary, or resource.public ListTagsForResourceResult withTags(Collection<Tag> tags)
Lists all tags associated with the given transcription job, vocabulary, or resource.
tags - Lists all tags associated with the given transcription job, vocabulary, or resource.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceResult clone()
Copyright © 2022. All rights reserved.