@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNotebookInstanceLifecycleConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateNotebookInstanceLifecycleConfigResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateNotebookInstanceLifecycleConfigResult |
clone() |
boolean |
equals(Object obj) |
String |
getNotebookInstanceLifecycleConfigArn()
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
int |
hashCode() |
void |
setNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
String |
toString()
Returns a string representation of this object.
|
CreateNotebookInstanceLifecycleConfigResult |
withNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic CreateNotebookInstanceLifecycleConfigResult()
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 CreateNotebookInstanceLifecycleConfigResult withNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
notebookInstanceLifecycleConfigArn - The Amazon Resource Name (ARN) of the lifecycle configuration.public String toString()
toString in class ObjectObject.toString()public CreateNotebookInstanceLifecycleConfigResult clone()