Class Tagging
java.lang.Object
software.amazon.smithy.aws.cloudformation.schema.model.Tagging
- All Implemented Interfaces:
ToSmithyBuilder<Tagging>
Contains extracted resource tagging information.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Tagging.Builder
builder()
boolean
Returns true if the resource supports CloudFormation system tags.boolean
Returns true if the resource is taggable.boolean
Returns true if resource tags can be applied on create.Returns the name of the tag property.boolean
Returns true if resource tags can be updated after create.Take this object and create a builder that contains all of the current property values of this object.
-
Method Details
-
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
Returns the name of the tag property.- Returns:
- the name of the tag property.
-
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
-