Class DescribeProjectResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
-
- software.amazon.awssdk.services.sagemaker.model.DescribeProjectResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeProjectResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeProjectResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeProjectResponse.Builderbuilder()UserContextcreatedBy()Returns the value of the CreatedBy property for this object.InstantcreationTime()The time when the project was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()UserContextlastModifiedBy()Returns the value of the LastModifiedBy property for this object.InstantlastModifiedTime()The timestamp when project was last modified.StringprojectArn()The Amazon Resource Name (ARN) of the project.StringprojectDescription()The description of the project.StringprojectId()The ID of the project.StringprojectName()The name of the project.ProjectStatusprojectStatus()The status of the project.StringprojectStatusAsString()The status of the project.List<SdkField<?>>sdkFields()static Class<? extends DescribeProjectResponse.Builder>serializableBuilderClass()ServiceCatalogProvisionedProductDetailsserviceCatalogProvisionedProductDetails()Information about a provisioned service catalog product.ServiceCatalogProvisioningDetailsserviceCatalogProvisioningDetails()Information used to provision a service catalog product.DescribeProjectResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
projectArn
public final String projectArn()
The Amazon Resource Name (ARN) of the project.
- Returns:
- The Amazon Resource Name (ARN) of the project.
-
projectName
public final String projectName()
The name of the project.
- Returns:
- The name of the project.
-
projectId
public final String projectId()
The ID of the project.
- Returns:
- The ID of the project.
-
projectDescription
public final String projectDescription()
The description of the project.
- Returns:
- The description of the project.
-
serviceCatalogProvisioningDetails
public final ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails()
Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.
- Returns:
- Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.
-
serviceCatalogProvisionedProductDetails
public final ServiceCatalogProvisionedProductDetails serviceCatalogProvisionedProductDetails()
Information about a provisioned service catalog product.
- Returns:
- Information about a provisioned service catalog product.
-
projectStatus
public final ProjectStatus projectStatus()
The status of the project.
If the service returns an enum value that is not available in the current SDK version,
projectStatuswill returnProjectStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprojectStatusAsString().- Returns:
- The status of the project.
- See Also:
ProjectStatus
-
projectStatusAsString
public final String projectStatusAsString()
The status of the project.
If the service returns an enum value that is not available in the current SDK version,
projectStatuswill returnProjectStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprojectStatusAsString().- Returns:
- The status of the project.
- See Also:
ProjectStatus
-
createdBy
public final UserContext createdBy()
Returns the value of the CreatedBy property for this object.- Returns:
- The value of the CreatedBy property for this object.
-
creationTime
public final Instant creationTime()
The time when the project was created.
- Returns:
- The time when the project was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
The timestamp when project was last modified.
- Returns:
- The timestamp when project was last modified.
-
lastModifiedBy
public final UserContext lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.- Returns:
- The value of the LastModifiedBy property for this object.
-
toBuilder
public DescribeProjectResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeProjectResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeProjectResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final 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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-