@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 Object
Object.toString()
public AudioSelector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.