java.lang.Object
software.amazon.awssdk.codegen.model.intermediate.DocumentationModel
software.amazon.awssdk.codegen.model.intermediate.VariableModel

public class VariableModel extends DocumentationModel
  • Constructor Details

    • VariableModel

      public VariableModel()
    • VariableModel

      public VariableModel(String variableName, String variableType)
    • VariableModel

      public VariableModel(String variableName, String variableType, String variableDeclarationType)
  • Method Details

    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object