@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioSelectorSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AudioSelectorSettings() |
Modifier and Type | Method and Description |
---|---|
AudioSelectorSettings |
clone() |
boolean |
equals(Object obj) |
AudioLanguageSelection |
getAudioLanguageSelection() |
AudioPidSelection |
getAudioPidSelection() |
AudioTrackSelection |
getAudioTrackSelection() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudioLanguageSelection(AudioLanguageSelection audioLanguageSelection) |
void |
setAudioPidSelection(AudioPidSelection audioPidSelection) |
void |
setAudioTrackSelection(AudioTrackSelection audioTrackSelection) |
String |
toString()
Returns a string representation of this object.
|
AudioSelectorSettings |
withAudioLanguageSelection(AudioLanguageSelection audioLanguageSelection) |
AudioSelectorSettings |
withAudioPidSelection(AudioPidSelection audioPidSelection) |
AudioSelectorSettings |
withAudioTrackSelection(AudioTrackSelection audioTrackSelection) |
public void setAudioLanguageSelection(AudioLanguageSelection audioLanguageSelection)
audioLanguageSelection
- public AudioLanguageSelection getAudioLanguageSelection()
public AudioSelectorSettings withAudioLanguageSelection(AudioLanguageSelection audioLanguageSelection)
audioLanguageSelection
- public void setAudioPidSelection(AudioPidSelection audioPidSelection)
audioPidSelection
- public AudioPidSelection getAudioPidSelection()
public AudioSelectorSettings withAudioPidSelection(AudioPidSelection audioPidSelection)
audioPidSelection
- public void setAudioTrackSelection(AudioTrackSelection audioTrackSelection)
audioTrackSelection
- public AudioTrackSelection getAudioTrackSelection()
public AudioSelectorSettings withAudioTrackSelection(AudioTrackSelection audioTrackSelection)
audioTrackSelection
- public String toString()
toString
in class Object
Object.toString()
public AudioSelectorSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.