@Generated(value="software.amazon.awssdk:codegen") public final class Output extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAudioDescriptionNames()
For responses, this returns true if the service returned a value for the AudioDescriptionNames property.
|
boolean |
hasCaptionDescriptionNames()
For responses, this returns true if the service returned a value for the CaptionDescriptionNames property.
|
int |
hashCode() |
String |
outputName()
The name used to identify an output.
|
OutputSettings |
outputSettings()
Output type-specific settings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Output.Builder> |
serializableBuilderClass() |
Output.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
videoDescriptionName()
The name of the VideoDescription used as the source for this output.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAudioDescriptionNames()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<String> audioDescriptionNames()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAudioDescriptionNames() method.
public final boolean hasCaptionDescriptionNames()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<String> captionDescriptionNames()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCaptionDescriptionNames() method.
public final String outputName()
public final OutputSettings outputSettings()
public final String videoDescriptionName()
public Output.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Output.Builder,Output>public static Output.Builder builder()
public static Class<? extends Output.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.