@Generated(value="software.amazon.awssdk:codegen") public final class ListPlatformVersionsResponse extends ElasticBeanstalkResponse implements ToCopyableBuilder<ListPlatformVersionsResponse.Builder,ListPlatformVersionsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPlatformVersionsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPlatformVersionsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The starting index into the remaining list of platforms.
|
List<PlatformSummary> |
platformSummaryList()
Detailed information about the platforms.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPlatformVersionsResponse.Builder> |
serializableBuilderClass() |
ListPlatformVersionsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<PlatformSummary> platformSummaryList()
Detailed information about the platforms.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
The starting index into the remaining list of platforms. if this value is not null, you can use it
in a subsequent ListPlatformVersion call.
null, you can
use it in a subsequent ListPlatformVersion call.public ListPlatformVersionsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPlatformVersionsResponse.Builder,ListPlatformVersionsResponse>toBuilder in class AwsResponsepublic static ListPlatformVersionsResponse.Builder builder()
public static Class<? extends ListPlatformVersionsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.