ToCopyableBuilder<ListPlatformVersionsResponse.Builder,ListPlatformVersionsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListPlatformVersionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListPlatformVersionsResponse.Builder,ListPlatformVersionsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPlatformVersionsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListPlatformVersionsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The starting index into the remaining list of platforms.
|
List<PlatformSummary> |
platformSummaryList() |
Detailed information about the platforms.
|
static Class<? extends ListPlatformVersionsResponse.Builder> |
serializableBuilderClass() |
|
ListPlatformVersionsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<PlatformSummary> platformSummaryList()
Detailed information about the platforms.
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPlatformVersionsResponse.Builder,ListPlatformVersionsResponse>
public static ListPlatformVersionsResponse.Builder builder()
public static Class<? extends ListPlatformVersionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.