@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotebookInstanceLifecycleHook extends Object implements Serializable, Cloneable, StructuredPojo
Contains the notebook instance lifecycle configuration script.
This script runs in the path /sbin:bin:/usr/sbin:/usr/bin.
For information about notebook instance lifestyle configurations, see notebook-lifecycle-config.
| Constructor and Description |
|---|
NotebookInstanceLifecycleHook() |
| Modifier and Type | Method and Description |
|---|---|
NotebookInstanceLifecycleHook |
clone() |
boolean |
equals(Object obj) |
String |
getContent()
A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setContent(String content)
A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
NotebookInstanceLifecycleHook |
withContent(String content)
A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.
|
public void setContent(String content)
A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.
content - A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.public String getContent()
A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.
public NotebookInstanceLifecycleHook withContent(String content)
A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.
content - A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.public String toString()
toString in class ObjectObject.toString()public NotebookInstanceLifecycleHook clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.