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 CodegenGenericDataField

    • Constructor Detail

      • CodegenGenericDataField

        public CodegenGenericDataField()
    • Method Detail

      • setDataType

        public void setDataType(String dataType)

        The data type for the generic data field.

        Parameters:
        dataType - The data type for the generic data field.
        See Also:
        CodegenGenericDataFieldDataType
      • withDataType

        public CodegenGenericDataField withDataType(String dataType)

        The data type for the generic data field.

        Parameters:
        dataType - The data type for the generic data field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CodegenGenericDataFieldDataType
      • setDataTypeValue

        public void setDataTypeValue(String dataTypeValue)

        The value of the data type for the generic data field.

        Parameters:
        dataTypeValue - The value of the data type for the generic data field.
      • getDataTypeValue

        public String getDataTypeValue()

        The value of the data type for the generic data field.

        Returns:
        The value of the data type for the generic data field.
      • withDataTypeValue

        public CodegenGenericDataField withDataTypeValue(String dataTypeValue)

        The value of the data type for the generic data field.

        Parameters:
        dataTypeValue - The value of the data type for the generic data field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRequired

        public void setRequired(Boolean required)

        Specifies whether the generic data field is required.

        Parameters:
        required - Specifies whether the generic data field is required.
      • getRequired

        public Boolean getRequired()

        Specifies whether the generic data field is required.

        Returns:
        Specifies whether the generic data field is required.
      • withRequired

        public CodegenGenericDataField withRequired(Boolean required)

        Specifies whether the generic data field is required.

        Parameters:
        required - Specifies whether the generic data field is required.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRequired

        public Boolean isRequired()

        Specifies whether the generic data field is required.

        Returns:
        Specifies whether the generic data field is required.
      • setReadOnly

        public void setReadOnly(Boolean readOnly)

        Specifies whether the generic data field is read-only.

        Parameters:
        readOnly - Specifies whether the generic data field is read-only.
      • getReadOnly

        public Boolean getReadOnly()

        Specifies whether the generic data field is read-only.

        Returns:
        Specifies whether the generic data field is read-only.
      • withReadOnly

        public CodegenGenericDataField withReadOnly(Boolean readOnly)

        Specifies whether the generic data field is read-only.

        Parameters:
        readOnly - Specifies whether the generic data field is read-only.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isReadOnly

        public Boolean isReadOnly()

        Specifies whether the generic data field is read-only.

        Returns:
        Specifies whether the generic data field is read-only.
      • setIsArray

        public void setIsArray(Boolean isArray)

        Specifies whether the generic data field is an array.

        Parameters:
        isArray - Specifies whether the generic data field is an array.
      • getIsArray

        public Boolean getIsArray()

        Specifies whether the generic data field is an array.

        Returns:
        Specifies whether the generic data field is an array.
      • withIsArray

        public CodegenGenericDataField withIsArray(Boolean isArray)

        Specifies whether the generic data field is an array.

        Parameters:
        isArray - Specifies whether the generic data field is an array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isArray

        public Boolean isArray()

        Specifies whether the generic data field is an array.

        Returns:
        Specifies whether the generic data field is an array.
      • setRelationship

        public void setRelationship(CodegenGenericDataRelationshipType relationship)

        The relationship of the generic data schema.

        Parameters:
        relationship - The relationship of the generic data schema.
      • getRelationship

        public CodegenGenericDataRelationshipType getRelationship()

        The relationship of the generic data schema.

        Returns:
        The relationship of the generic data schema.
      • withRelationship

        public CodegenGenericDataField withRelationship(CodegenGenericDataRelationshipType relationship)

        The relationship of the generic data schema.

        Parameters:
        relationship - The relationship of the generic data schema.
        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 によって変換されたページ (->オリジナル) /