Class LocalParameter
- java.lang.Object
-
- software.amazon.awssdk.codegen.model.internal.LocalParameter
-
public class LocalParameter extends Object
Represents a generic parameter that can be code generated, but isn't tied to a model shape
-
-
Constructor Summary
Constructors Constructor Description LocalParameter(String name, Class<?> type, com.squareup.javapoet.CodeBlock documentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.squareup.javapoet.CodeBlockdocumentation()Stringname()Class<?>type()
-