@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopNotebookExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| StopNotebookExecutionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| StopNotebookExecutionRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getNotebookExecutionId()
 The unique identifier of the notebook execution. | 
| int | hashCode() | 
| void | setNotebookExecutionId(String notebookExecutionId)
 The unique identifier of the notebook execution. | 
| String | toString()Returns a string representation of this object. | 
| StopNotebookExecutionRequest | withNotebookExecutionId(String notebookExecutionId)
 The unique identifier of the notebook execution. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setNotebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
notebookExecutionId - The unique identifier of the notebook execution.public String getNotebookExecutionId()
The unique identifier of the notebook execution.
public StopNotebookExecutionRequest withNotebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
notebookExecutionId - The unique identifier of the notebook execution.public String toString()
toString in class ObjectObject.toString()public StopNotebookExecutionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.