@Generated(value="software.amazon.awssdk:codegen") public final class OutputGroupSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputGroupSettings.Builder,OutputGroupSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
OutputGroupSettings.Builder |
Modifier and Type | Method and Description |
---|---|
static OutputGroupSettings.Builder |
builder() |
CmafGroupSettings |
cmafGroupSettings()
Returns the value of the CmafGroupSettings property for this object.
|
DashIsoGroupSettings |
dashIsoGroupSettings()
Returns the value of the DashIsoGroupSettings property for this object.
|
boolean |
equals(Object obj) |
FileGroupSettings |
fileGroupSettings()
Returns the value of the FileGroupSettings property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HlsGroupSettings |
hlsGroupSettings()
Returns the value of the HlsGroupSettings property for this object.
|
MsSmoothGroupSettings |
msSmoothGroupSettings()
Returns the value of the MsSmoothGroupSettings property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputGroupSettings.Builder> |
serializableBuilderClass() |
OutputGroupSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
OutputGroupType |
type()
Returns the value of the Type property for this object.
|
String |
typeAsString()
Returns the value of the Type property for this object.
|
copy
public CmafGroupSettings cmafGroupSettings()
public DashIsoGroupSettings dashIsoGroupSettings()
public FileGroupSettings fileGroupSettings()
public HlsGroupSettings hlsGroupSettings()
public MsSmoothGroupSettings msSmoothGroupSettings()
public OutputGroupType type()
If the service returns an enum value that is not available in the current SDK version, type
will return
OutputGroupType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
OutputGroupType
public String typeAsString()
If the service returns an enum value that is not available in the current SDK version, type
will return
OutputGroupType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
OutputGroupType
public OutputGroupSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OutputGroupSettings.Builder,OutputGroupSettings>
public static OutputGroupSettings.Builder builder()
public static Class<? extends OutputGroupSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.