StructuredPojo
, ToCopyableBuilder<PipelineContext.Builder,PipelineContext>
@Generated("software.amazon.awssdk:codegen") public class PipelineContext extends Object implements StructuredPojo, ToCopyableBuilder<PipelineContext.Builder,PipelineContext>
Represents information about a pipeline to a job worker.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PipelineContext.Builder |
Modifier and Type | Method | Description |
---|---|---|
ActionContext |
action() |
|
static PipelineContext.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
pipelineName() |
The name of the pipeline.
|
static Class<? extends PipelineContext.Builder> |
serializableBuilderClass() |
|
StageContext |
stage() |
The stage of the pipeline.
|
PipelineContext.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String pipelineName()
The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.
public StageContext stage()
The stage of the pipeline.
public ActionContext action()
public PipelineContext.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PipelineContext.Builder,PipelineContext>
public static PipelineContext.Builder builder()
public static Class<? extends PipelineContext.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.