@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotebookExecutionSummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
| NotebookExecutionSummary() | 
| Modifier and Type | Method and Description | 
|---|---|
| NotebookExecutionSummary | clone() | 
| boolean | equals(Object obj) | 
| String | getEditorId()
 The unique identifier of the editor associated with the notebook execution. | 
| Date | getEndTime()
 The timestamp when notebook execution started. | 
| String | getNotebookExecutionId()
 The unique identifier of the notebook execution. | 
| String | getNotebookExecutionName()
 The name of the notebook execution. | 
| Date | getStartTime()
 The timestamp when notebook execution started. | 
| String | getStatus()
 The status of the notebook execution. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setEditorId(String editorId)
 The unique identifier of the editor associated with the notebook execution. | 
| void | setEndTime(Date endTime)
 The timestamp when notebook execution started. | 
| void | setNotebookExecutionId(String notebookExecutionId)
 The unique identifier of the notebook execution. | 
| void | setNotebookExecutionName(String notebookExecutionName)
 The name of the notebook execution. | 
| void | setStartTime(Date startTime)
 The timestamp when notebook execution started. | 
| void | setStatus(String status)
 The status of the notebook execution. | 
| String | toString()Returns a string representation of this object. | 
| NotebookExecutionSummary | withEditorId(String editorId)
 The unique identifier of the editor associated with the notebook execution. | 
| NotebookExecutionSummary | withEndTime(Date endTime)
 The timestamp when notebook execution started. | 
| NotebookExecutionSummary | withNotebookExecutionId(String notebookExecutionId)
 The unique identifier of the notebook execution. | 
| NotebookExecutionSummary | withNotebookExecutionName(String notebookExecutionName)
 The name of the notebook execution. | 
| NotebookExecutionSummary | withStartTime(Date startTime)
 The timestamp when notebook execution started. | 
| NotebookExecutionSummary | withStatus(NotebookExecutionStatus status)
 The status of the notebook execution. | 
| NotebookExecutionSummary | withStatus(String status)
 The status of the notebook execution. | 
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 NotebookExecutionSummary withNotebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
notebookExecutionId - The unique identifier of the notebook execution.public void setEditorId(String editorId)
The unique identifier of the editor associated with the notebook execution.
editorId - The unique identifier of the editor associated with the notebook execution.public String getEditorId()
The unique identifier of the editor associated with the notebook execution.
public NotebookExecutionSummary withEditorId(String editorId)
The unique identifier of the editor associated with the notebook execution.
editorId - The unique identifier of the editor associated with the notebook execution.public void setNotebookExecutionName(String notebookExecutionName)
The name of the notebook execution.
notebookExecutionName - The name of the notebook execution.public String getNotebookExecutionName()
The name of the notebook execution.
public NotebookExecutionSummary withNotebookExecutionName(String notebookExecutionName)
The name of the notebook execution.
notebookExecutionName - The name of the notebook execution.public void setStatus(String status)
The status of the notebook execution.
 START_PENDING indicates that the cluster has received the execution request but execution has not
 begun.
 
 STARTING indicates that the execution is starting on the cluster.
 
 RUNNING indicates that the execution is being processed by the cluster.
 
 FINISHING indicates that execution processing is in the final stages.
 
 FINISHED indicates that the execution has completed without error.
 
 FAILING indicates that the execution is failing and will not finish successfully.
 
 FAILED indicates that the execution failed.
 
 STOP_PENDING indicates that the cluster has received a StopNotebookExecution request
 and the stop is pending.
 
 STOPPING indicates that the cluster is in the process of stopping the execution as a result of a
 StopNotebookExecution request.
 
 STOPPED indicates that the execution stopped because of a StopNotebookExecution
 request.
 
status - The status of the notebook execution.
        
        START_PENDING indicates that the cluster has received the execution request but execution has
        not begun.
        
        STARTING indicates that the execution is starting on the cluster.
        
        RUNNING indicates that the execution is being processed by the cluster.
        
        FINISHING indicates that execution processing is in the final stages.
        
        FINISHED indicates that the execution has completed without error.
        
        FAILING indicates that the execution is failing and will not finish successfully.
        
        FAILED indicates that the execution failed.
        
        STOP_PENDING indicates that the cluster has received a StopNotebookExecution
        request and the stop is pending.
        
        STOPPING indicates that the cluster is in the process of stopping the execution as a result
        of a StopNotebookExecution request.
        
        STOPPED indicates that the execution stopped because of a StopNotebookExecution
        request.
        
NotebookExecutionStatuspublic String getStatus()
The status of the notebook execution.
 START_PENDING indicates that the cluster has received the execution request but execution has not
 begun.
 
 STARTING indicates that the execution is starting on the cluster.
 
 RUNNING indicates that the execution is being processed by the cluster.
 
 FINISHING indicates that execution processing is in the final stages.
 
 FINISHED indicates that the execution has completed without error.
 
 FAILING indicates that the execution is failing and will not finish successfully.
 
 FAILED indicates that the execution failed.
 
 STOP_PENDING indicates that the cluster has received a StopNotebookExecution request
 and the stop is pending.
 
 STOPPING indicates that the cluster is in the process of stopping the execution as a result of a
 StopNotebookExecution request.
 
 STOPPED indicates that the execution stopped because of a StopNotebookExecution
 request.
 
         START_PENDING indicates that the cluster has received the execution request but execution
         has not begun.
         
         STARTING indicates that the execution is starting on the cluster.
         
         RUNNING indicates that the execution is being processed by the cluster.
         
         FINISHING indicates that execution processing is in the final stages.
         
         FINISHED indicates that the execution has completed without error.
         
         FAILING indicates that the execution is failing and will not finish successfully.
         
         FAILED indicates that the execution failed.
         
         STOP_PENDING indicates that the cluster has received a StopNotebookExecution
         request and the stop is pending.
         
         STOPPING indicates that the cluster is in the process of stopping the execution as a result
         of a StopNotebookExecution request.
         
         STOPPED indicates that the execution stopped because of a StopNotebookExecution
         request.
         
NotebookExecutionStatuspublic NotebookExecutionSummary withStatus(String status)
The status of the notebook execution.
 START_PENDING indicates that the cluster has received the execution request but execution has not
 begun.
 
 STARTING indicates that the execution is starting on the cluster.
 
 RUNNING indicates that the execution is being processed by the cluster.
 
 FINISHING indicates that execution processing is in the final stages.
 
 FINISHED indicates that the execution has completed without error.
 
 FAILING indicates that the execution is failing and will not finish successfully.
 
 FAILED indicates that the execution failed.
 
 STOP_PENDING indicates that the cluster has received a StopNotebookExecution request
 and the stop is pending.
 
 STOPPING indicates that the cluster is in the process of stopping the execution as a result of a
 StopNotebookExecution request.
 
 STOPPED indicates that the execution stopped because of a StopNotebookExecution
 request.
 
status - The status of the notebook execution.
        
        START_PENDING indicates that the cluster has received the execution request but execution has
        not begun.
        
        STARTING indicates that the execution is starting on the cluster.
        
        RUNNING indicates that the execution is being processed by the cluster.
        
        FINISHING indicates that execution processing is in the final stages.
        
        FINISHED indicates that the execution has completed without error.
        
        FAILING indicates that the execution is failing and will not finish successfully.
        
        FAILED indicates that the execution failed.
        
        STOP_PENDING indicates that the cluster has received a StopNotebookExecution
        request and the stop is pending.
        
        STOPPING indicates that the cluster is in the process of stopping the execution as a result
        of a StopNotebookExecution request.
        
        STOPPED indicates that the execution stopped because of a StopNotebookExecution
        request.
        
NotebookExecutionStatuspublic NotebookExecutionSummary withStatus(NotebookExecutionStatus status)
The status of the notebook execution.
 START_PENDING indicates that the cluster has received the execution request but execution has not
 begun.
 
 STARTING indicates that the execution is starting on the cluster.
 
 RUNNING indicates that the execution is being processed by the cluster.
 
 FINISHING indicates that execution processing is in the final stages.
 
 FINISHED indicates that the execution has completed without error.
 
 FAILING indicates that the execution is failing and will not finish successfully.
 
 FAILED indicates that the execution failed.
 
 STOP_PENDING indicates that the cluster has received a StopNotebookExecution request
 and the stop is pending.
 
 STOPPING indicates that the cluster is in the process of stopping the execution as a result of a
 StopNotebookExecution request.
 
 STOPPED indicates that the execution stopped because of a StopNotebookExecution
 request.
 
status - The status of the notebook execution.
        
        START_PENDING indicates that the cluster has received the execution request but execution has
        not begun.
        
        STARTING indicates that the execution is starting on the cluster.
        
        RUNNING indicates that the execution is being processed by the cluster.
        
        FINISHING indicates that execution processing is in the final stages.
        
        FINISHED indicates that the execution has completed without error.
        
        FAILING indicates that the execution is failing and will not finish successfully.
        
        FAILED indicates that the execution failed.
        
        STOP_PENDING indicates that the cluster has received a StopNotebookExecution
        request and the stop is pending.
        
        STOPPING indicates that the cluster is in the process of stopping the execution as a result
        of a StopNotebookExecution request.
        
        STOPPED indicates that the execution stopped because of a StopNotebookExecution
        request.
        
NotebookExecutionStatuspublic void setStartTime(Date startTime)
The timestamp when notebook execution started.
startTime - The timestamp when notebook execution started.public Date getStartTime()
The timestamp when notebook execution started.
public NotebookExecutionSummary withStartTime(Date startTime)
The timestamp when notebook execution started.
startTime - The timestamp when notebook execution started.public void setEndTime(Date endTime)
The timestamp when notebook execution started.
endTime - The timestamp when notebook execution started.public Date getEndTime()
The timestamp when notebook execution started.
public NotebookExecutionSummary withEndTime(Date endTime)
The timestamp when notebook execution started.
endTime - The timestamp when notebook execution started.public String toString()
toString in class ObjectObject.toString()public NotebookExecutionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.