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
 
 public final class CfnMutabilityTrait extends StringTrait Indicates an explicit CloudFormation mutability of the structure member when part of a CloudFormation resource.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCfnMutabilityTrait.Provider
 - 
Constructor SummaryConstructors Constructor Description CfnMutabilityTrait(java.lang.String value, SourceLocation sourceLocation)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCreate()booleanisCreateAndRead()booleanisFullyMutable()booleanisRead()booleanisWrite()- 
Methods inherited from class software.amazon.smithy.model.traits.StringTraitcreateNode, getValue
 - 
Methods inherited from class software.amazon.smithy.model.traits.AbstractTraitequals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface software.amazon.smithy.model.traits.TraitisSynthetic
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final ShapeId ID 
 
- 
 - 
Constructor Detail- 
CfnMutabilityTraitpublic CfnMutabilityTrait(java.lang.String value, SourceLocation sourceLocation)
 
- 
 
-