Class CfnMutabilityTrait
java.lang.Object
software.amazon.smithy.model.traits.AbstractTrait
software.amazon.smithy.model.traits.StringTrait
software.amazon.smithy.aws.cloudformation.traits.CfnMutabilityTrait
- All Implemented Interfaces:
FromSourceLocation
,ToNode
,ToShapeId
,Trait
Indicates an explicit CloudFormation mutability of the structure member
when part of a CloudFormation resource.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class software.amazon.smithy.model.traits.StringTrait
createNode, getValue
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 Details
-
ID
-
-
Constructor Details
-
CfnMutabilityTrait
-
-
Method Details
-
isFullyMutable
public boolean isFullyMutable() -
isCreate
public boolean isCreate() -
isCreateAndRead
public boolean isCreateAndRead() -
isRead
public boolean isRead() -
isWrite
public boolean isWrite()
-