ToCopyableBuilder<ListExecutionsResponse.Builder,ListExecutionsResponse>@Generated("software.amazon.awssdk:codegen") public class ListExecutionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListExecutionsResponse.Builder,ListExecutionsResponse>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListExecutionsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListExecutionsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<ExecutionListItem> |
executions() |
The list of matching executions.
|
int |
hashCode() |
|
String |
nextToken() |
If a
nextToken is returned, there are more results available. |
static Class<? extends ListExecutionsResponse.Builder> |
serializableBuilderClass() |
|
ListExecutionsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<ExecutionListItem> executions()
The list of matching executions.
public String nextToken()
If a nextToken is returned, there are more results available. To retrieve the next page of results,
make the call again using the returned token in nextToken. Keep all other arguments unchanged.
The configured maxResults determines how many results can be returned in a single call.
nextToken is returned, there are more results available. To retrieve the next page of
results, make the call again using the returned token in nextToken. Keep all other arguments
unchanged.
The configured maxResults determines how many results can be returned in a single call.
public ListExecutionsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListExecutionsResponse.Builder,ListExecutionsResponse>public static ListExecutionsResponse.Builder builder()
public static Class<? extends ListExecutionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.