@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioSelector extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AudioSelector() |
| Modifier and Type | Method and Description |
|---|---|
AudioSelector |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of this AudioSelector.
|
AudioSelectorSettings |
getSelectorSettings()
The audio selector settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of this AudioSelector.
|
void |
setSelectorSettings(AudioSelectorSettings selectorSettings)
The audio selector settings.
|
String |
toString()
Returns a string representation of this object.
|
AudioSelector |
withName(String name)
The name of this AudioSelector.
|
AudioSelector |
withSelectorSettings(AudioSelectorSettings selectorSettings)
The audio selector settings.
|
public void setName(String name)
name - The name of this AudioSelector. AudioDescriptions will use this name to uniquely identify this Selector.
Selector names should be unique per input.public String getName()
public AudioSelector withName(String name)
name - The name of this AudioSelector. AudioDescriptions will use this name to uniquely identify this Selector.
Selector names should be unique per input.public void setSelectorSettings(AudioSelectorSettings selectorSettings)
selectorSettings - The audio selector settings.public AudioSelectorSettings getSelectorSettings()
public AudioSelector withSelectorSettings(AudioSelectorSettings selectorSettings)
selectorSettings - The audio selector settings.public String toString()
toString in class ObjectObject.toString()public AudioSelector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.