@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddJobFlowStepsResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public AddJobFlowStepsResult()
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()