@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNotebookInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateNotebookInstanceResult() |
Modifier and Type | Method and Description |
---|---|
CreateNotebookInstanceResult |
clone() |
boolean |
equals(Object obj) |
String |
getNotebookInstanceArn()
The Amazon Resource Name (ARN) of the notebook instance.
|
int |
hashCode() |
void |
setNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
String |
toString()
Returns a string representation of this object.
|
CreateNotebookInstanceResult |
withNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
notebookInstanceArn
- The Amazon Resource Name (ARN) of the notebook instance.public String getNotebookInstanceArn()
The Amazon Resource Name (ARN) of the notebook instance.
public CreateNotebookInstanceResult withNotebookInstanceArn(String notebookInstanceArn)
The Amazon Resource Name (ARN) of the notebook instance.
notebookInstanceArn
- The Amazon Resource Name (ARN) of the notebook instance.public String toString()
toString
in class Object
Object.toString()
public CreateNotebookInstanceResult clone()