@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNotebookInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListNotebookInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
ListNotebookInstancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAdditionalCodeRepositoryEquals()
A filter that returns only notebook instances with associated with the specified git repository.
|
Date |
getCreationTimeAfter()
A filter that returns only notebook instances that were created after the specified time (timestamp).
|
Date |
getCreationTimeBefore()
A filter that returns only notebook instances that were created before the specified time (timestamp).
|
String |
getDefaultCodeRepositoryContains()
A string in the name or URL of a Git repository associated with this notebook instance.
|
Date |
getLastModifiedTimeAfter()
A filter that returns only notebook instances that were modified after the specified time (timestamp).
|
Date |
getLastModifiedTimeBefore()
A filter that returns only notebook instances that were modified before the specified time (timestamp).
|
Integer |
getMaxResults()
The maximum number of notebook instances to return.
|
String |
getNameContains()
A string in the notebook instances' name.
|
String |
getNextToken()
If the previous call to the
ListNotebookInstances is truncated, the response includes a
NextToken . |
String |
getNotebookInstanceLifecycleConfigNameContains()
A string in the name of a notebook instances lifecycle configuration associated with this notebook instance.
|
String |
getSortBy()
The field to sort results by.
|
String |
getSortOrder()
The sort order for results.
|
String |
getStatusEquals()
A filter that returns only notebook instances with the specified status.
|
int |
hashCode() |
void |
setAdditionalCodeRepositoryEquals(String additionalCodeRepositoryEquals)
A filter that returns only notebook instances with associated with the specified git repository.
|
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only notebook instances that were created after the specified time (timestamp).
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only notebook instances that were created before the specified time (timestamp).
|
void |
setDefaultCodeRepositoryContains(String defaultCodeRepositoryContains)
A string in the name or URL of a Git repository associated with this notebook instance.
|
void |
setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only notebook instances that were modified after the specified time (timestamp).
|
void |
setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only notebook instances that were modified before the specified time (timestamp).
|
void |
setMaxResults(Integer maxResults)
The maximum number of notebook instances to return.
|
void |
setNameContains(String nameContains)
A string in the notebook instances' name.
|
void |
setNextToken(String nextToken)
If the previous call to the
ListNotebookInstances is truncated, the response includes a
NextToken . |
void |
setNotebookInstanceLifecycleConfigNameContains(String notebookInstanceLifecycleConfigNameContains)
A string in the name of a notebook instances lifecycle configuration associated with this notebook instance.
|
void |
setSortBy(String sortBy)
The field to sort results by.
|
void |
setSortOrder(String sortOrder)
The sort order for results.
|
void |
setStatusEquals(String statusEquals)
A filter that returns only notebook instances with the specified status.
|
String |
toString()
Returns a string representation of this object.
|
ListNotebookInstancesRequest |
withAdditionalCodeRepositoryEquals(String additionalCodeRepositoryEquals)
A filter that returns only notebook instances with associated with the specified git repository.
|
ListNotebookInstancesRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only notebook instances that were created after the specified time (timestamp).
|
ListNotebookInstancesRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only notebook instances that were created before the specified time (timestamp).
|
ListNotebookInstancesRequest |
withDefaultCodeRepositoryContains(String defaultCodeRepositoryContains)
A string in the name or URL of a Git repository associated with this notebook instance.
|
ListNotebookInstancesRequest |
withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only notebook instances that were modified after the specified time (timestamp).
|
ListNotebookInstancesRequest |
withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only notebook instances that were modified before the specified time (timestamp).
|
ListNotebookInstancesRequest |
withMaxResults(Integer maxResults)
The maximum number of notebook instances to return.
|
ListNotebookInstancesRequest |
withNameContains(String nameContains)
A string in the notebook instances' name.
|
ListNotebookInstancesRequest |
withNextToken(String nextToken)
If the previous call to the
ListNotebookInstances is truncated, the response includes a
NextToken . |
ListNotebookInstancesRequest |
withNotebookInstanceLifecycleConfigNameContains(String notebookInstanceLifecycleConfigNameContains)
A string in the name of a notebook instances lifecycle configuration associated with this notebook instance.
|
ListNotebookInstancesRequest |
withSortBy(NotebookInstanceSortKey sortBy)
The field to sort results by.
|
ListNotebookInstancesRequest |
withSortBy(String sortBy)
The field to sort results by.
|
ListNotebookInstancesRequest |
withSortOrder(NotebookInstanceSortOrder sortOrder)
The sort order for results.
|
ListNotebookInstancesRequest |
withSortOrder(String sortOrder)
The sort order for results.
|
ListNotebookInstancesRequest |
withStatusEquals(NotebookInstanceStatus statusEquals)
A filter that returns only notebook instances with the specified status.
|
ListNotebookInstancesRequest |
withStatusEquals(String statusEquals)
A filter that returns only notebook instances with the specified status.
|
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 void setNextToken(String nextToken)
If the previous call to the ListNotebookInstances
is truncated, the response includes a
NextToken
. You can use this token in your subsequent ListNotebookInstances
request to
fetch the next set of notebook instances.
You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.
nextToken
- If the previous call to the ListNotebookInstances
is truncated, the response includes a
NextToken
. You can use this token in your subsequent ListNotebookInstances
request to fetch the next set of notebook instances. You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.
public String getNextToken()
If the previous call to the ListNotebookInstances
is truncated, the response includes a
NextToken
. You can use this token in your subsequent ListNotebookInstances
request to
fetch the next set of notebook instances.
You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.
ListNotebookInstances
is truncated, the response includes a
NextToken
. You can use this token in your subsequent ListNotebookInstances
request to fetch the next set of notebook instances. You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.
public ListNotebookInstancesRequest withNextToken(String nextToken)
If the previous call to the ListNotebookInstances
is truncated, the response includes a
NextToken
. You can use this token in your subsequent ListNotebookInstances
request to
fetch the next set of notebook instances.
You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.
nextToken
- If the previous call to the ListNotebookInstances
is truncated, the response includes a
NextToken
. You can use this token in your subsequent ListNotebookInstances
request to fetch the next set of notebook instances. You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.
public void setMaxResults(Integer maxResults)
The maximum number of notebook instances to return.
maxResults
- The maximum number of notebook instances to return.public Integer getMaxResults()
The maximum number of notebook instances to return.
public ListNotebookInstancesRequest withMaxResults(Integer maxResults)
The maximum number of notebook instances to return.
maxResults
- The maximum number of notebook instances to return.public void setSortBy(String sortBy)
The field to sort results by. The default is Name
.
sortBy
- The field to sort results by. The default is Name
.NotebookInstanceSortKey
public String getSortBy()
The field to sort results by. The default is Name
.
Name
.NotebookInstanceSortKey
public ListNotebookInstancesRequest withSortBy(String sortBy)
The field to sort results by. The default is Name
.
sortBy
- The field to sort results by. The default is Name
.NotebookInstanceSortKey
public ListNotebookInstancesRequest withSortBy(NotebookInstanceSortKey sortBy)
The field to sort results by. The default is Name
.
sortBy
- The field to sort results by. The default is Name
.NotebookInstanceSortKey
public void setSortOrder(String sortOrder)
The sort order for results.
sortOrder
- The sort order for results.NotebookInstanceSortOrder
public String getSortOrder()
The sort order for results.
NotebookInstanceSortOrder
public ListNotebookInstancesRequest withSortOrder(String sortOrder)
The sort order for results.
sortOrder
- The sort order for results.NotebookInstanceSortOrder
public ListNotebookInstancesRequest withSortOrder(NotebookInstanceSortOrder sortOrder)
The sort order for results.
sortOrder
- The sort order for results.NotebookInstanceSortOrder
public void setNameContains(String nameContains)
A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string.
nameContains
- A string in the notebook instances' name. This filter returns only notebook instances whose name contains
the specified string.public String getNameContains()
A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string.
public ListNotebookInstancesRequest withNameContains(String nameContains)
A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string.
nameContains
- A string in the notebook instances' name. This filter returns only notebook instances whose name contains
the specified string.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only notebook instances that were created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only notebook instances that were created before the specified time (timestamp).public Date getCreationTimeBefore()
A filter that returns only notebook instances that were created before the specified time (timestamp).
public ListNotebookInstancesRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only notebook instances that were created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only notebook instances that were created before the specified time (timestamp).public void setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only notebook instances that were created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only notebook instances that were created after the specified time (timestamp).public Date getCreationTimeAfter()
A filter that returns only notebook instances that were created after the specified time (timestamp).
public ListNotebookInstancesRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only notebook instances that were created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only notebook instances that were created after the specified time (timestamp).public void setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only notebook instances that were modified before the specified time (timestamp).
lastModifiedTimeBefore
- A filter that returns only notebook instances that were modified before the specified time (timestamp).public Date getLastModifiedTimeBefore()
A filter that returns only notebook instances that were modified before the specified time (timestamp).
public ListNotebookInstancesRequest withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only notebook instances that were modified before the specified time (timestamp).
lastModifiedTimeBefore
- A filter that returns only notebook instances that were modified before the specified time (timestamp).public void setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only notebook instances that were modified after the specified time (timestamp).
lastModifiedTimeAfter
- A filter that returns only notebook instances that were modified after the specified time (timestamp).public Date getLastModifiedTimeAfter()
A filter that returns only notebook instances that were modified after the specified time (timestamp).
public ListNotebookInstancesRequest withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only notebook instances that were modified after the specified time (timestamp).
lastModifiedTimeAfter
- A filter that returns only notebook instances that were modified after the specified time (timestamp).public void setStatusEquals(String statusEquals)
A filter that returns only notebook instances with the specified status.
statusEquals
- A filter that returns only notebook instances with the specified status.NotebookInstanceStatus
public String getStatusEquals()
A filter that returns only notebook instances with the specified status.
NotebookInstanceStatus
public ListNotebookInstancesRequest withStatusEquals(String statusEquals)
A filter that returns only notebook instances with the specified status.
statusEquals
- A filter that returns only notebook instances with the specified status.NotebookInstanceStatus
public ListNotebookInstancesRequest withStatusEquals(NotebookInstanceStatus statusEquals)
A filter that returns only notebook instances with the specified status.
statusEquals
- A filter that returns only notebook instances with the specified status.NotebookInstanceStatus
public void setNotebookInstanceLifecycleConfigNameContains(String notebookInstanceLifecycleConfigNameContains)
A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.
notebookInstanceLifecycleConfigNameContains
- A string in the name of a notebook instances lifecycle configuration associated with this notebook
instance. This filter returns only notebook instances associated with a lifecycle configuration with a
name that contains the specified string.public String getNotebookInstanceLifecycleConfigNameContains()
A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.
public ListNotebookInstancesRequest withNotebookInstanceLifecycleConfigNameContains(String notebookInstanceLifecycleConfigNameContains)
A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.
notebookInstanceLifecycleConfigNameContains
- A string in the name of a notebook instances lifecycle configuration associated with this notebook
instance. This filter returns only notebook instances associated with a lifecycle configuration with a
name that contains the specified string.public void setDefaultCodeRepositoryContains(String defaultCodeRepositoryContains)
A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.
defaultCodeRepositoryContains
- A string in the name or URL of a Git repository associated with this notebook instance. This filter
returns only notebook instances associated with a git repository with a name that contains the specified
string.public String getDefaultCodeRepositoryContains()
A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.
public ListNotebookInstancesRequest withDefaultCodeRepositoryContains(String defaultCodeRepositoryContains)
A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.
defaultCodeRepositoryContains
- A string in the name or URL of a Git repository associated with this notebook instance. This filter
returns only notebook instances associated with a git repository with a name that contains the specified
string.public void setAdditionalCodeRepositoryEquals(String additionalCodeRepositoryEquals)
A filter that returns only notebook instances with associated with the specified git repository.
additionalCodeRepositoryEquals
- A filter that returns only notebook instances with associated with the specified git repository.public String getAdditionalCodeRepositoryEquals()
A filter that returns only notebook instances with associated with the specified git repository.
public ListNotebookInstancesRequest withAdditionalCodeRepositoryEquals(String additionalCodeRepositoryEquals)
A filter that returns only notebook instances with associated with the specified git repository.
additionalCodeRepositoryEquals
- A filter that returns only notebook instances with associated with the specified git repository.public String toString()
toString
in class Object
Object.toString()
public ListNotebookInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.