ToCopyableBuilder<ListBootstrapActionsResponse.Builder,ListBootstrapActionsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListBootstrapActionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListBootstrapActionsResponse.Builder,ListBootstrapActionsResponse>
This output contains the bootstrap actions detail.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListBootstrapActionsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<Command> |
bootstrapActions() |
The bootstrap actions associated with the cluster.
|
static ListBootstrapActionsResponse.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 ListBootstrapActionsResponse.Builder> |
serializableBuilderClass() |
|
ListBootstrapActionsResponse.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<Command> bootstrapActions()
The bootstrap actions associated with the cluster.
public String marker()
The pagination token that indicates the next set of results to retrieve.
public ListBootstrapActionsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListBootstrapActionsResponse.Builder,ListBootstrapActionsResponse>
public static ListBootstrapActionsResponse.Builder builder()
public static Class<? extends ListBootstrapActionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.