@Generated(value="software.amazon.awssdk:codegen") public final class MsSmoothOutputSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MsSmoothOutputSettings.Builder,MsSmoothOutputSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MsSmoothOutputSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MsSmoothOutputSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
MsSmoothH265PackagingType |
h265PackagingType()
Only applicable when this output is referencing an H.265 video description.
|
String |
h265PackagingTypeAsString()
Only applicable when this output is referencing an H.265 video description.
|
int |
hashCode() |
String |
nameModifier()
String concatenated to the end of the destination filename.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MsSmoothOutputSettings.Builder> |
serializableBuilderClass() |
MsSmoothOutputSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MsSmoothH265PackagingType h265PackagingType()
If the service returns an enum value that is not available in the current SDK version, h265PackagingType
will return MsSmoothH265PackagingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from h265PackagingTypeAsString().
MsSmoothH265PackagingTypepublic final String h265PackagingTypeAsString()
If the service returns an enum value that is not available in the current SDK version, h265PackagingType
will return MsSmoothH265PackagingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from h265PackagingTypeAsString().
MsSmoothH265PackagingTypepublic final String nameModifier()
public MsSmoothOutputSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MsSmoothOutputSettings.Builder,MsSmoothOutputSettings>public static MsSmoothOutputSettings.Builder builder()
public static Class<? extends MsSmoothOutputSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.