@Generated(value="software.amazon.awssdk:codegen") public class MsSmoothGroupSettings extends Object implements StructuredPojo, ToCopyableBuilder<MsSmoothGroupSettings.Builder,MsSmoothGroupSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MsSmoothGroupSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
MsSmoothAudioDeduplication |
audioDeduplication()
Returns the value of the AudioDeduplication property for this object.
|
String |
audioDeduplicationAsString()
Returns the value of the AudioDeduplication property for this object.
|
static MsSmoothGroupSettings.Builder |
builder() |
String |
destination()
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
MsSmoothEncryptionSettings |
encryption()
Returns the value of the Encryption property for this object.
|
boolean |
equals(Object obj) |
Integer |
fragmentLength()
Use Fragment length (FragmentLength) to specify the mp4 fragment sizes in seconds.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MsSmoothManifestEncoding |
manifestEncoding()
Returns the value of the ManifestEncoding property for this object.
|
String |
manifestEncodingAsString()
Returns the value of the ManifestEncoding property for this object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends MsSmoothGroupSettings.Builder> |
serializableBuilderClass() |
MsSmoothGroupSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic MsSmoothAudioDeduplication audioDeduplication()
If the service returns an enum value that is not available in the current SDK version,
audioDeduplication will return MsSmoothAudioDeduplication.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from audioDeduplicationAsString().
MsSmoothAudioDeduplicationpublic String audioDeduplicationAsString()
If the service returns an enum value that is not available in the current SDK version,
audioDeduplication will return MsSmoothAudioDeduplication.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from audioDeduplicationAsString().
MsSmoothAudioDeduplicationpublic String destination()
public MsSmoothEncryptionSettings encryption()
public Integer fragmentLength()
public MsSmoothManifestEncoding manifestEncoding()
If the service returns an enum value that is not available in the current SDK version, manifestEncoding
will return MsSmoothManifestEncoding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from manifestEncodingAsString().
MsSmoothManifestEncodingpublic String manifestEncodingAsString()
If the service returns an enum value that is not available in the current SDK version, manifestEncoding
will return MsSmoothManifestEncoding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from manifestEncodingAsString().
MsSmoothManifestEncodingpublic MsSmoothGroupSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<MsSmoothGroupSettings.Builder,MsSmoothGroupSettings>public static MsSmoothGroupSettings.Builder builder()
public static Class<? extends MsSmoothGroupSettings.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.