ToCopyableBuilder<ListLaunchPathsResponse.Builder,ListLaunchPathsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListLaunchPathsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListLaunchPathsResponse.Builder,ListLaunchPathsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListLaunchPathsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListLaunchPathsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<LaunchPathSummary> |
launchPathSummaries() |
List of launch path information summaries for the specified
PageToken . |
String |
nextPageToken() |
The page token to use to retrieve the next page of results for this operation.
|
static Class<? extends ListLaunchPathsResponse.Builder> |
serializableBuilderClass() |
|
ListLaunchPathsResponse.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<LaunchPathSummary> launchPathSummaries()
List of launch path information summaries for the specified PageToken
.
PageToken
.public String nextPageToken()
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public ListLaunchPathsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListLaunchPathsResponse.Builder,ListLaunchPathsResponse>
public static ListLaunchPathsResponse.Builder builder()
public static Class<? extends ListLaunchPathsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.