Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListPlatformVersionsRequest.Builder,ListPlatformVersionsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListPlatformVersionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListPlatformVersionsRequest.Builder,ListPlatformVersionsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPlatformVersionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListPlatformVersionsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<PlatformFilter> |
filters() |
List only the platforms where the platform member value relates to one of the supplied values.
|
int |
hashCode() |
|
Integer |
maxRecords() |
The maximum number of platform values returned in one call.
|
String |
nextToken() |
The starting index into the remaining list of platforms.
|
static Class<? extends ListPlatformVersionsRequest.Builder> |
serializableBuilderClass() |
|
ListPlatformVersionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<PlatformFilter> filters()
List only the platforms where the platform member value relates to one of the supplied values.
public Integer maxRecords()
The maximum number of platform values returned in one call.
public String nextToken()
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPlatformVersionsRequest.Builder,ListPlatformVersionsRequest>
public static ListPlatformVersionsRequest.Builder builder()
public static Class<? extends ListPlatformVersionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.