@Generated(value="software.amazon.awssdk:codegen") public final class ListPlatformVersionsRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<ListPlatformVersionsRequest.Builder,ListPlatformVersionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPlatformVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPlatformVersionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<PlatformFilter> |
filters()
List only the platforms where the platform member value relates to one of the supplied values.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPlatformVersionsRequest.Builder> |
serializableBuilderClass() |
ListPlatformVersionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<PlatformFilter> filters()
List only the platforms where the platform member value relates to one of the supplied values.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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()
toBuilder in interface ToCopyableBuilder<ListPlatformVersionsRequest.Builder,ListPlatformVersionsRequest>toBuilder in class ElasticBeanstalkRequestpublic static ListPlatformVersionsRequest.Builder builder()
public static Class<? extends ListPlatformVersionsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.