public class AddJobFlowStepsResult extends Object implements Serializable
The output for the AddJobFlowSteps operation.
Constructor and Description |
---|
AddJobFlowStepsResult() |
Modifier and Type | Method and Description |
---|---|
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)
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 Object
Object.toString()
Copyright © 2016. All rights reserved.