public class ListBootstrapActionsResult extends Object implements Serializable, Cloneable
This output contains the boostrap actions detail .
| Constructor and Description | 
|---|
| ListBootstrapActionsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListBootstrapActionsResult | clone() | 
| boolean | equals(Object obj) | 
| List<Command> | getBootstrapActions()
 The bootstrap actions associated with the cluster . | 
| String | getMarker()
 The pagination token that indicates the next set of results to retrieve . | 
| int | hashCode() | 
| void | setBootstrapActions(Collection<Command> bootstrapActions)
 The bootstrap actions associated with the cluster . | 
| void | setMarker(String marker)
 The pagination token that indicates the next set of results to retrieve . | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ListBootstrapActionsResult | withBootstrapActions(Collection<Command> bootstrapActions)
 The bootstrap actions associated with the cluster . | 
| ListBootstrapActionsResult | withBootstrapActions(Command... bootstrapActions)
 The bootstrap actions associated with the cluster . | 
| ListBootstrapActionsResult | withMarker(String marker)
 The pagination token that indicates the next set of results to retrieve . | 
public List<Command> getBootstrapActions()
The bootstrap actions associated with the cluster .
public void setBootstrapActions(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(Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster .
bootstrapActions - The bootstrap actions associated with the cluster .public void setMarker(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 String getMarker()
The pagination token that indicates the next set of results to retrieve .
public ListBootstrapActionsResult withMarker(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 String toString()
toString in class ObjectObject.toString()public ListBootstrapActionsResult clone()
Copyright © 2015. All rights reserved.