Class CfnResourceTrait
- java.lang.Object
-
- software.amazon.smithy.model.traits.AbstractTrait
-
- software.amazon.smithy.aws.cloudformation.traits.CfnResourceTrait
-
- All Implemented Interfaces:
FromSourceLocation,ToNode,ToShapeId,Trait,ToSmithyBuilder<CfnResourceTrait>
public final class CfnResourceTrait extends AbstractTrait implements ToSmithyBuilder<CfnResourceTrait>
Indicates that a Smithy resource is a CloudFormation resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCfnResourceTrait.Builderstatic classCfnResourceTrait.Provider
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CfnResourceTrait.Builderbuilder()protected NodecreateNode()The result of toNode is used for hashCodes and equality.java.util.List<ShapeId>getAdditionalSchemas()Get the Smithy structure shape Ids for additional schema properties.java.util.Optional<java.lang.String>getName()Get the AWS CloudFormation resource name.SmithyBuilder<CfnResourceTrait>toBuilder()Take this object and create a builder that contains all of the current property values of this object.-
Methods inherited from class software.amazon.smithy.model.traits.AbstractTrait
equals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.smithy.model.traits.Trait
isSynthetic
-
-
-
-
Field Detail
-
ID
public static final ShapeId ID
-
-
Method Detail
-
getName
public java.util.Optional<java.lang.String> getName()
Get the AWS CloudFormation resource name.- Returns:
- Returns the name.
-
getAdditionalSchemas
public java.util.List<ShapeId> getAdditionalSchemas()
Get the Smithy structure shape Ids for additional schema properties.- Returns:
- Returns the additional schema shape Ids.
-
builder
public static CfnResourceTrait.Builder builder()
-
createNode
protected Node createNode()
Description copied from class:AbstractTraitThe result of toNode is used for hashCodes and equality. Subclasses must implement createNode to turn the trait into a Node. This is then cached for subsequent retrievals.- Specified by:
createNodein classAbstractTrait- Returns:
- Returns the trait as a node.
-
toBuilder
public SmithyBuilder<CfnResourceTrait> toBuilder()
Description copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToSmithyBuilder<CfnResourceTrait>- Returns:
- a builder for type T
-
-