java.lang.Object
software.amazon.awssdk.codegen.model.intermediate.ListModel

public class ListModel extends Object
  • Constructor Details

    • ListModel

      public ListModel()
    • ListModel

      public ListModel(String memberType, String memberLocationName, String implType, String interfaceType, MemberModel listMemberModel)
  • Method Details

    • getImplType

      public String getImplType()
    • setImplType

      public void setImplType(String implType)
    • getMemberType

      public String getMemberType()
    • setMemberType

      public void setMemberType(String memberType)
    • getInterfaceType

      public String getInterfaceType()
    • setInterfaceType

      public void setInterfaceType(String interfaceType)
    • getListMemberModel

      public MemberModel getListMemberModel()
    • setListMemberModel

      public void setListMemberModel(MemberModel listMemberModel)
    • getMemberLocationName

      public String getMemberLocationName()
    • setMemberLocationName

      public void setMemberLocationName(String memberLocationName)
    • getMemberAdditionalMarshallingPath

      public String getMemberAdditionalMarshallingPath()
    • setMemberAdditionalMarshallingPath

      public void setMemberAdditionalMarshallingPath(String memberAdditionalMarshallingPath)
    • getMemberAdditionalUnmarshallingPath

      public String getMemberAdditionalUnmarshallingPath()
    • setMemberAdditionalUnmarshallingPath

      public void setMemberAdditionalUnmarshallingPath(String memberAdditionalUnmarshallingPath)
    • isSimple

      public boolean isSimple()
    • isMap

      public boolean isMap()
    • getTemplateType

      public String getTemplateType()
    • getTemplateImplType

      public String getTemplateImplType()
    • getSimpleType

      public String getSimpleType()