@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.AudioMuxType
public String getMuxType()
The MUX type of the audio artifact configuration object.
AudioMuxType
public AudioArtifactsConfiguration withMuxType(String muxType)
The MUX type of the audio artifact configuration object.
muxType
- The MUX type of the audio artifact configuration object.AudioMuxType
public AudioArtifactsConfiguration withMuxType(AudioMuxType muxType)
The MUX type of the audio artifact configuration object.
muxType
- The MUX type of the audio artifact configuration object.AudioMuxType
public String toString()
toString
in class Object
Object.toString()
public AudioArtifactsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.