com.amazonaws.services.elasticmapreduce.model
Class ListBootstrapActionsResult

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.ListBootstrapActionsResult
All Implemented Interfaces:
Serializable

public class ListBootstrapActionsResult
extends Object
implements Serializable

This output contains the bootstrap actions detail.

See Also:
Serialized Form

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

ListBootstrapActionsResult

public ListBootstrapActionsResult()
Method Detail

getBootstrapActions

public List<Command> getBootstrapActions()
The bootstrap actions associated with the cluster.

Returns:
The bootstrap actions associated with the cluster.

setBootstrapActions

public void setBootstrapActions(Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster.

Parameters:
bootstrapActions - The bootstrap actions associated with the cluster.

withBootstrapActions

public ListBootstrapActionsResult withBootstrapActions(Command... bootstrapActions)
The bootstrap actions associated with the cluster.

Returns a reference to this object so that method calls can be chained together.

Parameters:
bootstrapActions - The bootstrap actions associated with the cluster.
Returns:
A reference to this updated object so that method calls can be chained together.

withBootstrapActions

public ListBootstrapActionsResult withBootstrapActions(Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster.

Returns a reference to this object so that method calls can be chained together.

Parameters:
bootstrapActions - The bootstrap actions associated with the cluster.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
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.

Returns:
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.

setMarker

public void setMarker(String 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.

Parameters:
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.

withMarker

public ListBootstrapActionsResult withMarker(String 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.