@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPlatformVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListPlatformVersionsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListPlatformVersionsRequest | clone() | 
| boolean | equals(Object obj) | 
| List<PlatformFilter> | getFilters()
 List only the platforms where the platform member value relates to one of the supplied values. | 
| Integer | getMaxRecords()
 The maximum number of platform values returned in one call. | 
| String | getNextToken()
 The starting index into the remaining list of platforms. | 
| int | hashCode() | 
| void | setFilters(Collection<PlatformFilter> filters)
 List only the platforms where the platform member value relates to one of the supplied values. | 
| void | setMaxRecords(Integer maxRecords)
 The maximum number of platform values returned in one call. | 
| void | setNextToken(String nextToken)
 The starting index into the remaining list of platforms. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| ListPlatformVersionsRequest | withFilters(Collection<PlatformFilter> filters)
 List only the platforms where the platform member value relates to one of the supplied values. | 
| ListPlatformVersionsRequest | withFilters(PlatformFilter... filters)
 List only the platforms where the platform member value relates to one of the supplied values. | 
| ListPlatformVersionsRequest | withMaxRecords(Integer maxRecords)
 The maximum number of platform values returned in one call. | 
| ListPlatformVersionsRequest | withNextToken(String nextToken)
 The starting index into the remaining list of platforms. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<PlatformFilter> getFilters()
List only the platforms where the platform member value relates to one of the supplied values.
public void setFilters(Collection<PlatformFilter> filters)
List only the platforms where the platform member value relates to one of the supplied values.
filters - List only the platforms where the platform member value relates to one of the supplied values.public ListPlatformVersionsRequest withFilters(PlatformFilter... filters)
List only the platforms where the platform member value relates to one of the supplied values.
 NOTE: This method appends the values to the existing list (if any). Use
 setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
 the existing values.
 
filters - List only the platforms where the platform member value relates to one of the supplied values.public ListPlatformVersionsRequest withFilters(Collection<PlatformFilter> filters)
List only the platforms where the platform member value relates to one of the supplied values.
filters - List only the platforms where the platform member value relates to one of the supplied values.public void setMaxRecords(Integer maxRecords)
The maximum number of platform values returned in one call.
maxRecords - The maximum number of platform values returned in one call.public Integer getMaxRecords()
The maximum number of platform values returned in one call.
public ListPlatformVersionsRequest withMaxRecords(Integer maxRecords)
The maximum number of platform values returned in one call.
maxRecords - The maximum number of platform values returned in one call.public void setNextToken(String nextToken)
 The starting index into the remaining list of platforms. Use the NextToken value from a previous
 ListPlatformVersion call.
 
nextToken - The starting index into the remaining list of platforms. Use the NextToken value from a
        previous ListPlatformVersion call.public String getNextToken()
 The starting index into the remaining list of platforms. Use the NextToken value from a previous
 ListPlatformVersion call.
 
NextToken value from a
         previous ListPlatformVersion call.public ListPlatformVersionsRequest withNextToken(String nextToken)
 The starting index into the remaining list of platforms. Use the NextToken value from a previous
 ListPlatformVersion call.
 
nextToken - The starting index into the remaining list of platforms. Use the NextToken value from a
        previous ListPlatformVersion call.public String toString()
toString in class ObjectObject.toString()public ListPlatformVersionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.