@Generated(value="software.amazon.awssdk:codegen") public final class OutputGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputGroup.Builder,OutputGroup>
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutomatedEncodingSettings |
automatedEncodingSettings()
Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of
your input video.
|
static OutputGroup.Builder |
builder() |
String |
customName()
Use Custom Group Name (CustomName) to specify a name for the output group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasOutputs()
Returns true if the Outputs property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
name()
Name of the output group
|
OutputGroupSettings |
outputGroupSettings()
Output Group settings, including type
|
List<Output> |
outputs()
This object holds groups of encoding settings, one group of settings per output.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputGroup.Builder> |
serializableBuilderClass() |
OutputGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AutomatedEncodingSettings automatedEncodingSettings()
public final String customName()
public final String name()
public final OutputGroupSettings outputGroupSettings()
public final boolean hasOutputs()
public final List<Output> outputs()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOutputs() to see if a value was sent in this field.
public OutputGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutputGroup.Builder,OutputGroup>public static OutputGroup.Builder builder()
public static Class<? extends OutputGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.