|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.ListBootstrapActionsResult
public class ListBootstrapActionsResult
This output contains the bootstrap actions detail.
Constructor Summary | |
---|---|
ListBootstrapActionsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<Command> |
getBootstrapActions()
The bootstrap actions associated with the cluster. |
String |
getMarker()
The pagination token is a random string indicating whether there are more results to fetch. |
int |
hashCode()
|
void |
setBootstrapActions(Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster. |
void |
setMarker(String marker)
The pagination token is a random string indicating whether there are more results to fetch. |
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 is a random string indicating whether there are more results to fetch. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListBootstrapActionsResult()
Method Detail |
---|
public List<Command> getBootstrapActions()
public void setBootstrapActions(Collection<Command> bootstrapActions)
bootstrapActions
- The bootstrap actions associated with the cluster.public ListBootstrapActionsResult withBootstrapActions(Command... bootstrapActions)
Returns a reference to this object so that method calls can be chained together.
bootstrapActions
- The bootstrap actions associated with the cluster.
public ListBootstrapActionsResult withBootstrapActions(Collection<Command> bootstrapActions)
Returns a reference to this object so that method calls can be chained together.
bootstrapActions
- The bootstrap actions associated with the cluster.
public String getMarker()
public void setMarker(String marker)
marker
- The pagination token is a random string indicating whether there are
more results to fetch. Use the pagination token in later API calls to
retrieve the next page of results. When the value is null, all results
have been returned.public ListBootstrapActionsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The pagination token is a random string indicating whether there are
more results to fetch. Use the pagination token in later API calls to
retrieve the next page of results. When the value is null, all results
have been returned.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |