Class SyncClientClass
java.lang.Object
software.amazon.awssdk.codegen.poet.client.SyncClientInterface
software.amazon.awssdk.codegen.poet.client.SyncClientClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional
<com.squareup.javapoet.CodeBlock> addRequestModifierCode
(OperationModel opModel, IntermediateModel model) com.squareup.javapoet.ClassName
Methods inherited from class software.amazon.awssdk.codegen.poet.client.SyncClientInterface
poetSpec
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.codegen.poet.ClassSpec
staticImports
-
Constructor Details
-
SyncClientClass
-
-
Method Details
-
className
public com.squareup.javapoet.ClassName className()- Specified by:
className
in interfaceClassSpec
- Overrides:
className
in classSyncClientInterface
- Returns:
- The Poet representation of the class being generated, this may be used by other classes
-
addRequestModifierCode
public static Optional<com.squareup.javapoet.CodeBlock> addRequestModifierCode(OperationModel opModel, IntermediateModel model)
-