com.amazonaws.services.elasticmapreduce.model
Class AddJobFlowStepsResult

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

public class AddJobFlowStepsResult
extends Object
implements Serializable

The output for the AddJobFlowSteps operation.

See Also:
Serialized Form

Constructor Summary
AddJobFlowStepsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getStepIds()
          The identifiers of the list of steps added to the job flow.
 int hashCode()
           
 void setStepIds(Collection<String> stepIds)
          The identifiers of the list of steps added to the job flow.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 AddJobFlowStepsResult withStepIds(Collection<String> stepIds)
          The identifiers of the list of steps added to the job flow.
 AddJobFlowStepsResult withStepIds(String... stepIds)
          The identifiers of the list of steps added to the job flow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddJobFlowStepsResult

public AddJobFlowStepsResult()
Method Detail

getStepIds

public List<String> getStepIds()
The identifiers of the list of steps added to the job flow.

Returns:
The identifiers of the list of steps added to the job flow.

setStepIds

public void setStepIds(Collection<String> stepIds)
The identifiers of the list of steps added to the job flow.

Parameters:
stepIds - The identifiers of the list of steps added to the job flow.

withStepIds

public AddJobFlowStepsResult withStepIds(String... stepIds)
The identifiers of the list of steps added to the job flow.

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

Parameters:
stepIds - The identifiers of the list of steps added to the job flow.
Returns:
A reference to this updated object so that method calls can be chained together.

withStepIds

public AddJobFlowStepsResult withStepIds(Collection<String> stepIds)
The identifiers of the list of steps added to the job flow.

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

Parameters:
stepIds - The identifiers of the list of steps added to the job flow.
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.