Class Tagging
- java.lang.Object
-
- software.amazon.smithy.aws.cloudformation.schema.model.Tagging
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTagging.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tagging.Builderbuilder()booleangetCloudFormationSystemTags()Returns true if the resource supports CloudFormation system tags.booleangetTaggable()Returns true if the resource is taggable.booleangetTagOnCreate()Returns true if resource tags can be applied on create.java.lang.StringgetTagProperty()Returns the name of the tag property.booleangetTagUpdatable()Returns true if resource tags can be updated after create.Tagging.BuildertoBuilder()
-
-
-
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()
- Specified by:
toBuilderin interfacesoftware.amazon.smithy.utils.ToSmithyBuilder<Tagging>
-
-