@Generated(value="software.amazon.awssdk:codegen") public class Output extends Object implements StructuredPojo, ToCopyableBuilder<Output.Builder,Output>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Output.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
audioDescriptionNames()
The names of the AudioDescriptions used as audio sources for this output.
|
static Output.Builder |
builder() |
List<String> |
captionDescriptionNames()
The names of the CaptionDescriptions used as caption sources for this output.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
outputName()
The name used to identify an output.
|
OutputSettings |
outputSettings()
Output type-specific settings.
|
static Class<? extends Output.Builder> |
serializableBuilderClass() |
Output.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
videoDescriptionName()
The name of the VideoDescription used as the source for this output.
|
copypublic List<String> audioDescriptionNames()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> captionDescriptionNames()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String outputName()
public OutputSettings outputSettings()
public String videoDescriptionName()
public Output.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Output.Builder,Output>public static Output.Builder builder()
public static Class<? extends Output.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.