@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").PipelineIdpublic String getPipelineId()
PipelineIdpublic PipelinePauseStateSettings withPipelineId(String pipelineId)
pipelineId - Pipeline ID to pause ("PIPELINE_0" or "PIPELINE_1").PipelineIdpublic PipelinePauseStateSettings withPipelineId(PipelineId pipelineId)
pipelineId - Pipeline ID to pause ("PIPELINE_0" or "PIPELINE_1").PipelineIdpublic String toString()
toString in class ObjectObject.toString()public PipelinePauseStateSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.