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 CodegenJobSummary

    • Constructor Detail

      • CodegenJobSummary

        public CodegenJobSummary()
    • Method Detail

      • setAppId

        public void setAppId(String appId)

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

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

        public String getAppId()

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

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

        public CodegenJobSummary withAppId(String appId)

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

        Parameters:
        appId - The unique 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 CodegenJobSummary 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.
      • setId

        public void setId(String id)

        The unique ID for the code generation job summary.

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

        public String getId()

        The unique ID for the code generation job summary.

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

        public CodegenJobSummary withId(String id)

        The unique ID for the code generation job summary.

        Parameters:
        id - The unique ID for the code generation job summary.
        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 summary was created.

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

        public Date getCreatedAt()

        The time that the code generation job summary was created.

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

        public CodegenJobSummary withCreatedAt(Date createdAt)

        The time that the code generation job summary was created.

        Parameters:
        createdAt - The time that the code generation job summary 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 summary was modified.

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

        public Date getModifiedAt()

        The time that the code generation job summary was modified.

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

        public CodegenJobSummary withModifiedAt(Date modifiedAt)

        The time that the code generation job summary was modified.

        Parameters:
        modifiedAt - The time that the code generation job summary was modified.
        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 によって変換されたページ (->オリジナル) /