public class ListBootstrapActionsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
This output contains the boostrap actions detail .
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Command> |
bootstrapActions
The bootstrap actions associated with the cluster .
|
private java.lang.String |
marker
The pagination token that indicates the next set of results to retrieve .
|
Constructor and Description |
---|
ListBootstrapActionsResult() |
Modifier and Type | Method and Description |
---|---|
ListBootstrapActionsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<Command> |
getBootstrapActions()
The bootstrap actions associated with the cluster .
|
java.lang.String |
getMarker()
The pagination token that indicates the next set of results to retrieve .
|
int |
hashCode() |
void |
setBootstrapActions(java.util.Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster .
|
void |
setMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve .
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListBootstrapActionsResult |
withBootstrapActions(java.util.Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster .
|
ListBootstrapActionsResult |
withBootstrapActions(Command... bootstrapActions)
The bootstrap actions associated with the cluster .
|
ListBootstrapActionsResult |
withMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve .
|
private SdkInternalList<Command> bootstrapActions
The bootstrap actions associated with the cluster .
private java.lang.String marker
The pagination token that indicates the next set of results to retrieve .
public java.util.List<Command> getBootstrapActions()
The bootstrap actions associated with the cluster .
public void setBootstrapActions(java.util.Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster .
bootstrapActions
- The bootstrap actions associated with the cluster .public ListBootstrapActionsResult withBootstrapActions(Command... bootstrapActions)
The bootstrap actions associated with the cluster .
NOTE: This method appends the values to the existing list (if
any). Use setBootstrapActions(java.util.Collection)
or
withBootstrapActions(java.util.Collection)
if you want to
override the existing values.
bootstrapActions
- The bootstrap actions associated with the cluster .public ListBootstrapActionsResult withBootstrapActions(java.util.Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster .
bootstrapActions
- The bootstrap actions associated with the cluster .public void setMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve .
marker
- The pagination token that indicates the next set of results to
retrieve .public java.lang.String getMarker()
The pagination token that indicates the next set of results to retrieve .
public ListBootstrapActionsResult withMarker(java.lang.String marker)
The pagination token that indicates the next set of results to retrieve .
marker
- The pagination token that indicates the next set of results to
retrieve .public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListBootstrapActionsResult clone()
clone
in class java.lang.Object