@Generated(value="software.amazon.awssdk:codegen") public final class DescribeProjectResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeProjectResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeProjectResponse.Builder |
builder() |
UserContext |
createdBy()
Returns the value of the CreatedBy property for this object.
|
Instant |
creationTime()
The time when the project was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
projectArn()
The Amazon Resource Name (ARN) of the project.
|
String |
projectDescription()
The description of the project.
|
String |
projectId()
The ID of the project.
|
String |
projectName()
The name of the project.
|
ProjectStatus |
projectStatus()
The status of the project.
|
String |
projectStatusAsString()
The status of the project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeProjectResponse.Builder> |
serializableBuilderClass() |
ServiceCatalogProvisionedProductDetails |
serviceCatalogProvisionedProductDetails()
Information about a provisioned service catalog product.
|
ServiceCatalogProvisioningDetails |
serviceCatalogProvisioningDetails()
Information used to provision a service catalog product.
|
DescribeProjectResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String projectArn()
The Amazon Resource Name (ARN) of the project.
public String projectName()
The name of the project.
public String projectId()
The ID of the project.
public String projectDescription()
The description of the project.
public ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails()
Information used to provision a service catalog product. For information, see What is AWS Service Catalog.
public ServiceCatalogProvisionedProductDetails serviceCatalogProvisionedProductDetails()
Information about a provisioned service catalog product.
public ProjectStatus projectStatus()
The status of the project.
If the service returns an enum value that is not available in the current SDK version, projectStatus
will return ProjectStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
projectStatusAsString().
ProjectStatuspublic String projectStatusAsString()
The status of the project.
If the service returns an enum value that is not available in the current SDK version, projectStatus
will return ProjectStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
projectStatusAsString().
ProjectStatuspublic UserContext createdBy()
public Instant creationTime()
The time when the project was created.
public DescribeProjectResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>toBuilder in class AwsResponsepublic static DescribeProjectResponse.Builder builder()
public static Class<? extends DescribeProjectResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.