public final class CfnResourceTrait extends AbstractTrait implements ToSmithyBuilder<CfnResourceTrait>
Modifier and Type | Class and Description |
---|---|
static class |
CfnResourceTrait.Builder |
static class |
CfnResourceTrait.Provider |
Modifier and Type | Method and Description |
---|---|
static CfnResourceTrait.Builder |
builder() |
protected Node |
createNode()
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.
|
equals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
flatMapStream, getIdiomaticTraitName, getIdiomaticTraitName, isSynthetic, makeAbsoluteName, makeAbsoluteName
public static final ShapeId ID
public java.util.Optional<java.lang.String> getName()
public java.util.List<ShapeId> getAdditionalSchemas()
public static CfnResourceTrait.Builder builder()
protected Node createNode()
AbstractTrait
createNode
in class AbstractTrait
public SmithyBuilder<CfnResourceTrait> toBuilder()
ToSmithyBuilder
toBuilder
in interface ToSmithyBuilder<CfnResourceTrait>