Class ListBootstrapActionsResult
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.ListBootstrapActionsResult
- All Implemented Interfaces:
Serializable
,Cloneable
This output contains the boostrap actions detail .
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The bootstrap actions associated with the cluster .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
The pagination token that indicates the next set of results to retrieve .toString()
Returns a string representation of this object; useful for testing and debugging.withBootstrapActions
(Command... bootstrapActions) The bootstrap actions associated with the cluster .withBootstrapActions
(Collection<Command> bootstrapActions) The bootstrap actions associated with the cluster .withMarker
(String marker) The pagination token that indicates the next set of results to retrieve .
-
Constructor Details
-
ListBootstrapActionsResult
public ListBootstrapActionsResult()
-
-
Method Details
-
getBootstrapActions
The bootstrap actions associated with the cluster .
- Returns:
- The bootstrap actions associated with the cluster .
-
setBootstrapActions
The bootstrap actions associated with the cluster .
- Parameters:
bootstrapActions
- The bootstrap actions associated with the cluster .
-
withBootstrapActions
The bootstrap actions associated with the cluster .
NOTE: This method appends the values to the existing list (if any). Use
setBootstrapActions(java.util.Collection)
orwithBootstrapActions(java.util.Collection)
if you want to override the existing values.- Parameters:
bootstrapActions
- The bootstrap actions associated with the cluster .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withBootstrapActions
The bootstrap actions associated with the cluster .
- Parameters:
bootstrapActions
- The bootstrap actions associated with the cluster .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
The pagination token that indicates the next set of results to retrieve .
- Parameters:
marker
- The pagination token that indicates the next set of results to retrieve .
-
getMarker
The pagination token that indicates the next set of results to retrieve .
- Returns:
- The pagination token that indicates the next set of results to retrieve .
-
withMarker
The pagination token that indicates the next set of results to retrieve .
- Parameters:
marker
- The pagination token that indicates the next set of results to retrieve .- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-