@Generated(value="software.amazon.awssdk:codegen") public final class DescribeStudioLifecycleConfigResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeStudioLifecycleConfigResponse.Builder,DescribeStudioLifecycleConfigResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeStudioLifecycleConfigResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeStudioLifecycleConfigResponse.Builder |
builder() |
Instant |
creationTime()
The creation time of the Studio Lifecycle Configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeStudioLifecycleConfigResponse.Builder> |
serializableBuilderClass() |
StudioLifecycleConfigAppType |
studioLifecycleConfigAppType()
The App type that the Lifecycle Configuration is attached to.
|
String |
studioLifecycleConfigAppTypeAsString()
The App type that the Lifecycle Configuration is attached to.
|
String |
studioLifecycleConfigArn()
The ARN of the Lifecycle Configuration to describe.
|
String |
studioLifecycleConfigContent()
The content of your Studio Lifecycle Configuration script.
|
String |
studioLifecycleConfigName()
The name of the Studio Lifecycle Configuration that is described.
|
DescribeStudioLifecycleConfigResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String studioLifecycleConfigArn()
The ARN of the Lifecycle Configuration to describe.
public final String studioLifecycleConfigName()
The name of the Studio Lifecycle Configuration that is described.
public final Instant creationTime()
The creation time of the Studio Lifecycle Configuration.
public final Instant lastModifiedTime()
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
public final String studioLifecycleConfigContent()
The content of your Studio Lifecycle Configuration script.
public final StudioLifecycleConfigAppType studioLifecycleConfigAppType()
The App type that the Lifecycle Configuration is attached to.
If the service returns an enum value that is not available in the current SDK version,
studioLifecycleConfigAppType will return StudioLifecycleConfigAppType.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from studioLifecycleConfigAppTypeAsString().
StudioLifecycleConfigAppTypepublic final String studioLifecycleConfigAppTypeAsString()
The App type that the Lifecycle Configuration is attached to.
If the service returns an enum value that is not available in the current SDK version,
studioLifecycleConfigAppType will return StudioLifecycleConfigAppType.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from studioLifecycleConfigAppTypeAsString().
StudioLifecycleConfigAppTypepublic DescribeStudioLifecycleConfigResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeStudioLifecycleConfigResponse.Builder,DescribeStudioLifecycleConfigResponse>toBuilder in class AwsResponsepublic static DescribeStudioLifecycleConfigResponse.Builder builder()
public static Class<? extends DescribeStudioLifecycleConfigResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.