JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.amplifyuibuilder.model

Class CodegenGenericDataModel

    • Constructor Detail

      • CodegenGenericDataModel

        public CodegenGenericDataModel()
    • Method Detail

      • setFields

        public void setFields(Map<String,CodegenGenericDataField> fields)

        The fields in the generic data model.

        Parameters:
        fields - The fields in the generic data model.
      • withFields

        public CodegenGenericDataModel withFields(Map<String,CodegenGenericDataField> fields)

        The fields in the generic data model.

        Parameters:
        fields - The fields in the generic data model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearFieldsEntries

        public CodegenGenericDataModel clearFieldsEntries()
        Removes all the entries added into Fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIsJoinTable

        public void setIsJoinTable(Boolean isJoinTable)

        Specifies whether the generic data model is a join table.

        Parameters:
        isJoinTable - Specifies whether the generic data model is a join table.
      • getIsJoinTable

        public Boolean getIsJoinTable()

        Specifies whether the generic data model is a join table.

        Returns:
        Specifies whether the generic data model is a join table.
      • withIsJoinTable

        public CodegenGenericDataModel withIsJoinTable(Boolean isJoinTable)

        Specifies whether the generic data model is a join table.

        Parameters:
        isJoinTable - Specifies whether the generic data model is a join table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isJoinTable

        public Boolean isJoinTable()

        Specifies whether the generic data model is a join table.

        Returns:
        Specifies whether the generic data model is a join table.
      • getPrimaryKeys

        public List<String> getPrimaryKeys()

        The primary keys of the generic data model.

        Returns:
        The primary keys of the generic data model.
      • setPrimaryKeys

        public void setPrimaryKeys(Collection<String> primaryKeys)

        The primary keys of the generic data model.

        Parameters:
        primaryKeys - The primary keys of the generic data model.
      • withPrimaryKeys

        public CodegenGenericDataModel withPrimaryKeys(Collection<String> primaryKeys)

        The primary keys of the generic data model.

        Parameters:
        primaryKeys - The primary keys of the generic data model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /