ToCopyableBuilder<TagDescription.Builder,TagDescription>
@Generated("software.amazon.awssdk:codegen") public class TagDescription extends Object implements ToCopyableBuilder<TagDescription.Builder,TagDescription>
Describes a tag for an Auto Scaling group.
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 |
key() |
The tag key.
|
Boolean |
propagateAtLaunch() |
Determines whether the tag is added to new instances as they are launched in the group.
|
String |
resourceId() |
The name of the group.
|
String |
resourceType() |
The type of resource.
|
static Class<? extends TagDescription.Builder> |
serializableBuilderClass() |
|
TagDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
value() |
The tag value.
|
public String resourceId()
The name of the group.
public String resourceType()
The type of resource. The only supported value is auto-scaling-group
.
auto-scaling-group
.public String key()
The tag key.
public String value()
The tag value.
public Boolean propagateAtLaunch()
Determines whether the tag is added to new instances as they are launched in the group.
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.