@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineDetail extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
PipelineDetail() |
| Modifier and Type | Method and Description |
|---|---|
PipelineDetail |
clone() |
boolean |
equals(Object obj) |
String |
getActiveInputAttachmentName()
The name of the active input attachment currently being ingested by this pipeline.
|
String |
getActiveInputSwitchActionName()
The name of the input switch schedule action that occurred most recently and that resulted in the switch to the
current input attachment for this pipeline.
|
String |
getPipelineId()
Pipeline ID
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setActiveInputAttachmentName(String activeInputAttachmentName)
The name of the active input attachment currently being ingested by this pipeline.
|
void |
setActiveInputSwitchActionName(String activeInputSwitchActionName)
The name of the input switch schedule action that occurred most recently and that resulted in the switch to the
current input attachment for this pipeline.
|
void |
setPipelineId(String pipelineId)
Pipeline ID
|
String |
toString()
Returns a string representation of this object.
|
PipelineDetail |
withActiveInputAttachmentName(String activeInputAttachmentName)
The name of the active input attachment currently being ingested by this pipeline.
|
PipelineDetail |
withActiveInputSwitchActionName(String activeInputSwitchActionName)
The name of the input switch schedule action that occurred most recently and that resulted in the switch to the
current input attachment for this pipeline.
|
PipelineDetail |
withPipelineId(String pipelineId)
Pipeline ID
|
public void setActiveInputAttachmentName(String activeInputAttachmentName)
activeInputAttachmentName - The name of the active input attachment currently being ingested by this pipeline.public String getActiveInputAttachmentName()
public PipelineDetail withActiveInputAttachmentName(String activeInputAttachmentName)
activeInputAttachmentName - The name of the active input attachment currently being ingested by this pipeline.public void setActiveInputSwitchActionName(String activeInputSwitchActionName)
activeInputSwitchActionName - The name of the input switch schedule action that occurred most recently and that resulted in the switch
to the current input attachment for this pipeline.public String getActiveInputSwitchActionName()
public PipelineDetail withActiveInputSwitchActionName(String activeInputSwitchActionName)
activeInputSwitchActionName - The name of the input switch schedule action that occurred most recently and that resulted in the switch
to the current input attachment for this pipeline.public void setPipelineId(String pipelineId)
pipelineId - Pipeline IDpublic String getPipelineId()
public PipelineDetail withPipelineId(String pipelineId)
pipelineId - Pipeline IDpublic String toString()
toString in class ObjectObject.toString()public PipelineDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.