Class VariableModel
- java.lang.Object
-
- software.amazon.awssdk.codegen.model.intermediate.DocumentationModel
-
- software.amazon.awssdk.codegen.model.intermediate.VariableModel
-
public class VariableModel extends DocumentationModel
-
-
Field Summary
-
Fields inherited from class software.amazon.awssdk.codegen.model.intermediate.DocumentationModel
documentation
-
-
Constructor Summary
Constructors Constructor Description VariableModel()VariableModel(String variableName, String variableType)VariableModel(String variableName, String variableType, String variableDeclarationType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetSimpleType()StringgetVariableDeclarationType()StringgetVariableName()StringgetVariableSetterType()Returns the Java type used for the input parameter of a setter method.StringgetVariableType()inthashCode()voidsetVariableDeclarationType(String variableDeclarationType)voidsetVariableName(String variableName)voidsetVariableType(String variableType)StringtoString()VariableModelwithDocumentation(String documentation)-
Methods inherited from class software.amazon.awssdk.codegen.model.intermediate.DocumentationModel
getDocumentation, setDocumentation
-
-
-
-
Method Detail
-
getVariableName
public String getVariableName()
-
setVariableName
public void setVariableName(String variableName)
-
getVariableType
public String getVariableType()
-
setVariableType
public void setVariableType(String variableType)
-
getSimpleType
public String getSimpleType()
-
withDocumentation
public VariableModel withDocumentation(String documentation)
-
getVariableDeclarationType
public String getVariableDeclarationType()
-
setVariableDeclarationType
public void setVariableDeclarationType(String variableDeclarationType)
-
getVariableSetterType
public String getVariableSetterType()
Returns the Java type used for the input parameter of a setter method.
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDocumentationModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDocumentationModel
-
-