@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public ListPlatformVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.