Cloneable, ReadLimitInfo, ToCopyableBuilder<GetPipelineExecutionRequest.Builder,GetPipelineExecutionRequest>@Generated("software.amazon.awssdk:codegen") public class GetPipelineExecutionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetPipelineExecutionRequest.Builder,GetPipelineExecutionRequest>
Represents the input of a get pipeline execution action.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetPipelineExecutionRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static GetPipelineExecutionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
pipelineExecutionId() |
The ID of the pipeline execution about which you want to get execution details.
|
String |
pipelineName() |
The name of the pipeline about which you want to get execution details.
|
static Class<? extends GetPipelineExecutionRequest.Builder> |
serializableBuilderClass() |
|
GetPipelineExecutionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String pipelineName()
The name of the pipeline about which you want to get execution details.
public String pipelineExecutionId()
The ID of the pipeline execution about which you want to get execution details.
public GetPipelineExecutionRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetPipelineExecutionRequest.Builder,GetPipelineExecutionRequest>public static GetPipelineExecutionRequest.Builder builder()
public static Class<? extends GetPipelineExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.