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 CreateProjectResult

    • Constructor Detail

      • CreateProjectResult

        public CreateProjectResult()
    • Method Detail

      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The timestamp of when the project was created.

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

        public Date getCreatedAt()

        The timestamp of when the project was created.

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

        public CreateProjectResult withCreatedAt(Date createdAt)

        The timestamp of when the project was created.

        Parameters:
        createdAt - The timestamp of when the 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 CreateProjectResult 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 the project.

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

        public String getDescription()

        The description of the project.

        Returns:
        The description of the project.
      • withDescription

        public CreateProjectResult withDescription(String description)

        The description of the project.

        Parameters:
        description - The description of the 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 the Amazon DataZone domain in which the project was created.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which the project was created.
      • getDomainId

        public String getDomainId()

        The identifier of the Amazon DataZone domain in which the project was created.

        Returns:
        The identifier of the Amazon DataZone domain in which the project was created.
      • withDomainId

        public CreateProjectResult withDomainId(String domainId)

        The identifier of the Amazon DataZone domain in which the project was created.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which the project was created.
        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 CreateProjectResult 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 CreateProjectResult 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.
      • getGlossaryTerms

        public List<String> getGlossaryTerms()

        The glossary terms that can be used in the project.

        Returns:
        The glossary terms that can be used in the project.
      • setGlossaryTerms

        public void setGlossaryTerms(Collection<String> glossaryTerms)

        The glossary terms that can be used in the project.

        Parameters:
        glossaryTerms - The glossary terms that can be used in the project.
      • withGlossaryTerms

        public CreateProjectResult withGlossaryTerms(String... glossaryTerms)

        The glossary terms that can be used in the project.

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

        Parameters:
        glossaryTerms - The glossary terms that can be used in the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withGlossaryTerms

        public CreateProjectResult withGlossaryTerms(Collection<String> glossaryTerms)

        The glossary terms that can be used in the project.

        Parameters:
        glossaryTerms - The glossary terms that can be used in the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The ID of the Amazon DataZone project.

        Parameters:
        id - The ID of the Amazon DataZone project.
      • getId

        public String getId()

        The ID of the Amazon DataZone project.

        Returns:
        The ID of the Amazon DataZone project.
      • withId

        public CreateProjectResult withId(String id)

        The ID of the Amazon DataZone project.

        Parameters:
        id - The ID of the Amazon DataZone project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastUpdatedAt

        public void setLastUpdatedAt(Date lastUpdatedAt)

        The timestamp of when the project was last updated.

        Parameters:
        lastUpdatedAt - The timestamp of when the project was last updated.
      • getLastUpdatedAt

        public Date getLastUpdatedAt()

        The timestamp of when the project was last updated.

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

        public CreateProjectResult withLastUpdatedAt(Date lastUpdatedAt)

        The timestamp of when the project was last updated.

        Parameters:
        lastUpdatedAt - The timestamp of when the project was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the project.

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

        public String getName()

        The name of the project.

        Returns:
        The name of the project.
      • withName

        public CreateProjectResult withName(String name)

        The name of the project.

        Parameters:
        name - The name of the 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 Amazon DataZone project that was created.

        Parameters:
        projectStatus - The status of the Amazon DataZone project that was created.
        See Also:
        ProjectStatus
      • getProjectStatus

        public String getProjectStatus()

        The status of the Amazon DataZone project that was created.

        Returns:
        The status of the Amazon DataZone project that was created.
        See Also:
        ProjectStatus
      • withProjectStatus

        public CreateProjectResult withProjectStatus(String projectStatus)

        The status of the Amazon DataZone project that was created.

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

        public CreateProjectResult withProjectStatus(ProjectStatus projectStatus)

        The status of the Amazon DataZone project that was created.

        Parameters:
        projectStatus - The status of the Amazon DataZone project that was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProjectStatus
      • 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 によって変換されたページ (->オリジナル) /