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.datazone.model

Class ProjectSummary

    • Constructor Detail

      • ProjectSummary

        public ProjectSummary()
    • Method Detail

      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The timestamp of when a project was created.

        Parameters:
        createdAt - The timestamp of when a project was created.
      • getCreatedAt

        public Date getCreatedAt()

        The timestamp of when a project was created.

        Returns:
        The timestamp of when a project was created.
      • withCreatedAt

        public ProjectSummary withCreatedAt(Date createdAt)

        The timestamp of when a project was created.

        Parameters:
        createdAt - The timestamp of when a project was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedBy

        public void setCreatedBy(String createdBy)

        The Amazon DataZone user who created the project.

        Parameters:
        createdBy - The Amazon DataZone user who created the project.
      • getCreatedBy

        public String getCreatedBy()

        The Amazon DataZone user who created the project.

        Returns:
        The Amazon DataZone user who created the project.
      • withCreatedBy

        public ProjectSummary withCreatedBy(String createdBy)

        The Amazon DataZone user who created the project.

        Parameters:
        createdBy - The Amazon DataZone user who created the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description of a project.

        Parameters:
        description - The description of a project.
      • getDescription

        public String getDescription()

        The description of a project.

        Returns:
        The description of a project.
      • withDescription

        public ProjectSummary withDescription(String description)

        The description of a project.

        Parameters:
        description - The description of a project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainId

        public void setDomainId(String domainId)

        The identifier of a Amazon DataZone domain where the project exists.

        Parameters:
        domainId - The identifier of a Amazon DataZone domain where the project exists.
      • getDomainId

        public String getDomainId()

        The identifier of a Amazon DataZone domain where the project exists.

        Returns:
        The identifier of a Amazon DataZone domain where the project exists.
      • withDomainId

        public ProjectSummary withDomainId(String domainId)

        The identifier of a Amazon DataZone domain where the project exists.

        Parameters:
        domainId - The identifier of a Amazon DataZone domain where the project exists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFailureReasons

        public List<ProjectDeletionError> getFailureReasons()

        Specifies the error message that is returned if the operation cannot be successfully completed.

        Returns:
        Specifies the error message that is returned if the operation cannot be successfully completed.
      • setFailureReasons

        public void setFailureReasons(Collection<ProjectDeletionError> failureReasons)

        Specifies the error message that is returned if the operation cannot be successfully completed.

        Parameters:
        failureReasons - Specifies the error message that is returned if the operation cannot be successfully completed.
      • withFailureReasons

        public ProjectSummary withFailureReasons(ProjectDeletionError... failureReasons)

        Specifies the error message that is returned if the operation cannot be successfully completed.

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

        Parameters:
        failureReasons - Specifies the error message that is returned if the operation cannot be successfully completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withFailureReasons

        public ProjectSummary withFailureReasons(Collection<ProjectDeletionError> failureReasons)

        Specifies the error message that is returned if the operation cannot be successfully completed.

        Parameters:
        failureReasons - Specifies the error message that is returned if the operation cannot be successfully completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The identifier of a project.

        Parameters:
        id - The identifier of a project.
      • getId

        public String getId()

        The identifier of a project.

        Returns:
        The identifier of a project.
      • withId

        public ProjectSummary withId(String id)

        The identifier of a project.

        Parameters:
        id - The identifier of a project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of a project.

        Parameters:
        name - The name of a project.
      • getName

        public String getName()

        The name of a project.

        Returns:
        The name of a project.
      • withName

        public ProjectSummary withName(String name)

        The name of a project.

        Parameters:
        name - The name of a project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectStatus

        public void setProjectStatus(String projectStatus)

        The status of the project.

        Parameters:
        projectStatus - The status of the project.
        See Also:
        ProjectStatus
      • getProjectStatus

        public String getProjectStatus()

        The status of the project.

        Returns:
        The status of the project.
        See Also:
        ProjectStatus
      • withProjectStatus

        public ProjectSummary withProjectStatus(String projectStatus)

        The status of the project.

        Parameters:
        projectStatus - The status of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProjectStatus
      • withProjectStatus

        public ProjectSummary withProjectStatus(ProjectStatus projectStatus)

        The status of the project.

        Parameters:
        projectStatus - The status of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProjectStatus
      • setUpdatedAt

        public void setUpdatedAt(Date updatedAt)

        The timestamp of when the project was updated.

        Parameters:
        updatedAt - The timestamp of when the project was updated.
      • getUpdatedAt

        public Date getUpdatedAt()

        The timestamp of when the project was updated.

        Returns:
        The timestamp of when the project was updated.
      • withUpdatedAt

        public ProjectSummary withUpdatedAt(Date updatedAt)

        The timestamp of when the project was updated.

        Parameters:
        updatedAt - The timestamp of when the project was updated.
        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 によって変換されたページ (->オリジナル) /