@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VideoCodecSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
VideoCodecSettings() |
| Modifier and Type | Method and Description |
|---|---|
VideoCodecSettings |
clone() |
boolean |
equals(Object obj) |
H264Settings |
getH264Settings() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setH264Settings(H264Settings h264Settings) |
String |
toString()
Returns a string representation of this object.
|
VideoCodecSettings |
withH264Settings(H264Settings h264Settings) |
public void setH264Settings(H264Settings h264Settings)
h264Settings - public H264Settings getH264Settings()
public VideoCodecSettings withH264Settings(H264Settings h264Settings)
h264Settings - public String toString()
toString in class ObjectObject.toString()public VideoCodecSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.