Class Tagging
- java.lang.Object
-
- software.amazon.smithy.aws.cloudformation.schema.model.Tagging
-
- All Implemented Interfaces:
ToSmithyBuilder<Tagging>
public final class Tagging extends java.lang.Object implements ToSmithyBuilder<Tagging>
Contains extracted resource tagging information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Tagging.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tagging.Builder
builder()
boolean
getCloudFormationSystemTags()
Returns true if the resource supports CloudFormation system tags.boolean
getTaggable()
Returns true if the resource is taggable.boolean
getTagOnCreate()
Returns true if resource tags can be applied on create.java.lang.String
getTagProperty()
Returns the name of the tag property.boolean
getTagUpdatable()
Returns true if resource tags can be updated after create.Tagging.Builder
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
-
-
-
Method Detail
-
builder
public static Tagging.Builder builder()
-
getTaggable
public boolean getTaggable()
Returns true if the resource is taggable.- Returns:
- true if the resource is taggable.
-
getTagOnCreate
public boolean getTagOnCreate()
Returns true if resource tags can be applied on create.- Returns:
- true if resource tags can be applied on create.
-
getTagUpdatable
public boolean getTagUpdatable()
Returns true if resource tags can be updated after create.- Returns:
- true if resource tags can be updated after create.
-
getCloudFormationSystemTags
public boolean getCloudFormationSystemTags()
Returns true if the resource supports CloudFormation system tags.- Returns:
- true if the resource supports CloudFormation system tags.
-
getTagProperty
public java.lang.String getTagProperty()
Returns the name of the tag property.- Returns:
- the name of the tag property.
-
toBuilder
public Tagging.Builder toBuilder()
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<Tagging>
- Returns:
- a builder for type T
-
-