public class AddJobFlowStepsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for the AddJobFlowSteps operation.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
stepIds
The identifiers of the list of steps added to the job flow.
|
Constructor and Description |
---|
AddJobFlowStepsResult() |
Modifier and Type | Method and Description |
---|---|
AddJobFlowStepsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getStepIds()
The identifiers of the list of steps added to the job flow.
|
int |
hashCode() |
void |
setStepIds(java.util.Collection<java.lang.String> stepIds)
The identifiers of the list of steps added to the job flow.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddJobFlowStepsResult |
withStepIds(java.util.Collection<java.lang.String> stepIds)
The identifiers of the list of steps added to the job flow.
|
AddJobFlowStepsResult |
withStepIds(java.lang.String... stepIds)
The identifiers of the list of steps added to the job flow.
|
private SdkInternalList<java.lang.String> stepIds
The identifiers of the list of steps added to the job flow.
public java.util.List<java.lang.String> getStepIds()
The identifiers of the list of steps added to the job flow.
public void setStepIds(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AddJobFlowStepsResult clone()
clone
in class java.lang.Object