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 TypeMethodDescriptionboolean
Returns the Java type used for the input parameter of a setter method.int
hashCode()
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
-
getVariableName
-
setVariableName
-
getVariableType
-
setVariableType
-
getSimpleType
-
withDocumentation
-
getVariableDeclarationType
-
setVariableDeclarationType
-
getVariableSetterType
Returns the Java type used for the input parameter of a setter method. -
toString
-
equals
- Overrides:
equals
in classDocumentationModel
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDocumentationModel
-