@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) |
ResourceTags |
getResourceTags()
The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.
|
int |
hashCode() |
void |
setResourceTags(ResourceTags resourceTags)
The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
withResourceTags(ResourceTags resourceTags)
The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceTags(ResourceTags resourceTags)
resourceTags
- The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.public ResourceTags getResourceTags()
public ListTagsForResourceResult withResourceTags(ResourceTags resourceTags)
resourceTags
- The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.public String toString()
toString
in class Object
Object.toString()
public ListTagsForResourceResult clone()