Class RegionGenerator

java.lang.Object
software.amazon.awssdk.codegen.lite.regions.RegionGenerator
All Implemented Interfaces:
PoetClass

public class RegionGenerator extends Object implements PoetClass
  • Constructor Details

    • RegionGenerator

      public RegionGenerator(Partitions partitions, String basePackage)
  • Method Details

    • poetClass

      public com.squareup.javapoet.TypeSpec poetClass()
      Specified by:
      poetClass in interface PoetClass
      Returns:
      The actual class specification generated from a PoetSpec.builder()... implementation
    • className

      public com.squareup.javapoet.ClassName className()
      Specified by:
      className in interface PoetClass