@Generated(value="software.amazon.awssdk:codegen") public class OutputGroupSettings extends Object implements StructuredPojo, ToCopyableBuilder<OutputGroupSettings.Builder,OutputGroupSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputGroupSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OutputGroupSettings.Builder |
builder() |
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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
MsSmoothGroupSettings |
msSmoothGroupSettings()
Returns the value of the MsSmoothGroupSettings property for this object.
|
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()
Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming)
|
String |
typeAsString()
Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming)
|
copypublic 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().
OutputGroupTypepublic 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().
OutputGroupTypepublic OutputGroupSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<OutputGroupSettings.Builder,OutputGroupSettings>public static OutputGroupSettings.Builder builder()
public static Class<? extends OutputGroupSettings.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.