@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaStreamAttributesRequest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MediaStreamAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
MediaStreamAttributesRequest |
clone() |
boolean |
equals(Object obj) |
FmtpRequest |
getFmtp()
The settings that you want to use to 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(FmtpRequest fmtp)
The settings that you want to use to 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.
|
MediaStreamAttributesRequest |
withFmtp(FmtpRequest fmtp)
The settings that you want to use to define the media stream.
|
MediaStreamAttributesRequest |
withLang(String lang)
The audio language, in a format that is recognized by the receiver.
|
public void setFmtp(FmtpRequest fmtp)
fmtp
- The settings that you want to use to define the media stream.public FmtpRequest getFmtp()
public MediaStreamAttributesRequest withFmtp(FmtpRequest fmtp)
fmtp
- The settings that you want to use to 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 MediaStreamAttributesRequest 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 MediaStreamAttributesRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.