@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelinePauseStateSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
PipelinePauseStateSettings() |
Modifier and Type | Method and Description |
---|---|
PipelinePauseStateSettings |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineId()
Pipeline ID to pause ("PIPELINE_0" or "PIPELINE_1").
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPipelineId(String pipelineId)
Pipeline ID to pause ("PIPELINE_0" or "PIPELINE_1").
|
String |
toString()
Returns a string representation of this object.
|
PipelinePauseStateSettings |
withPipelineId(PipelineId pipelineId)
Pipeline ID to pause ("PIPELINE_0" or "PIPELINE_1").
|
PipelinePauseStateSettings |
withPipelineId(String pipelineId)
Pipeline ID to pause ("PIPELINE_0" or "PIPELINE_1").
|
public void setPipelineId(String pipelineId)
pipelineId
- Pipeline ID to pause ("PIPELINE_0" or "PIPELINE_1").PipelineId
public String getPipelineId()
PipelineId
public PipelinePauseStateSettings withPipelineId(String pipelineId)
pipelineId
- Pipeline ID to pause ("PIPELINE_0" or "PIPELINE_1").PipelineId
public PipelinePauseStateSettings withPipelineId(PipelineId pipelineId)
pipelineId
- Pipeline ID to pause ("PIPELINE_0" or "PIPELINE_1").PipelineId
public String toString()
toString
in class Object
Object.toString()
public PipelinePauseStateSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.