@Generated(value="software.amazon.awssdk:codegen") public class MovSettings extends Object implements StructuredPojo, ToCopyableBuilder<MovSettings.Builder,MovSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MovSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MovSettings.Builder |
builder() |
MovClapAtom |
clapAtom()
Returns the value of the ClapAtom property for this object.
|
String |
clapAtomAsString()
Returns the value of the ClapAtom property for this object.
|
MovCslgAtom |
cslgAtom()
Returns the value of the CslgAtom property for this object.
|
String |
cslgAtomAsString()
Returns the value of the CslgAtom property for this object.
|
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. |
MovMpeg2FourCCControl |
mpeg2FourCCControl()
Returns the value of the Mpeg2FourCCControl property for this object.
|
String |
mpeg2FourCCControlAsString()
Returns the value of the Mpeg2FourCCControl property for this object.
|
MovPaddingControl |
paddingControl()
Returns the value of the PaddingControl property for this object.
|
String |
paddingControlAsString()
Returns the value of the PaddingControl property for this object.
|
MovReference |
reference()
Returns the value of the Reference property for this object.
|
String |
referenceAsString()
Returns the value of the Reference property for this object.
|
static Class<? extends MovSettings.Builder> |
serializableBuilderClass() |
MovSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic MovClapAtom clapAtom()
If the service returns an enum value that is not available in the current SDK version, clapAtom will
return MovClapAtom.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clapAtomAsString().
MovClapAtompublic String clapAtomAsString()
If the service returns an enum value that is not available in the current SDK version, clapAtom will
return MovClapAtom.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clapAtomAsString().
MovClapAtompublic MovCslgAtom cslgAtom()
If the service returns an enum value that is not available in the current SDK version, cslgAtom will
return MovCslgAtom.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
cslgAtomAsString().
MovCslgAtompublic String cslgAtomAsString()
If the service returns an enum value that is not available in the current SDK version, cslgAtom will
return MovCslgAtom.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
cslgAtomAsString().
MovCslgAtompublic MovMpeg2FourCCControl mpeg2FourCCControl()
If the service returns an enum value that is not available in the current SDK version,
mpeg2FourCCControl will return MovMpeg2FourCCControl.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from mpeg2FourCCControlAsString().
MovMpeg2FourCCControlpublic String mpeg2FourCCControlAsString()
If the service returns an enum value that is not available in the current SDK version,
mpeg2FourCCControl will return MovMpeg2FourCCControl.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from mpeg2FourCCControlAsString().
MovMpeg2FourCCControlpublic MovPaddingControl paddingControl()
If the service returns an enum value that is not available in the current SDK version, paddingControl
will return MovPaddingControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from paddingControlAsString().
MovPaddingControlpublic String paddingControlAsString()
If the service returns an enum value that is not available in the current SDK version, paddingControl
will return MovPaddingControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from paddingControlAsString().
MovPaddingControlpublic MovReference reference()
If the service returns an enum value that is not available in the current SDK version, reference will
return MovReference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
referenceAsString().
MovReferencepublic String referenceAsString()
If the service returns an enum value that is not available in the current SDK version, reference will
return MovReference.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
referenceAsString().
MovReferencepublic MovSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<MovSettings.Builder,MovSettings>public static MovSettings.Builder builder()
public static Class<? extends MovSettings.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.