Class EnumVariantSection
- java.lang.Object
- 
- software.amazon.smithy.traitcodegen.sections.EnumVariantSection
 
- 
- All Implemented Interfaces:
- CodeSection
 
 public final class EnumVariantSection extends java.lang.Object implements CodeSection Contains an enum variant.
- 
- 
Constructor SummaryConstructors Constructor Description EnumVariantSection(MemberShape memberShape)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MemberShapememberShape()MemberShapethat this enum variant represents.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface software.amazon.smithy.utils.CodeSectionsectionName
 
- 
 
- 
- 
- 
Constructor Detail- 
EnumVariantSectionpublic EnumVariantSection(MemberShape memberShape) 
 
- 
 - 
Method Detail- 
memberShapepublic MemberShape memberShape() MemberShapethat this enum variant represents.
 
- 
 
-