public class AddJobFlowStepsResult extends Object implements Serializable, Cloneable
The output for the AddJobFlowSteps operation.
| Constructor and Description | 
|---|
AddJobFlowStepsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
AddJobFlowStepsResult | 
clone()  | 
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. 
 | 
public List<String> getStepIds()
public void setStepIds(Collection<String> stepIds)
stepIds - The identifiers of the list of steps added to the job flow.public AddJobFlowStepsResult withStepIds(String... stepIds)
 NOTE: This method appends the values to the existing list (if
 any). Use setStepIds(java.util.Collection) or withStepIds(java.util.Collection) if you want to override the
 existing values.
 
Returns a reference to this object so that method calls can be chained together.
stepIds - The identifiers of the list of steps added to the job flow.public AddJobFlowStepsResult withStepIds(Collection<String> stepIds)
Returns a reference to this object so that method calls can be chained together.
stepIds - The identifiers of the list of steps added to the job flow.public String toString()
toString in class ObjectObject.toString()public AddJobFlowStepsResult clone()
Copyright © 2015. All rights reserved.