@Generated(value="software.amazon.awssdk:codegen") public final class AudioArtifactsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioArtifactsConfiguration.Builder,AudioArtifactsConfiguration>
The audio artifact configuration object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AudioArtifactsConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AudioArtifactsConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AudioMuxType |
muxType()
The MUX type of the audio artifact configuration object.
|
String |
muxTypeAsString()
The MUX type of the audio artifact configuration object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AudioArtifactsConfiguration.Builder> |
serializableBuilderClass() |
AudioArtifactsConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AudioMuxType muxType()
The MUX type of the audio artifact configuration object.
If the service returns an enum value that is not available in the current SDK version, muxType will
return AudioMuxType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
muxTypeAsString().
AudioMuxTypepublic final String muxTypeAsString()
The MUX type of the audio artifact configuration object.
If the service returns an enum value that is not available in the current SDK version, muxType will
return AudioMuxType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
muxTypeAsString().
AudioMuxTypepublic AudioArtifactsConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AudioArtifactsConfiguration.Builder,AudioArtifactsConfiguration>public static AudioArtifactsConfiguration.Builder builder()
public static Class<? extends AudioArtifactsConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.