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()
The identifiers of the list of steps added to the job flow.
public void setStepIds(Collection<String> stepIds)
The identifiers of the list of steps added to the job flow.
stepIds
- The identifiers of the list of steps added to the job flow.public AddJobFlowStepsResult withStepIds(String... stepIds)
The identifiers of the list of steps added to the job flow.
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.
stepIds
- The identifiers of the list of steps added to the job flow.public AddJobFlowStepsResult withStepIds(Collection<String> stepIds)
The identifiers of the list of steps added to the job flow.
stepIds
- The identifiers of the list of steps added to the job flow.public String toString()
toString
in class Object
Object.toString()
public AddJobFlowStepsResult clone()
Copyright © 2017. All rights reserved.