@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()
Criteria for restricting the resulting list of platform versions.
|
Integer |
getMaxRecords()
The maximum number of platform version values returned in one call.
|
String |
getNextToken()
For a paginated request.
|
int |
hashCode() |
void |
setFilters(Collection<PlatformFilter> filters)
Criteria for restricting the resulting list of platform versions.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of platform version values returned in one call.
|
void |
setNextToken(String nextToken)
For a paginated request.
|
String |
toString()
Returns a string representation of this object.
|
ListPlatformVersionsRequest |
withFilters(Collection<PlatformFilter> filters)
Criteria for restricting the resulting list of platform versions.
|
ListPlatformVersionsRequest |
withFilters(PlatformFilter... filters)
Criteria for restricting the resulting list of platform versions.
|
ListPlatformVersionsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of platform version values returned in one call.
|
ListPlatformVersionsRequest |
withNextToken(String nextToken)
For a paginated request.
|
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()
Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical
conjunction (AND) of the separate PlatformFilter
terms.
PlatformFilter
terms.public void setFilters(Collection<PlatformFilter> filters)
Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical
conjunction (AND) of the separate PlatformFilter
terms.
filters
- Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical
conjunction (AND) of the separate PlatformFilter
terms.public ListPlatformVersionsRequest withFilters(PlatformFilter... filters)
Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical
conjunction (AND) of the separate PlatformFilter
terms.
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
- Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical
conjunction (AND) of the separate PlatformFilter
terms.public ListPlatformVersionsRequest withFilters(Collection<PlatformFilter> filters)
Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical
conjunction (AND) of the separate PlatformFilter
terms.
filters
- Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical
conjunction (AND) of the separate PlatformFilter
terms.public void setMaxRecords(Integer maxRecords)
The maximum number of platform version values returned in one call.
maxRecords
- The maximum number of platform version values returned in one call.public Integer getMaxRecords()
The maximum number of platform version values returned in one call.
public ListPlatformVersionsRequest withMaxRecords(Integer maxRecords)
The maximum number of platform version values returned in one call.
maxRecords
- The maximum number of platform version values returned in one call.public void setNextToken(String nextToken)
For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.
If no NextToken
is specified, the first page is retrieved.
nextToken
- For a paginated request. Specify a token from a previous response page to retrieve the next response page.
All other parameter values must be identical to the ones specified in the initial request.
If no NextToken
is specified, the first page is retrieved.
public String getNextToken()
For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.
If no NextToken
is specified, the first page is retrieved.
If no NextToken
is specified, the first page is retrieved.
public ListPlatformVersionsRequest withNextToken(String nextToken)
For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.
If no NextToken
is specified, the first page is retrieved.
nextToken
- For a paginated request. Specify a token from a previous response page to retrieve the next response page.
All other parameter values must be identical to the ones specified in the initial request.
If no NextToken
is specified, the first page is retrieved.
public String toString()
toString
in class Object
Object.toString()
public ListPlatformVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()