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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitflatMapStream, getIdiomaticTraitName, getIdiomaticTraitName, isSynthetic, makeAbsoluteName, makeAbsoluteNamepublic 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()
AbstractTraitcreateNode in class AbstractTraitpublic SmithyBuilder<CfnResourceTrait> toBuilder()
ToSmithyBuildertoBuilder in interface ToSmithyBuilder<CfnResourceTrait>