@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelMapping extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ChannelMapping() |
Modifier and Type | Method and Description |
---|---|
ChannelMapping |
clone() |
boolean |
equals(Object obj) |
List<OutputChannelMapping> |
getOutputChannels()
In your JSON job specification, include one child of OutputChannels for each audio channel that you want in your
output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutputChannels(Collection<OutputChannelMapping> outputChannels)
In your JSON job specification, include one child of OutputChannels for each audio channel that you want in your
output.
|
String |
toString()
Returns a string representation of this object.
|
ChannelMapping |
withOutputChannels(Collection<OutputChannelMapping> outputChannels)
In your JSON job specification, include one child of OutputChannels for each audio channel that you want in your
output.
|
ChannelMapping |
withOutputChannels(OutputChannelMapping... outputChannels)
In your JSON job specification, include one child of OutputChannels for each audio channel that you want in your
output.
|
public List<OutputChannelMapping> getOutputChannels()
public void setOutputChannels(Collection<OutputChannelMapping> outputChannels)
outputChannels
- In your JSON job specification, include one child of OutputChannels for each audio channel that you want
in your output. Each child should contain one instance of InputChannels or InputChannelsFineTune.public ChannelMapping withOutputChannels(OutputChannelMapping... outputChannels)
NOTE: This method appends the values to the existing list (if any). Use
setOutputChannels(java.util.Collection)
or withOutputChannels(java.util.Collection)
if you want
to override the existing values.
outputChannels
- In your JSON job specification, include one child of OutputChannels for each audio channel that you want
in your output. Each child should contain one instance of InputChannels or InputChannelsFineTune.public ChannelMapping withOutputChannels(Collection<OutputChannelMapping> outputChannels)
outputChannels
- In your JSON job specification, include one child of OutputChannels for each audio channel that you want
in your output. Each child should contain one instance of InputChannels or InputChannelsFineTune.public String toString()
toString
in class Object
Object.toString()
public ChannelMapping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.