@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioTrack extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AudioTrack() |
Modifier and Type | Method and Description |
---|---|
AudioTrack |
clone() |
boolean |
equals(Object obj) |
Integer |
getTrack()
1-based integer value that maps to a specific audio track
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTrack(Integer track)
1-based integer value that maps to a specific audio track
|
String |
toString()
Returns a string representation of this object.
|
AudioTrack |
withTrack(Integer track)
1-based integer value that maps to a specific audio track
|
public void setTrack(Integer track)
track
- 1-based integer value that maps to a specific audio trackpublic Integer getTrack()
public AudioTrack withTrack(Integer track)
track
- 1-based integer value that maps to a specific audio trackpublic String toString()
toString
in class Object
Object.toString()
public AudioTrack clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.