@Generated(value="software.amazon.awssdk:codegen") public final class DescribeNotebookInstanceLifecycleConfigResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeNotebookInstanceLifecycleConfigResponse.Builder,DescribeNotebookInstanceLifecycleConfigResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeNotebookInstanceLifecycleConfigResponse.Builder |
builder() |
Instant |
creationTime()
A timestamp that tells when the lifecycle configuration was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
A timestamp that tells when the lifecycle configuration was last modified.
|
String |
notebookInstanceLifecycleConfigArn()
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
String |
notebookInstanceLifecycleConfigName()
The name of the lifecycle configuration.
|
List<NotebookInstanceLifecycleHook> |
onCreate()
The shell script that runs only once, when you create a notebook instance.
|
List<NotebookInstanceLifecycleHook> |
onStart()
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeNotebookInstanceLifecycleConfigResponse.Builder> |
serializableBuilderClass() |
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String notebookInstanceLifecycleConfigArn()
The Amazon Resource Name (ARN) of the lifecycle configuration.
public String notebookInstanceLifecycleConfigName()
The name of the lifecycle configuration.
public List<NotebookInstanceLifecycleHook> onCreate()
The shell script that runs only once, when you create a notebook instance.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<NotebookInstanceLifecycleHook> onStart()
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Instant lastModifiedTime()
A timestamp that tells when the lifecycle configuration was last modified.
public Instant creationTime()
A timestamp that tells when the lifecycle configuration was created.
public DescribeNotebookInstanceLifecycleConfigResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeNotebookInstanceLifecycleConfigResponse.Builder,DescribeNotebookInstanceLifecycleConfigResponse>toBuilder in class AwsResponsepublic static DescribeNotebookInstanceLifecycleConfigResponse.Builder builder()
public static Class<? extends DescribeNotebookInstanceLifecycleConfigResponse.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 © 2019. All rights reserved.