@Generated(value="software.amazon.awssdk:codegen") public final class ContainerSettings extends Object implements SdkPojo, Serializable, 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.
|
MovSettings |
movSettings()
Returns the value of the MovSettings property for this object.
|
Mp4Settings |
mp4Settings()
Returns the value of the Mp4Settings property for this object.
|
List<SdkField<?>> |
sdkFields() |
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() |
copy
public 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()
.
ContainerType
public 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()
.
ContainerType
public F4vSettings f4vSettings()
public M2tsSettings m2tsSettings()
public M3u8Settings m3u8Settings()
public MovSettings movSettings()
public Mp4Settings mp4Settings()
public ContainerSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ContainerSettings.Builder,ContainerSettings>
public static ContainerSettings.Builder builder()
public static Class<? extends ContainerSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.