@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioSelectorGroup extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AudioSelectorGroup() |
Modifier and Type | Method and Description |
---|---|
AudioSelectorGroup |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAudioSelectorNames()
Name of an "Audio Selector":#inputs-audio_selector within the same input to include in the group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudioSelectorNames(Collection<String> audioSelectorNames)
Name of an "Audio Selector":#inputs-audio_selector within the same input to include in the group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AudioSelectorGroup |
withAudioSelectorNames(Collection<String> audioSelectorNames)
Name of an "Audio Selector":#inputs-audio_selector within the same input to include in the group.
|
AudioSelectorGroup |
withAudioSelectorNames(String... audioSelectorNames)
Name of an "Audio Selector":#inputs-audio_selector within the same input to include in the group.
|
public List<String> getAudioSelectorNames()
public void setAudioSelectorNames(Collection<String> audioSelectorNames)
audioSelectorNames
- Name of an "Audio Selector":#inputs-audio_selector within the same input to include in the group. Audio
selector names are standardized, based on their order within the input (e.g. "Audio Selector 1"). The
audio_selector_name parameter can be repeated to add any number of audio selectors to the group.public AudioSelectorGroup withAudioSelectorNames(String... audioSelectorNames)
NOTE: This method appends the values to the existing list (if any). Use
setAudioSelectorNames(java.util.Collection)
or withAudioSelectorNames(java.util.Collection)
if
you want to override the existing values.
audioSelectorNames
- Name of an "Audio Selector":#inputs-audio_selector within the same input to include in the group. Audio
selector names are standardized, based on their order within the input (e.g. "Audio Selector 1"). The
audio_selector_name parameter can be repeated to add any number of audio selectors to the group.public AudioSelectorGroup withAudioSelectorNames(Collection<String> audioSelectorNames)
audioSelectorNames
- Name of an "Audio Selector":#inputs-audio_selector within the same input to include in the group. Audio
selector names are standardized, based on their order within the input (e.g. "Audio Selector 1"). The
audio_selector_name parameter can be repeated to add any number of audio selectors to the group.public String toString()
toString
in class Object
Object.toString()
public AudioSelectorGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.