@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNotebookExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
ListNotebookExecutionsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListNotebookExecutionsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getMarker()
 A pagination token that a subsequent  
ListNotebookExecutions can use to determine the next set of
 results to retrieve. | 
List<NotebookExecutionSummary> | 
getNotebookExecutions()
 A list of notebook executions. 
 | 
int | 
hashCode()  | 
void | 
setMarker(String marker)
 A pagination token that a subsequent  
ListNotebookExecutions can use to determine the next set of
 results to retrieve. | 
void | 
setNotebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions)
 A list of notebook executions. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ListNotebookExecutionsResult | 
withMarker(String marker)
 A pagination token that a subsequent  
ListNotebookExecutions can use to determine the next set of
 results to retrieve. | 
ListNotebookExecutionsResult | 
withNotebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions)
 A list of notebook executions. 
 | 
ListNotebookExecutionsResult | 
withNotebookExecutions(NotebookExecutionSummary... notebookExecutions)
 A list of notebook executions. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<NotebookExecutionSummary> getNotebookExecutions()
A list of notebook executions.
public void setNotebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions)
A list of notebook executions.
notebookExecutions - A list of notebook executions.public ListNotebookExecutionsResult withNotebookExecutions(NotebookExecutionSummary... notebookExecutions)
A list of notebook executions.
 NOTE: This method appends the values to the existing list (if any). Use
 setNotebookExecutions(java.util.Collection) or withNotebookExecutions(java.util.Collection) if
 you want to override the existing values.
 
notebookExecutions - A list of notebook executions.public ListNotebookExecutionsResult withNotebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions)
A list of notebook executions.
notebookExecutions - A list of notebook executions.public void setMarker(String marker)
 A pagination token that a subsequent ListNotebookExecutions can use to determine the next set of
 results to retrieve.
 
marker - A pagination token that a subsequent ListNotebookExecutions can use to determine the next set
        of results to retrieve.public String getMarker()
 A pagination token that a subsequent ListNotebookExecutions can use to determine the next set of
 results to retrieve.
 
ListNotebookExecutions can use to determine the next
         set of results to retrieve.public ListNotebookExecutionsResult withMarker(String marker)
 A pagination token that a subsequent ListNotebookExecutions can use to determine the next set of
 results to retrieve.
 
marker - A pagination token that a subsequent ListNotebookExecutions can use to determine the next set
        of results to retrieve.public String toString()
toString in class ObjectObject.toString()public ListNotebookExecutionsResult clone()