@Generated(value="software.amazon.awssdk:codegen") public final class MxfSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MxfSettings.Builder,MxfSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MxfSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
MxfAfdSignaling |
afdSignaling()
Optional.
|
String |
afdSignalingAsString()
Optional.
|
static MxfSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MxfProfile |
profile()
Specify the MXF profile, also called shim, for this output.
|
String |
profileAsString()
Specify the MXF profile, also called shim, for this output.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MxfSettings.Builder> |
serializableBuilderClass() |
MxfSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
MxfXavcProfileSettings |
xavcProfileSettings()
Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MxfAfdSignaling afdSignaling()
If the service returns an enum value that is not available in the current SDK version, afdSignaling will
return MxfAfdSignaling.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
afdSignalingAsString().
MxfAfdSignalingpublic final String afdSignalingAsString()
If the service returns an enum value that is not available in the current SDK version, afdSignaling will
return MxfAfdSignaling.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
afdSignalingAsString().
MxfAfdSignalingpublic final MxfProfile profile()
If the service returns an enum value that is not available in the current SDK version, profile will
return MxfProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
profileAsString().
MxfProfilepublic final String profileAsString()
If the service returns an enum value that is not available in the current SDK version, profile will
return MxfProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
profileAsString().
MxfProfilepublic final MxfXavcProfileSettings xavcProfileSettings()
public MxfSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MxfSettings.Builder,MxfSettings>public static MxfSettings.Builder builder()
public static Class<? extends MxfSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.