@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNotebookExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
DescribeNotebookExecutionRequest () |
| Modifier and Type | Method and Description |
|---|---|
DescribeNotebookExecutionRequest |
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.
|
DescribeNotebookExecutionRequest |
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, withSdkRequestTimeout public DescribeNotebookExecutionRequest()
public 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 DescribeNotebookExecutionRequest withNotebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
notebookExecutionId - The unique identifier of the notebook execution.public String toString()
toString in class Object Object.toString() public DescribeNotebookExecutionRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()