@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioTrackSelection extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AudioTrackSelection() |
Modifier and Type | Method and Description |
---|---|
AudioTrackSelection |
clone() |
boolean |
equals(Object obj) |
List<AudioTrack> |
getTracks()
Selects one or more unique audio tracks from within a source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTracks(Collection<AudioTrack> tracks)
Selects one or more unique audio tracks from within a source.
|
String |
toString()
Returns a string representation of this object.
|
AudioTrackSelection |
withTracks(AudioTrack... tracks)
Selects one or more unique audio tracks from within a source.
|
AudioTrackSelection |
withTracks(Collection<AudioTrack> tracks)
Selects one or more unique audio tracks from within a source.
|
public List<AudioTrack> getTracks()
public void setTracks(Collection<AudioTrack> tracks)
tracks
- Selects one or more unique audio tracks from within a source.public AudioTrackSelection withTracks(AudioTrack... tracks)
NOTE: This method appends the values to the existing list (if any). Use
setTracks(java.util.Collection)
or withTracks(java.util.Collection)
if you want to override the
existing values.
tracks
- Selects one or more unique audio tracks from within a source.public AudioTrackSelection withTracks(Collection<AudioTrack> tracks)
tracks
- Selects one or more unique audio tracks from within a source.public String toString()
toString
in class Object
Object.toString()
public AudioTrackSelection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.