@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaStreamAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MediaStreamAttributes() |
Modifier and Type | Method and Description |
---|---|
MediaStreamAttributes |
clone() |
boolean |
equals(Object obj) |
Fmtp |
getFmtp()
A set of parameters that define the media stream.
|
String |
getLang()
The audio language, in a format that is recognized by the receiver.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFmtp(Fmtp fmtp)
A set of parameters that define the media stream.
|
void |
setLang(String lang)
The audio language, in a format that is recognized by the receiver.
|
String |
toString()
Returns a string representation of this object.
|
MediaStreamAttributes |
withFmtp(Fmtp fmtp)
A set of parameters that define the media stream.
|
MediaStreamAttributes |
withLang(String lang)
The audio language, in a format that is recognized by the receiver.
|
public void setFmtp(Fmtp fmtp)
fmtp
- A set of parameters that define the media stream.public Fmtp getFmtp()
public MediaStreamAttributes withFmtp(Fmtp fmtp)
fmtp
- A set of parameters that define the media stream.public void setLang(String lang)
lang
- The audio language, in a format that is recognized by the receiver.public String getLang()
public MediaStreamAttributes withLang(String lang)
lang
- The audio language, in a format that is recognized by the receiver.public String toString()
toString
in class Object
Object.toString()
public MediaStreamAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.