@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Output extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Output() |
Modifier and Type | Method and Description |
---|---|
Output |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAudioDescriptionNames()
The names of the AudioDescriptions used as audio sources for this output.
|
List<String> |
getCaptionDescriptionNames()
The names of the CaptionDescriptions used as caption sources for this output.
|
String |
getOutputName()
The name used to identify an output.
|
OutputSettings |
getOutputSettings()
Output type-specific settings.
|
String |
getVideoDescriptionName()
The name of the VideoDescription used as the source for this output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudioDescriptionNames(Collection<String> audioDescriptionNames)
The names of the AudioDescriptions used as audio sources for this output.
|
void |
setCaptionDescriptionNames(Collection<String> captionDescriptionNames)
The names of the CaptionDescriptions used as caption sources for this output.
|
void |
setOutputName(String outputName)
The name used to identify an output.
|
void |
setOutputSettings(OutputSettings outputSettings)
Output type-specific settings.
|
void |
setVideoDescriptionName(String videoDescriptionName)
The name of the VideoDescription used as the source for this output.
|
String |
toString()
Returns a string representation of this object.
|
Output |
withAudioDescriptionNames(Collection<String> audioDescriptionNames)
The names of the AudioDescriptions used as audio sources for this output.
|
Output |
withAudioDescriptionNames(String... audioDescriptionNames)
The names of the AudioDescriptions used as audio sources for this output.
|
Output |
withCaptionDescriptionNames(Collection<String> captionDescriptionNames)
The names of the CaptionDescriptions used as caption sources for this output.
|
Output |
withCaptionDescriptionNames(String... captionDescriptionNames)
The names of the CaptionDescriptions used as caption sources for this output.
|
Output |
withOutputName(String outputName)
The name used to identify an output.
|
Output |
withOutputSettings(OutputSettings outputSettings)
Output type-specific settings.
|
Output |
withVideoDescriptionName(String videoDescriptionName)
The name of the VideoDescription used as the source for this output.
|
public List<String> getAudioDescriptionNames()
public void setAudioDescriptionNames(Collection<String> audioDescriptionNames)
audioDescriptionNames
- The names of the AudioDescriptions used as audio sources for this output.public Output withAudioDescriptionNames(String... audioDescriptionNames)
NOTE: This method appends the values to the existing list (if any). Use
setAudioDescriptionNames(java.util.Collection)
or
withAudioDescriptionNames(java.util.Collection)
if you want to override the existing values.
audioDescriptionNames
- The names of the AudioDescriptions used as audio sources for this output.public Output withAudioDescriptionNames(Collection<String> audioDescriptionNames)
audioDescriptionNames
- The names of the AudioDescriptions used as audio sources for this output.public List<String> getCaptionDescriptionNames()
public void setCaptionDescriptionNames(Collection<String> captionDescriptionNames)
captionDescriptionNames
- The names of the CaptionDescriptions used as caption sources for this output.public Output withCaptionDescriptionNames(String... captionDescriptionNames)
NOTE: This method appends the values to the existing list (if any). Use
setCaptionDescriptionNames(java.util.Collection)
or
withCaptionDescriptionNames(java.util.Collection)
if you want to override the existing values.
captionDescriptionNames
- The names of the CaptionDescriptions used as caption sources for this output.public Output withCaptionDescriptionNames(Collection<String> captionDescriptionNames)
captionDescriptionNames
- The names of the CaptionDescriptions used as caption sources for this output.public void setOutputName(String outputName)
outputName
- The name used to identify an output.public String getOutputName()
public Output withOutputName(String outputName)
outputName
- The name used to identify an output.public void setOutputSettings(OutputSettings outputSettings)
outputSettings
- Output type-specific settings.public OutputSettings getOutputSettings()
public Output withOutputSettings(OutputSettings outputSettings)
outputSettings
- Output type-specific settings.public void setVideoDescriptionName(String videoDescriptionName)
videoDescriptionName
- The name of the VideoDescription used as the source for this output.public String getVideoDescriptionName()
public Output withVideoDescriptionName(String videoDescriptionName)
videoDescriptionName
- The name of the VideoDescription used as the source for this output.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.