@Generated(value="software.amazon.awssdk:codegen") public final 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() |
copy
public 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()
.
MsSmoothAudioDeduplication
public 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()
.
MsSmoothAudioDeduplication
public 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()
.
MsSmoothManifestEncoding
public 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()
.
MsSmoothManifestEncoding
public MsSmoothGroupSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MsSmoothGroupSettings.Builder,MsSmoothGroupSettings>
public static MsSmoothGroupSettings.Builder builder()
public static Class<? extends MsSmoothGroupSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.