Class GetterSection
- java.lang.Object
- 
- software.amazon.smithy.traitcodegen.sections.GetterSection
 
- 
- All Implemented Interfaces:
- CodeSection
 
 public final class GetterSection extends java.lang.Object implements CodeSection Contains a getter method.
- 
- 
Constructor SummaryConstructors Constructor Description GetterSection(Shape shape)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Shapeshape()Shapethat this getter returns a Java object for.- 
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
 
- 
 
-