@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()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
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, 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()