@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChangeSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListChangeSetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListChangeSetsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalog()
The catalog related to the request.
|
List<Filter> |
getFilterList()
An array of filter objects.
|
Integer |
getMaxResults()
The maximum number of results returned by a single call.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
Sort |
getSort()
An object that contains two attributes,
SortBy and SortOrder. |
int |
hashCode() |
void |
setCatalog(String catalog)
The catalog related to the request.
|
void |
setFilterList(Collection<Filter> filterList)
An array of filter objects.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results returned by a single call.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
void |
setSort(Sort sort)
An object that contains two attributes,
SortBy and SortOrder. |
String |
toString()
Returns a string representation of this object.
|
ListChangeSetsRequest |
withCatalog(String catalog)
The catalog related to the request.
|
ListChangeSetsRequest |
withFilterList(Collection<Filter> filterList)
An array of filter objects.
|
ListChangeSetsRequest |
withFilterList(Filter... filterList)
An array of filter objects.
|
ListChangeSetsRequest |
withMaxResults(Integer maxResults)
The maximum number of results returned by a single call.
|
ListChangeSetsRequest |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListChangeSetsRequest |
withSort(Sort sort)
An object that contains two attributes,
SortBy and SortOrder. |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setCatalog(String catalog)
The catalog related to the request. Fixed value: AWSMarketplace
catalog - The catalog related to the request. Fixed value: AWSMarketplacepublic String getCatalog()
The catalog related to the request. Fixed value: AWSMarketplace
AWSMarketplacepublic ListChangeSetsRequest withCatalog(String catalog)
The catalog related to the request. Fixed value: AWSMarketplace
catalog - The catalog related to the request. Fixed value: AWSMarketplacepublic List<Filter> getFilterList()
An array of filter objects.
public void setFilterList(Collection<Filter> filterList)
An array of filter objects.
filterList - An array of filter objects.public ListChangeSetsRequest withFilterList(Filter... filterList)
An array of filter objects.
NOTE: This method appends the values to the existing list (if any). Use
setFilterList(java.util.Collection) or withFilterList(java.util.Collection) if you want to
override the existing values.
filterList - An array of filter objects.public ListChangeSetsRequest withFilterList(Collection<Filter> filterList)
An array of filter objects.
filterList - An array of filter objects.public void setSort(Sort sort)
An object that contains two attributes, SortBy and SortOrder.
sort - An object that contains two attributes, SortBy and SortOrder.public Sort getSort()
An object that contains two attributes, SortBy and SortOrder.
SortBy and SortOrder.public ListChangeSetsRequest withSort(Sort sort)
An object that contains two attributes, SortBy and SortOrder.
sort - An object that contains two attributes, SortBy and SortOrder.public void setMaxResults(Integer maxResults)
The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results. By default, this value is 20.
maxResults - The maximum number of results returned by a single call. This value must be provided in the next call to
retrieve the next set of results. By default, this value is 20.public Integer getMaxResults()
The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results. By default, this value is 20.
public ListChangeSetsRequest withMaxResults(Integer maxResults)
The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results. By default, this value is 20.
maxResults - The maximum number of results returned by a single call. This value must be provided in the next call to
retrieve the next set of results. By default, this value is 20.public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListChangeSetsRequest withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String toString()
toString in class ObjectObject.toString()public ListChangeSetsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.