@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPipelineExecutionStepsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListPipelineExecutionStepsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListPipelineExecutionStepsResult | clone() | 
| boolean | equals(Object obj) | 
| String | getNextToken()
 If the result of the previous  ListPipelineExecutionStepsrequest was truncated, the response
 includes aNextToken. | 
| List<PipelineExecutionStep> | getPipelineExecutionSteps()
 A list of  PipeLineExecutionStepobjects. | 
| int | hashCode() | 
| void | setNextToken(String nextToken)
 If the result of the previous  ListPipelineExecutionStepsrequest was truncated, the response
 includes aNextToken. | 
| void | setPipelineExecutionSteps(Collection<PipelineExecutionStep> pipelineExecutionSteps)
 A list of  PipeLineExecutionStepobjects. | 
| String | toString()Returns a string representation of this object. | 
| ListPipelineExecutionStepsResult | withNextToken(String nextToken)
 If the result of the previous  ListPipelineExecutionStepsrequest was truncated, the response
 includes aNextToken. | 
| ListPipelineExecutionStepsResult | withPipelineExecutionSteps(Collection<PipelineExecutionStep> pipelineExecutionSteps)
 A list of  PipeLineExecutionStepobjects. | 
| ListPipelineExecutionStepsResult | withPipelineExecutionSteps(PipelineExecutionStep... pipelineExecutionSteps)
 A list of  PipeLineExecutionStepobjects. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<PipelineExecutionStep> getPipelineExecutionSteps()
 A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of
 StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that
 contains relevant information about the job created by the step.
 
PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of
         StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each
         job that contains relevant information about the job created by the step.public void setPipelineExecutionSteps(Collection<PipelineExecutionStep> pipelineExecutionSteps)
 A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of
 StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that
 contains relevant information about the job created by the step.
 
pipelineExecutionSteps - A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of
        StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job
        that contains relevant information about the job created by the step.public ListPipelineExecutionStepsResult withPipelineExecutionSteps(PipelineExecutionStep... pipelineExecutionSteps)
 A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of
 StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that
 contains relevant information about the job created by the step.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setPipelineExecutionSteps(java.util.Collection) or
 withPipelineExecutionSteps(java.util.Collection) if you want to override the existing values.
 
pipelineExecutionSteps - A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of
        StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job
        that contains relevant information about the job created by the step.public ListPipelineExecutionStepsResult withPipelineExecutionSteps(Collection<PipelineExecutionStep> pipelineExecutionSteps)
 A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of
 StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that
 contains relevant information about the job created by the step.
 
pipelineExecutionSteps - A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of
        StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job
        that contains relevant information about the job created by the step.public void setNextToken(String nextToken)
 If the result of the previous ListPipelineExecutionSteps request was truncated, the response
 includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in the
 next request.
 
nextToken - If the result of the previous ListPipelineExecutionSteps request was truncated, the response
        includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in
        the next request.public String getNextToken()
 If the result of the previous ListPipelineExecutionSteps request was truncated, the response
 includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in the
 next request.
 
ListPipelineExecutionSteps request was truncated, the response
         includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in
         the next request.public ListPipelineExecutionStepsResult withNextToken(String nextToken)
 If the result of the previous ListPipelineExecutionSteps request was truncated, the response
 includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in the
 next request.
 
nextToken - If the result of the previous ListPipelineExecutionSteps request was truncated, the response
        includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in
        the next request.public String toString()
toString in class ObjectObject.toString()public ListPipelineExecutionStepsResult clone()