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 CodegenJob

    • Constructor Detail

      • CodegenJob

        public CodegenJob()
    • Method Detail

      • setId

        public void setId(String id)

        The unique ID for the code generation job.

        Parameters:
        id - The unique ID for the code generation job.
      • getId

        public String getId()

        The unique ID for the code generation job.

        Returns:
        The unique ID for the code generation job.
      • withId

        public CodegenJob withId(String id)

        The unique ID for the code generation job.

        Parameters:
        id - The unique ID for the code generation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAppId

        public void setAppId(String appId)

        The ID of the Amplify app associated with the code generation job.

        Parameters:
        appId - The ID of the Amplify app associated with the code generation job.
      • getAppId

        public String getAppId()

        The ID of the Amplify app associated with the code generation job.

        Returns:
        The ID of the Amplify app associated with the code generation job.
      • withAppId

        public CodegenJob withAppId(String appId)

        The ID of the Amplify app associated with the code generation job.

        Parameters:
        appId - The ID of the Amplify app associated with the code generation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnvironmentName

        public void setEnvironmentName(String environmentName)

        The name of the backend environment associated with the code generation job.

        Parameters:
        environmentName - The name of the backend environment associated with the code generation job.
      • getEnvironmentName

        public String getEnvironmentName()

        The name of the backend environment associated with the code generation job.

        Returns:
        The name of the backend environment associated with the code generation job.
      • withEnvironmentName

        public CodegenJob withEnvironmentName(String environmentName)

        The name of the backend environment associated with the code generation job.

        Parameters:
        environmentName - The name of the backend environment associated with the code generation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withRenderConfig

        public CodegenJob withRenderConfig(CodegenJobRenderConfig renderConfig)
        Parameters:
        renderConfig -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withGenericDataSchema

        public CodegenJob withGenericDataSchema(CodegenJobGenericDataSchema genericDataSchema)
        Parameters:
        genericDataSchema -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAutoGenerateForms

        public void setAutoGenerateForms(Boolean autoGenerateForms)

        Specifies whether to autogenerate forms in the code generation job.

        Parameters:
        autoGenerateForms - Specifies whether to autogenerate forms in the code generation job.
      • getAutoGenerateForms

        public Boolean getAutoGenerateForms()

        Specifies whether to autogenerate forms in the code generation job.

        Returns:
        Specifies whether to autogenerate forms in the code generation job.
      • withAutoGenerateForms

        public CodegenJob withAutoGenerateForms(Boolean autoGenerateForms)

        Specifies whether to autogenerate forms in the code generation job.

        Parameters:
        autoGenerateForms - Specifies whether to autogenerate forms in the code generation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAutoGenerateForms

        public Boolean isAutoGenerateForms()

        Specifies whether to autogenerate forms in the code generation job.

        Returns:
        Specifies whether to autogenerate forms in the code generation job.
      • withFeatures

        public CodegenJob withFeatures(CodegenFeatureFlags features)
        Parameters:
        features -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the code generation job.

        Parameters:
        status - The status of the code generation job.
        See Also:
        CodegenJobStatus
      • getStatus

        public String getStatus()

        The status of the code generation job.

        Returns:
        The status of the code generation job.
        See Also:
        CodegenJobStatus
      • withStatus

        public CodegenJob withStatus(String status)

        The status of the code generation job.

        Parameters:
        status - The status of the code generation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CodegenJobStatus
      • withStatus

        public CodegenJob withStatus(CodegenJobStatus status)

        The status of the code generation job.

        Parameters:
        status - The status of the code generation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CodegenJobStatus
      • setStatusMessage

        public void setStatusMessage(String statusMessage)

        The customized status message for the code generation job.

        Parameters:
        statusMessage - The customized status message for the code generation job.
      • getStatusMessage

        public String getStatusMessage()

        The customized status message for the code generation job.

        Returns:
        The customized status message for the code generation job.
      • withStatusMessage

        public CodegenJob withStatusMessage(String statusMessage)

        The customized status message for the code generation job.

        Parameters:
        statusMessage - The customized status message for the code generation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAsset

        public void setAsset(CodegenJobAsset asset)

        The CodegenJobAsset to use for the code generation job.

        Parameters:
        asset - The CodegenJobAsset to use for the code generation job.
      • getAsset

        public CodegenJobAsset getAsset()

        The CodegenJobAsset to use for the code generation job.

        Returns:
        The CodegenJobAsset to use for the code generation job.
      • withAsset

        public CodegenJob withAsset(CodegenJobAsset asset)

        The CodegenJobAsset to use for the code generation job.

        Parameters:
        asset - The CodegenJobAsset to use for the code generation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        One or more key-value pairs to use when tagging the code generation job.

        Returns:
        One or more key-value pairs to use when tagging the code generation job.
      • setTags

        public void setTags(Map<String,String> tags)

        One or more key-value pairs to use when tagging the code generation job.

        Parameters:
        tags - One or more key-value pairs to use when tagging the code generation job.
      • withTags

        public CodegenJob withTags(Map<String,String> tags)

        One or more key-value pairs to use when tagging the code generation job.

        Parameters:
        tags - One or more key-value pairs to use when tagging the code generation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CodegenJob clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The time that the code generation job was created.

        Parameters:
        createdAt - The time that the code generation job was created.
      • getCreatedAt

        public Date getCreatedAt()

        The time that the code generation job was created.

        Returns:
        The time that the code generation job was created.
      • withCreatedAt

        public CodegenJob withCreatedAt(Date createdAt)

        The time that the code generation job was created.

        Parameters:
        createdAt - The time that the code generation job was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModifiedAt

        public void setModifiedAt(Date modifiedAt)

        The time that the code generation job was modified.

        Parameters:
        modifiedAt - The time that the code generation job was modified.
      • getModifiedAt

        public Date getModifiedAt()

        The time that the code generation job was modified.

        Returns:
        The time that the code generation job was modified.
      • withModifiedAt

        public CodegenJob withModifiedAt(Date modifiedAt)

        The time that the code generation job was modified.

        Parameters:
        modifiedAt - The time that the code generation job was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getDependencies

        public List<CodegenDependency> getDependencies()

        Lists the dependency packages that may be required for the project code to run.

        Returns:
        Lists the dependency packages that may be required for the project code to run.
      • setDependencies

        public void setDependencies(Collection<CodegenDependency> dependencies)

        Lists the dependency packages that may be required for the project code to run.

        Parameters:
        dependencies - Lists the dependency packages that may be required for the project code to run.
      • withDependencies

        public CodegenJob withDependencies(CodegenDependency... dependencies)

        Lists the dependency packages that may be required for the project code to run.

        NOTE: This method appends the values to the existing list (if any). Use setDependencies(java.util.Collection) or withDependencies(java.util.Collection) if you want to override the existing values.

        Parameters:
        dependencies - Lists the dependency packages that may be required for the project code to run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withDependencies

        public CodegenJob withDependencies(Collection<CodegenDependency> dependencies)

        Lists the dependency packages that may be required for the project code to run.

        Parameters:
        dependencies - Lists the dependency packages that may be required for the project code to run.
        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 によって変換されたページ (->オリジナル) /