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 interface
DescribeProjectResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
UserContext
lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.Instant
lastModifiedTime()
The timestamp when project was last modified.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.Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
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,
projectStatus
will 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,
projectStatus
will 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:
toBuilder
in interfaceToCopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
- Specified by:
toBuilder
in classAwsResponse
-
builder
public static DescribeProjectResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeProjectResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-