JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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

Class DescribeProjectResult

    • Constructor Detail

      • DescribeProjectResult

        public DescribeProjectResult()
    • Method Detail

      • setProjectArn

        public void setProjectArn(String projectArn)

        The Amazon Resource Name (ARN) of the project.

        Parameters:
        projectArn - The Amazon Resource Name (ARN) of the project.
      • getProjectArn

        public String getProjectArn()

        The Amazon Resource Name (ARN) of the project.

        Returns:
        The Amazon Resource Name (ARN) of the project.
      • withProjectArn

        public DescribeProjectResult withProjectArn(String projectArn)

        The Amazon Resource Name (ARN) of the project.

        Parameters:
        projectArn - The Amazon Resource Name (ARN) of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectName

        public void setProjectName(String projectName)

        The name of the project.

        Parameters:
        projectName - The name of the project.
      • getProjectName

        public String getProjectName()

        The name of the project.

        Returns:
        The name of the project.
      • withProjectName

        public DescribeProjectResult withProjectName(String projectName)

        The name of the project.

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

        public void setProjectId(String projectId)

        The ID of the project.

        Parameters:
        projectId - The ID of the project.
      • getProjectId

        public String getProjectId()

        The ID of the project.

        Returns:
        The ID of the project.
      • withProjectId

        public DescribeProjectResult withProjectId(String projectId)

        The ID of the project.

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

        public void setProjectDescription(String projectDescription)

        The description of the project.

        Parameters:
        projectDescription - The description of the project.
      • getProjectDescription

        public String getProjectDescription()

        The description of the project.

        Returns:
        The description of the project.
      • withProjectDescription

        public DescribeProjectResult withProjectDescription(String projectDescription)

        The description of the project.

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

        public void setServiceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails serviceCatalogProvisionedProductDetails)

        Information about a provisioned service catalog product.

        Parameters:
        serviceCatalogProvisionedProductDetails - Information about a provisioned service catalog product.
      • getServiceCatalogProvisionedProductDetails

        public ServiceCatalogProvisionedProductDetails getServiceCatalogProvisionedProductDetails()

        Information about a provisioned service catalog product.

        Returns:
        Information about a provisioned service catalog product.
      • withServiceCatalogProvisionedProductDetails

        public DescribeProjectResult withServiceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails serviceCatalogProvisionedProductDetails)

        Information about a provisioned service catalog product.

        Parameters:
        serviceCatalogProvisionedProductDetails - Information about a provisioned service catalog product.
        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 DescribeProjectResult 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 DescribeProjectResult 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
      • setCreatedBy

        public void setCreatedBy(UserContext createdBy)
        Parameters:
        createdBy -
      • getCreatedBy

        public UserContext getCreatedBy()
        Returns:
      • withCreatedBy

        public DescribeProjectResult withCreatedBy(UserContext createdBy)
        Parameters:
        createdBy -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The time when the project was created.

        Parameters:
        creationTime - The time when the project was created.
      • getCreationTime

        public Date getCreationTime()

        The time when the project was created.

        Returns:
        The time when the project was created.
      • withCreationTime

        public DescribeProjectResult withCreationTime(Date creationTime)

        The time when the project was created.

        Parameters:
        creationTime - The time when the project was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        The timestamp when project was last modified.

        Parameters:
        lastModifiedTime - The timestamp when project was last modified.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        The timestamp when project was last modified.

        Returns:
        The timestamp when project was last modified.
      • withLastModifiedTime

        public DescribeProjectResult withLastModifiedTime(Date lastModifiedTime)

        The timestamp when project was last modified.

        Parameters:
        lastModifiedTime - The timestamp when project was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedBy

        public void setLastModifiedBy(UserContext lastModifiedBy)
        Parameters:
        lastModifiedBy -
      • getLastModifiedBy

        public UserContext getLastModifiedBy()
        Returns:
      • withLastModifiedBy

        public DescribeProjectResult withLastModifiedBy(UserContext lastModifiedBy)
        Parameters:
        lastModifiedBy -
        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 によって変換されたページ (->オリジナル) /