Class DelegatingSyncClientClass
java.lang.Object
software.amazon.awssdk.codegen.poet.client.SyncClientInterface
software.amazon.awssdk.codegen.poet.client.DelegatingSyncClientClass
- All Implemented Interfaces:
 ClassSpec
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class software.amazon.awssdk.codegen.poet.client.SyncClientInterface
poetSpecMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.codegen.poet.ClassSpec
staticImports 
- 
Constructor Details
- 
DelegatingSyncClientClass
 
 - 
 - 
Method Details
- 
className
public com.squareup.javapoet.ClassName className()- Specified by:
 classNamein interfaceClassSpec- Overrides:
 classNamein classSyncClientInterface- Returns:
 - The Poet representation of the class being generated, this may be used by other classes
 
 
 -