@Generated(value="software.amazon.awssdk:codegen") public final class ListPipelineExecutionStepsResponse extends SageMakerResponse implements ToCopyableBuilder<ListPipelineExecutionStepsResponse.Builder,ListPipelineExecutionStepsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPipelineExecutionStepsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPipelineExecutionStepsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPipelineExecutionSteps()
Returns true if the PipelineExecutionSteps property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
String |
nextToken()
If the result of the previous
ListPipelineExecutionSteps request was truncated, the response
includes a NextToken. |
List<PipelineExecutionStep> |
pipelineExecutionSteps()
A list of
PipeLineExecutionStep objects. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPipelineExecutionStepsResponse.Builder> |
serializableBuilderClass() |
ListPipelineExecutionStepsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasPipelineExecutionSteps()
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPipelineExecutionSteps() to see if a value was sent in this field.
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 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.
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 ListPipelineExecutionStepsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPipelineExecutionStepsResponse.Builder,ListPipelineExecutionStepsResponse>toBuilder in class AwsResponsepublic static ListPipelineExecutionStepsResponse.Builder builder()
public static Class<? extends ListPipelineExecutionStepsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.