@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNotebookInstanceLifecycleConfigsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListNotebookInstanceLifecycleConfigsRequest() |
Modifier and Type | Method and Description |
---|---|
ListNotebookInstanceLifecycleConfigsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
|
Date |
getCreationTimeBefore()
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
|
Date |
getLastModifiedTimeAfter()
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
|
Date |
getLastModifiedTimeBefore()
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
|
Integer |
getMaxResults()
The maximum number of lifecycle configurations to return in the response.
|
String |
getNameContains()
A string in the lifecycle configuration name.
|
String |
getNextToken()
If the result of a
ListNotebookInstanceLifecycleConfigs request was truncated, the response includes
a NextToken . |
String |
getSortBy()
Sorts the list of results.
|
String |
getSortOrder()
The sort order for results.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
|
void |
setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
|
void |
setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
|
void |
setMaxResults(Integer maxResults)
The maximum number of lifecycle configurations to return in the response.
|
void |
setNameContains(String nameContains)
A string in the lifecycle configuration name.
|
void |
setNextToken(String nextToken)
If the result of a
ListNotebookInstanceLifecycleConfigs request was truncated, the response includes
a NextToken . |
void |
setSortBy(String sortBy)
Sorts the list of results.
|
void |
setSortOrder(String sortOrder)
The sort order for results.
|
String |
toString()
Returns a string representation of this object.
|
ListNotebookInstanceLifecycleConfigsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
|
ListNotebookInstanceLifecycleConfigsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
|
ListNotebookInstanceLifecycleConfigsRequest |
withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
|
ListNotebookInstanceLifecycleConfigsRequest |
withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
|
ListNotebookInstanceLifecycleConfigsRequest |
withMaxResults(Integer maxResults)
The maximum number of lifecycle configurations to return in the response.
|
ListNotebookInstanceLifecycleConfigsRequest |
withNameContains(String nameContains)
A string in the lifecycle configuration name.
|
ListNotebookInstanceLifecycleConfigsRequest |
withNextToken(String nextToken)
If the result of a
ListNotebookInstanceLifecycleConfigs request was truncated, the response includes
a NextToken . |
ListNotebookInstanceLifecycleConfigsRequest |
withSortBy(NotebookInstanceLifecycleConfigSortKey sortBy)
Sorts the list of results.
|
ListNotebookInstanceLifecycleConfigsRequest |
withSortBy(String sortBy)
Sorts the list of results.
|
ListNotebookInstanceLifecycleConfigsRequest |
withSortOrder(NotebookInstanceLifecycleConfigSortOrder sortOrder)
The sort order for results.
|
ListNotebookInstanceLifecycleConfigsRequest |
withSortOrder(String sortOrder)
The sort order for results.
|
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 ListNotebookInstanceLifecycleConfigsRequest()
public void setNextToken(String nextToken)
If the result of a ListNotebookInstanceLifecycleConfigs
request was truncated, the response includes
a NextToken
. To get the next set of lifecycle configurations, use the token in the next request.
nextToken
- If the result of a ListNotebookInstanceLifecycleConfigs
request was truncated, the response
includes a NextToken
. To get the next set of lifecycle configurations, use the token in the
next request.public String getNextToken()
If the result of a ListNotebookInstanceLifecycleConfigs
request was truncated, the response includes
a NextToken
. To get the next set of lifecycle configurations, use the token in the next request.
ListNotebookInstanceLifecycleConfigs
request was truncated, the response
includes a NextToken
. To get the next set of lifecycle configurations, use the token in the
next request.public ListNotebookInstanceLifecycleConfigsRequest withNextToken(String nextToken)
If the result of a ListNotebookInstanceLifecycleConfigs
request was truncated, the response includes
a NextToken
. To get the next set of lifecycle configurations, use the token in the next request.
nextToken
- If the result of a ListNotebookInstanceLifecycleConfigs
request was truncated, the response
includes a NextToken
. To get the next set of lifecycle configurations, use the token in the
next request.public void setMaxResults(Integer maxResults)
The maximum number of lifecycle configurations to return in the response.
maxResults
- The maximum number of lifecycle configurations to return in the response.public Integer getMaxResults()
The maximum number of lifecycle configurations to return in the response.
public ListNotebookInstanceLifecycleConfigsRequest withMaxResults(Integer maxResults)
The maximum number of lifecycle configurations to return in the response.
maxResults
- The maximum number of lifecycle configurations to return in the response.public void setSortBy(String sortBy)
Sorts the list of results. The default is CreationTime
.
sortBy
- Sorts the list of results. The default is CreationTime
.NotebookInstanceLifecycleConfigSortKey
public String getSortBy()
Sorts the list of results. The default is CreationTime
.
CreationTime
.NotebookInstanceLifecycleConfigSortKey
public ListNotebookInstanceLifecycleConfigsRequest withSortBy(String sortBy)
Sorts the list of results. The default is CreationTime
.
sortBy
- Sorts the list of results. The default is CreationTime
.NotebookInstanceLifecycleConfigSortKey
public ListNotebookInstanceLifecycleConfigsRequest withSortBy(NotebookInstanceLifecycleConfigSortKey sortBy)
Sorts the list of results. The default is CreationTime
.
sortBy
- Sorts the list of results. The default is CreationTime
.NotebookInstanceLifecycleConfigSortKey
public void setSortOrder(String sortOrder)
The sort order for results.
sortOrder
- The sort order for results.NotebookInstanceLifecycleConfigSortOrder
public String getSortOrder()
The sort order for results.
NotebookInstanceLifecycleConfigSortOrder
public ListNotebookInstanceLifecycleConfigsRequest withSortOrder(String sortOrder)
The sort order for results.
sortOrder
- The sort order for results.NotebookInstanceLifecycleConfigSortOrder
public ListNotebookInstanceLifecycleConfigsRequest withSortOrder(NotebookInstanceLifecycleConfigSortOrder sortOrder)
The sort order for results.
sortOrder
- The sort order for results.NotebookInstanceLifecycleConfigSortOrder
public void setNameContains(String nameContains)
A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.
nameContains
- A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name
contains the specified string.public String getNameContains()
A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.
public ListNotebookInstanceLifecycleConfigsRequest withNameContains(String nameContains)
A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.
nameContains
- A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name
contains the specified string.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only lifecycle configurations that were created before the specified time
(timestamp).public Date getCreationTimeBefore()
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
public ListNotebookInstanceLifecycleConfigsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only lifecycle configurations that were created before the specified time
(timestamp).public void setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only lifecycle configurations that were created after the specified time
(timestamp).public Date getCreationTimeAfter()
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
public ListNotebookInstanceLifecycleConfigsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only lifecycle configurations that were created after the specified time
(timestamp).public void setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
lastModifiedTimeBefore
- A filter that returns only lifecycle configurations that were modified before the specified time
(timestamp).public Date getLastModifiedTimeBefore()
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
public ListNotebookInstanceLifecycleConfigsRequest withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
lastModifiedTimeBefore
- A filter that returns only lifecycle configurations that were modified before the specified time
(timestamp).public void setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
lastModifiedTimeAfter
- A filter that returns only lifecycle configurations that were modified after the specified time
(timestamp).public Date getLastModifiedTimeAfter()
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
public ListNotebookInstanceLifecycleConfigsRequest withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).
lastModifiedTimeAfter
- A filter that returns only lifecycle configurations that were modified after the specified time
(timestamp).public String toString()
toString
in class Object
Object.toString()
public ListNotebookInstanceLifecycleConfigsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.