@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStudioLifecycleConfigsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListStudioLifecycleConfigsRequest() |
Modifier and Type | Method and Description |
---|---|
ListStudioLifecycleConfigsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppTypeEquals()
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
|
Date |
getCreationTimeAfter()
A filter that returns only Lifecycle Configurations created on or after the specified time.
|
Date |
getCreationTimeBefore()
A filter that returns only Lifecycle Configurations created on or before the specified time.
|
Integer |
getMaxResults()
The maximum number of Studio Lifecycle Configurations to return in the response.
|
Date |
getModifiedTimeAfter()
A filter that returns only Lifecycle Configurations modified after the specified time.
|
Date |
getModifiedTimeBefore()
A filter that returns only Lifecycle Configurations modified before the specified time.
|
String |
getNameContains()
A string in the Lifecycle Configuration name.
|
String |
getNextToken()
If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the
call returns a token for getting the next set of Lifecycle Configurations.
|
String |
getSortBy()
The property used to sort results.
|
String |
getSortOrder()
The sort order.
|
int |
hashCode() |
void |
setAppTypeEquals(String appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
|
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only Lifecycle Configurations created on or after the specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only Lifecycle Configurations created on or before the specified time.
|
void |
setMaxResults(Integer maxResults)
The maximum number of Studio Lifecycle Configurations to return in the response.
|
void |
setModifiedTimeAfter(Date modifiedTimeAfter)
A filter that returns only Lifecycle Configurations modified after the specified time.
|
void |
setModifiedTimeBefore(Date modifiedTimeBefore)
A filter that returns only Lifecycle Configurations modified before the specified time.
|
void |
setNameContains(String nameContains)
A string in the Lifecycle Configuration name.
|
void |
setNextToken(String nextToken)
If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the
call returns a token for getting the next set of Lifecycle Configurations.
|
void |
setSortBy(String sortBy)
The property used to sort results.
|
void |
setSortOrder(String sortOrder)
The sort order.
|
String |
toString()
Returns a string representation of this object.
|
ListStudioLifecycleConfigsRequest |
withAppTypeEquals(String appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
|
ListStudioLifecycleConfigsRequest |
withAppTypeEquals(StudioLifecycleConfigAppType appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
|
ListStudioLifecycleConfigsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only Lifecycle Configurations created on or after the specified time.
|
ListStudioLifecycleConfigsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only Lifecycle Configurations created on or before the specified time.
|
ListStudioLifecycleConfigsRequest |
withMaxResults(Integer maxResults)
The maximum number of Studio Lifecycle Configurations to return in the response.
|
ListStudioLifecycleConfigsRequest |
withModifiedTimeAfter(Date modifiedTimeAfter)
A filter that returns only Lifecycle Configurations modified after the specified time.
|
ListStudioLifecycleConfigsRequest |
withModifiedTimeBefore(Date modifiedTimeBefore)
A filter that returns only Lifecycle Configurations modified before the specified time.
|
ListStudioLifecycleConfigsRequest |
withNameContains(String nameContains)
A string in the Lifecycle Configuration name.
|
ListStudioLifecycleConfigsRequest |
withNextToken(String nextToken)
If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the
call returns a token for getting the next set of Lifecycle Configurations.
|
ListStudioLifecycleConfigsRequest |
withSortBy(String sortBy)
The property used to sort results.
|
ListStudioLifecycleConfigsRequest |
withSortBy(StudioLifecycleConfigSortKey sortBy)
The property used to sort results.
|
ListStudioLifecycleConfigsRequest |
withSortOrder(SortOrder sortOrder)
The sort order.
|
ListStudioLifecycleConfigsRequest |
withSortOrder(String sortOrder)
The sort order.
|
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 setMaxResults(Integer maxResults)
The maximum number of Studio Lifecycle Configurations to return in the response. The default value is 10.
maxResults
- The maximum number of Studio Lifecycle Configurations to return in the response. The default value is 10.public Integer getMaxResults()
The maximum number of Studio Lifecycle Configurations to return in the response. The default value is 10.
public ListStudioLifecycleConfigsRequest withMaxResults(Integer maxResults)
The maximum number of Studio Lifecycle Configurations to return in the response. The default value is 10.
maxResults
- The maximum number of Studio Lifecycle Configurations to return in the response. The default value is 10.public void setNextToken(String nextToken)
If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.
nextToken
- If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations,
the call returns a token for getting the next set of Lifecycle Configurations.public String getNextToken()
If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.
public ListStudioLifecycleConfigsRequest withNextToken(String nextToken)
If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.
nextToken
- If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations,
the call returns a token for getting the next set of Lifecycle Configurations.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 ListStudioLifecycleConfigsRequest 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 setAppTypeEquals(String appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
appTypeEquals
- A parameter to search for the App Type to which the Lifecycle Configuration is attached.StudioLifecycleConfigAppType
public String getAppTypeEquals()
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
StudioLifecycleConfigAppType
public ListStudioLifecycleConfigsRequest withAppTypeEquals(String appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
appTypeEquals
- A parameter to search for the App Type to which the Lifecycle Configuration is attached.StudioLifecycleConfigAppType
public ListStudioLifecycleConfigsRequest withAppTypeEquals(StudioLifecycleConfigAppType appTypeEquals)
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
appTypeEquals
- A parameter to search for the App Type to which the Lifecycle Configuration is attached.StudioLifecycleConfigAppType
public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only Lifecycle Configurations created on or before the specified time.
creationTimeBefore
- A filter that returns only Lifecycle Configurations created on or before the specified time.public Date getCreationTimeBefore()
A filter that returns only Lifecycle Configurations created on or before the specified time.
public ListStudioLifecycleConfigsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only Lifecycle Configurations created on or before the specified time.
creationTimeBefore
- A filter that returns only Lifecycle Configurations created on or before the specified time.public void setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only Lifecycle Configurations created on or after the specified time.
creationTimeAfter
- A filter that returns only Lifecycle Configurations created on or after the specified time.public Date getCreationTimeAfter()
A filter that returns only Lifecycle Configurations created on or after the specified time.
public ListStudioLifecycleConfigsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only Lifecycle Configurations created on or after the specified time.
creationTimeAfter
- A filter that returns only Lifecycle Configurations created on or after the specified time.public void setModifiedTimeBefore(Date modifiedTimeBefore)
A filter that returns only Lifecycle Configurations modified before the specified time.
modifiedTimeBefore
- A filter that returns only Lifecycle Configurations modified before the specified time.public Date getModifiedTimeBefore()
A filter that returns only Lifecycle Configurations modified before the specified time.
public ListStudioLifecycleConfigsRequest withModifiedTimeBefore(Date modifiedTimeBefore)
A filter that returns only Lifecycle Configurations modified before the specified time.
modifiedTimeBefore
- A filter that returns only Lifecycle Configurations modified before the specified time.public void setModifiedTimeAfter(Date modifiedTimeAfter)
A filter that returns only Lifecycle Configurations modified after the specified time.
modifiedTimeAfter
- A filter that returns only Lifecycle Configurations modified after the specified time.public Date getModifiedTimeAfter()
A filter that returns only Lifecycle Configurations modified after the specified time.
public ListStudioLifecycleConfigsRequest withModifiedTimeAfter(Date modifiedTimeAfter)
A filter that returns only Lifecycle Configurations modified after the specified time.
modifiedTimeAfter
- A filter that returns only Lifecycle Configurations modified after the specified time.public void setSortBy(String sortBy)
The property used to sort results. The default value is CreationTime.
sortBy
- The property used to sort results. The default value is CreationTime.StudioLifecycleConfigSortKey
public String getSortBy()
The property used to sort results. The default value is CreationTime.
StudioLifecycleConfigSortKey
public ListStudioLifecycleConfigsRequest withSortBy(String sortBy)
The property used to sort results. The default value is CreationTime.
sortBy
- The property used to sort results. The default value is CreationTime.StudioLifecycleConfigSortKey
public ListStudioLifecycleConfigsRequest withSortBy(StudioLifecycleConfigSortKey sortBy)
The property used to sort results. The default value is CreationTime.
sortBy
- The property used to sort results. The default value is CreationTime.StudioLifecycleConfigSortKey
public void setSortOrder(String sortOrder)
The sort order. The default value is Descending.
sortOrder
- The sort order. The default value is Descending.SortOrder
public String getSortOrder()
The sort order. The default value is Descending.
SortOrder
public ListStudioLifecycleConfigsRequest withSortOrder(String sortOrder)
The sort order. The default value is Descending.
sortOrder
- The sort order. The default value is Descending.SortOrder
public ListStudioLifecycleConfigsRequest withSortOrder(SortOrder sortOrder)
The sort order. The default value is Descending.
sortOrder
- The sort order. The default value is Descending.SortOrder
public String toString()
toString
in class Object
Object.toString()
public ListStudioLifecycleConfigsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()