ToCopyableBuilder<ListStepsResponse.Builder,ListStepsResponse>@Generated("software.amazon.awssdk:codegen") public class ListStepsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListStepsResponse.Builder,ListStepsResponse>
This output contains the list of steps returned in reverse order. This means that the last step is the first element in the list.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListStepsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListStepsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
The pagination token that indicates the next set of results to retrieve.
|
static Class<? extends ListStepsResponse.Builder> |
serializableBuilderClass() |
|
List<StepSummary> |
steps() |
The filtered list of steps for the cluster.
|
ListStepsResponse.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<StepSummary> steps()
The filtered list of steps for the cluster.
public String marker()
The pagination token that indicates the next set of results to retrieve.
public ListStepsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListStepsResponse.Builder,ListStepsResponse>public static ListStepsResponse.Builder builder()
public static Class<? extends ListStepsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.