@Generated(value="software.amazon.awssdk:codegen") public class ContainerSettings extends Object implements StructuredPojo, ToCopyableBuilder<ContainerSettings.Builder,ContainerSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContainerSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContainerSettings.Builder |
builder() |
ContainerType |
container()
Returns the value of the Container property for this object.
|
String |
containerAsString()
Returns the value of the Container property for this object.
|
boolean |
equals(Object obj) |
F4vSettings |
f4vSettings()
Returns the value of the F4vSettings property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
M2tsSettings |
m2tsSettings()
Returns the value of the M2tsSettings property for this object.
|
M3u8Settings |
m3u8Settings()
Returns the value of the M3u8Settings property for this object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
MovSettings |
movSettings()
Returns the value of the MovSettings property for this object.
|
Mp4Settings |
mp4Settings()
Returns the value of the Mp4Settings property for this object.
|
static Class<? extends ContainerSettings.Builder> |
serializableBuilderClass() |
ContainerSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic ContainerType container()
If the service returns an enum value that is not available in the current SDK version, container will
return ContainerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
containerAsString().
ContainerTypepublic String containerAsString()
If the service returns an enum value that is not available in the current SDK version, container will
return ContainerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
containerAsString().
ContainerTypepublic F4vSettings f4vSettings()
public M2tsSettings m2tsSettings()
public M3u8Settings m3u8Settings()
public MovSettings movSettings()
public Mp4Settings mp4Settings()
public ContainerSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ContainerSettings.Builder,ContainerSettings>public static ContainerSettings.Builder builder()
public static Class<? extends ContainerSettings.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.