@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) |
FrameCaptureSettings |
getFrameCaptureSettings() |
H264Settings |
getH264Settings() |
H265Settings |
getH265Settings() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFrameCaptureSettings(FrameCaptureSettings frameCaptureSettings) |
void |
setH264Settings(H264Settings h264Settings) |
void |
setH265Settings(H265Settings h265Settings) |
String |
toString()
Returns a string representation of this object.
|
VideoCodecSettings |
withFrameCaptureSettings(FrameCaptureSettings frameCaptureSettings) |
VideoCodecSettings |
withH264Settings(H264Settings h264Settings) |
VideoCodecSettings |
withH265Settings(H265Settings h265Settings) |
public void setFrameCaptureSettings(FrameCaptureSettings frameCaptureSettings)
frameCaptureSettings
- public FrameCaptureSettings getFrameCaptureSettings()
public VideoCodecSettings withFrameCaptureSettings(FrameCaptureSettings frameCaptureSettings)
frameCaptureSettings
- public void setH264Settings(H264Settings h264Settings)
h264Settings
- public H264Settings getH264Settings()
public VideoCodecSettings withH264Settings(H264Settings h264Settings)
h264Settings
- public void setH265Settings(H265Settings h265Settings)
h265Settings
- public H265Settings getH265Settings()
public VideoCodecSettings withH265Settings(H265Settings h265Settings)
h265Settings
- public String toString()
toString
in class Object
Object.toString()
public VideoCodecSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.