@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AncillarySourceSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AncillarySourceSettings() |
| Modifier and Type | Method and Description |
|---|---|
AncillarySourceSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getSourceAncillaryChannelNumber()
Specifies the 608 channel number in the ancillary data track from which to extract captions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSourceAncillaryChannelNumber(Integer sourceAncillaryChannelNumber)
Specifies the 608 channel number in the ancillary data track from which to extract captions.
|
String |
toString()
Returns a string representation of this object.
|
AncillarySourceSettings |
withSourceAncillaryChannelNumber(Integer sourceAncillaryChannelNumber)
Specifies the 608 channel number in the ancillary data track from which to extract captions.
|
public void setSourceAncillaryChannelNumber(Integer sourceAncillaryChannelNumber)
sourceAncillaryChannelNumber - Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for
passthrough.public Integer getSourceAncillaryChannelNumber()
public AncillarySourceSettings withSourceAncillaryChannelNumber(Integer sourceAncillaryChannelNumber)
sourceAncillaryChannelNumber - Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for
passthrough.public String toString()
toString in class ObjectObject.toString()public AncillarySourceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.