@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 |
getActiveMotionGraphicsActionName()
The name of the motion graphics activate action that occurred most recently and that resulted in the current
graphics URI for this pipeline.
|
String |
getActiveMotionGraphicsUri()
The current URI being used for HTML5 motion graphics for this pipeline.
|
String |
getPipelineId()
Pipeline ID
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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 |
setActiveMotionGraphicsActionName(String activeMotionGraphicsActionName)
The name of the motion graphics activate action that occurred most recently and that resulted in the current
graphics URI for this pipeline.
|
void |
setActiveMotionGraphicsUri(String activeMotionGraphicsUri)
The current URI being used for HTML5 motion graphics 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 |
withActiveMotionGraphicsActionName(String activeMotionGraphicsActionName)
The name of the motion graphics activate action that occurred most recently and that resulted in the current
graphics URI for this pipeline.
|
PipelineDetail |
withActiveMotionGraphicsUri(String activeMotionGraphicsUri)
The current URI being used for HTML5 motion graphics 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 setActiveMotionGraphicsActionName(String activeMotionGraphicsActionName)
activeMotionGraphicsActionName
- The name of the motion graphics activate action that occurred most recently and that resulted in the
current graphics URI for this pipeline.public String getActiveMotionGraphicsActionName()
public PipelineDetail withActiveMotionGraphicsActionName(String activeMotionGraphicsActionName)
activeMotionGraphicsActionName
- The name of the motion graphics activate action that occurred most recently and that resulted in the
current graphics URI for this pipeline.public void setActiveMotionGraphicsUri(String activeMotionGraphicsUri)
activeMotionGraphicsUri
- The current URI being used for HTML5 motion graphics for this pipeline.public String getActiveMotionGraphicsUri()
public PipelineDetail withActiveMotionGraphicsUri(String activeMotionGraphicsUri)
activeMotionGraphicsUri
- The current URI being used for HTML5 motion graphics 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 Object
Object.toString()
public PipelineDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.