Class ServiceClientConfigurationUtils.Field
java.lang.Object
software.amazon.awssdk.codegen.poet.model.ServiceClientConfigurationUtils.Field
- Enclosing class:
ServiceClientConfigurationUtils
-
Method Summary
-
Method Details
-
name
-
type
public com.squareup.javapoet.TypeName type() -
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()
-