@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioArtifactsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The audio artifact configuration object.
| Constructor and Description |
|---|
AudioArtifactsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AudioArtifactsConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getMuxType()
The MUX type of the audio artifact configuration object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMuxType(String muxType)
The MUX type of the audio artifact configuration object.
|
String |
toString()
Returns a string representation of this object.
|
AudioArtifactsConfiguration |
withMuxType(AudioMuxType muxType)
The MUX type of the audio artifact configuration object.
|
AudioArtifactsConfiguration |
withMuxType(String muxType)
The MUX type of the audio artifact configuration object.
|
public void setMuxType(String muxType)
The MUX type of the audio artifact configuration object.
muxType - The MUX type of the audio artifact configuration object.AudioMuxTypepublic String getMuxType()
The MUX type of the audio artifact configuration object.
AudioMuxTypepublic AudioArtifactsConfiguration withMuxType(String muxType)
The MUX type of the audio artifact configuration object.
muxType - The MUX type of the audio artifact configuration object.AudioMuxTypepublic AudioArtifactsConfiguration withMuxType(AudioMuxType muxType)
The MUX type of the audio artifact configuration object.
muxType - The MUX type of the audio artifact configuration object.AudioMuxTypepublic String toString()
toString in class ObjectObject.toString()public AudioArtifactsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.