Class VariableModel
java.lang.Object
software.amazon.awssdk.codegen.model.intermediate.DocumentationModel
software.amazon.awssdk.codegen.model.intermediate.VariableModel
-
Constructor Summary
ConstructorsConstructorDescriptionVariableModel
(String variableName, String variableType) VariableModel
(String variableName, String variableType, String variableDeclarationType) -
Method Summary
Modifier and TypeMethodDescriptionReturns the Java type used for the input parameter of a setter method.void
setVariableDeclarationType
(String variableDeclarationType) void
setVariableName
(String variableName) void
setVariableType
(String variableType) toString()
withDocumentation
(String documentation) Methods inherited from class software.amazon.awssdk.codegen.model.intermediate.DocumentationModel
getDocumentation, setDocumentation
-
Constructor Details
-
VariableModel
public VariableModel() -
VariableModel
-
VariableModel
-
-
Method Details