ToCopyableBuilder<GetPipelineStateResponse.Builder,GetPipelineStateResponse>
@Generated("software.amazon.awssdk:codegen") public class GetPipelineStateResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetPipelineStateResponse.Builder,GetPipelineStateResponse>
Represents the output of a get pipeline state action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetPipelineStateResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetPipelineStateResponse.Builder |
builder() |
|
Date |
created() |
The date and time the pipeline was created, in timestamp format.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
pipelineName() |
The name of the pipeline for which you want to get the state.
|
Integer |
pipelineVersion() |
The version number of the pipeline.
|
static Class<? extends GetPipelineStateResponse.Builder> |
serializableBuilderClass() |
|
List<StageState> |
stageStates() |
A list of the pipeline stage output information, including stage name, state, most recent run details, whether
the stage is disabled, and other data.
|
GetPipelineStateResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Date |
updated() |
The date and time the pipeline was last updated, in timestamp format.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String pipelineName()
The name of the pipeline for which you want to get the state.
public Integer pipelineVersion()
The version number of the pipeline.
A newly-created pipeline is always assigned a version number of 1
.
A newly-created pipeline is always assigned a version number of 1
.
public List<StageState> stageStates()
A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.
public Date created()
The date and time the pipeline was created, in timestamp format.
public Date updated()
The date and time the pipeline was last updated, in timestamp format.
public GetPipelineStateResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetPipelineStateResponse.Builder,GetPipelineStateResponse>
public static GetPipelineStateResponse.Builder builder()
public static Class<? extends GetPipelineStateResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.