Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListBootstrapActionsRequest.Builder,ListBootstrapActionsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListBootstrapActionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListBootstrapActionsRequest.Builder,ListBootstrapActionsRequest>
This input determines which bootstrap actions to retrieve.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListBootstrapActionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListBootstrapActionsRequest.Builder |
builder() |
|
String |
clusterId() |
The cluster identifier for the bootstrap actions to list.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
The pagination token that indicates the next set of results to retrieve.
|
static Class<? extends ListBootstrapActionsRequest.Builder> |
serializableBuilderClass() |
|
ListBootstrapActionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String clusterId()
The cluster identifier for the bootstrap actions to list.
public String marker()
The pagination token that indicates the next set of results to retrieve.
public ListBootstrapActionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListBootstrapActionsRequest.Builder,ListBootstrapActionsRequest>
public static ListBootstrapActionsRequest.Builder builder()
public static Class<? extends ListBootstrapActionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.