Class ServiceClientConfigurationUtils.Field
- java.lang.Object
-
- software.amazon.awssdk.codegen.poet.model.ServiceClientConfigurationUtils.Field
-
- Enclosing class:
- ServiceClientConfigurationUtils
public class ServiceClientConfigurationUtils.Field extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.squareup.javapoet.MethodSpecconfigGetter()com.squareup.javapoet.MethodSpecconfigSetter()Stringdoc()com.squareup.javapoet.MethodSpecgetterSpec()booleanisInherited()com.squareup.javapoet.MethodSpeclocalGetter()com.squareup.javapoet.MethodSpeclocalSetter()Stringname()com.squareup.javapoet.MethodSpecsetterSpec()com.squareup.javapoet.TypeNametype()
-
-
-
Method Detail
-
name
public String name()
-
type
public com.squareup.javapoet.TypeName type()
-
doc
public String doc()
-
isInherited
public boolean isInherited()
-
setterSpec
public com.squareup.javapoet.MethodSpec setterSpec()
-
getterSpec
public com.squareup.javapoet.MethodSpec getterSpec()
-
localSetter
public com.squareup.javapoet.MethodSpec localSetter()
-
localGetter
public com.squareup.javapoet.MethodSpec localGetter()
-
configSetter
public com.squareup.javapoet.MethodSpec configSetter()
-
configGetter
public com.squareup.javapoet.MethodSpec configGetter()
-
-