ToCopyableBuilder<TagDescription.Builder,TagDescription>
@Generated("software.amazon.awssdk:codegen") public class TagDescription extends Object implements ToCopyableBuilder<TagDescription.Builder,TagDescription>
The tags associated with a resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TagDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TagDescription.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
resourceArn() |
The Amazon Resource Name (ARN) of the resource.
|
static Class<? extends TagDescription.Builder> |
serializableBuilderClass() |
|
List<Tag> |
tags() |
Information about the tags.
|
TagDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String resourceArn()
The Amazon Resource Name (ARN) of the resource.
public TagDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TagDescription.Builder,TagDescription>
public static TagDescription.Builder builder()
public static Class<? extends TagDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.