@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNotebookInstanceLifecycleConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNotebookInstanceLifecycleConfigResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNotebookInstanceLifecycleConfigResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
A timestamp that tells when the lifecycle configuration was created.
|
Date |
getLastModifiedTime()
A timestamp that tells when the lifecycle configuration was last modified.
|
String |
getNotebookInstanceLifecycleConfigArn()
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
String |
getNotebookInstanceLifecycleConfigName()
The name of the lifecycle configuration.
|
List<NotebookInstanceLifecycleHook> |
getOnCreate()
The shell script that runs only once, when you create a notebook instance.
|
List<NotebookInstanceLifecycleHook> |
getOnStart()
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
A timestamp that tells when the lifecycle configuration was created.
|
void |
setLastModifiedTime(Date lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
|
void |
setNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
void |
setNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
void |
setOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
|
void |
setOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNotebookInstanceLifecycleConfigResult |
withCreationTime(Date creationTime)
A timestamp that tells when the lifecycle configuration was created.
|
DescribeNotebookInstanceLifecycleConfigResult |
withLastModifiedTime(Date lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
|
DescribeNotebookInstanceLifecycleConfigResult |
withNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
DescribeNotebookInstanceLifecycleConfigResult |
withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
DescribeNotebookInstanceLifecycleConfigResult |
withOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResult |
withOnCreate(NotebookInstanceLifecycleHook... onCreate)
The shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResult |
withOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
DescribeNotebookInstanceLifecycleConfigResult |
withOnStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeNotebookInstanceLifecycleConfigResult()
public void setNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
notebookInstanceLifecycleConfigArn
- The Amazon Resource Name (ARN) of the lifecycle configuration.public String getNotebookInstanceLifecycleConfigArn()
The Amazon Resource Name (ARN) of the lifecycle configuration.
public DescribeNotebookInstanceLifecycleConfigResult withNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
notebookInstanceLifecycleConfigArn
- The Amazon Resource Name (ARN) of the lifecycle configuration.public void setNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
notebookInstanceLifecycleConfigName
- The name of the lifecycle configuration.public String getNotebookInstanceLifecycleConfigName()
The name of the lifecycle configuration.
public DescribeNotebookInstanceLifecycleConfigResult withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
notebookInstanceLifecycleConfigName
- The name of the lifecycle configuration.public List<NotebookInstanceLifecycleHook> getOnCreate()
The shell script that runs only once, when you create a notebook instance.
public void setOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
onCreate
- The shell script that runs only once, when you create a notebook instance.public DescribeNotebookInstanceLifecycleConfigResult withOnCreate(NotebookInstanceLifecycleHook... onCreate)
The shell script that runs only once, when you create a notebook instance.
NOTE: This method appends the values to the existing list (if any). Use
setOnCreate(java.util.Collection)
or withOnCreate(java.util.Collection)
if you want to override
the existing values.
onCreate
- The shell script that runs only once, when you create a notebook instance.public DescribeNotebookInstanceLifecycleConfigResult withOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
onCreate
- The shell script that runs only once, when you create a notebook instance.public List<NotebookInstanceLifecycleHook> getOnStart()
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
public void setOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
onStart
- The shell script that runs every time you start a notebook instance, including when you create the
notebook instance.public DescribeNotebookInstanceLifecycleConfigResult withOnStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
NOTE: This method appends the values to the existing list (if any). Use
setOnStart(java.util.Collection)
or withOnStart(java.util.Collection)
if you want to override
the existing values.
onStart
- The shell script that runs every time you start a notebook instance, including when you create the
notebook instance.public DescribeNotebookInstanceLifecycleConfigResult withOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
onStart
- The shell script that runs every time you start a notebook instance, including when you create the
notebook instance.public void setLastModifiedTime(Date lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
lastModifiedTime
- A timestamp that tells when the lifecycle configuration was last modified.public Date getLastModifiedTime()
A timestamp that tells when the lifecycle configuration was last modified.
public DescribeNotebookInstanceLifecycleConfigResult withLastModifiedTime(Date lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
lastModifiedTime
- A timestamp that tells when the lifecycle configuration was last modified.public void setCreationTime(Date creationTime)
A timestamp that tells when the lifecycle configuration was created.
creationTime
- A timestamp that tells when the lifecycle configuration was created.public Date getCreationTime()
A timestamp that tells when the lifecycle configuration was created.
public DescribeNotebookInstanceLifecycleConfigResult withCreationTime(Date creationTime)
A timestamp that tells when the lifecycle configuration was created.
creationTime
- A timestamp that tells when the lifecycle configuration was created.public String toString()
toString
in class Object
Object.toString()
public DescribeNotebookInstanceLifecycleConfigResult clone()