@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Xavc4kIntraVbrProfileSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Xavc4kIntraVbrProfileSettings() |
| Modifier and Type | Method and Description |
|---|---|
Xavc4kIntraVbrProfileSettings |
clone() |
boolean |
equals(Object obj) |
String |
getXavcClass()
Specify the XAVC Intra 4k (VBR) Class to set the bitrate of your output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setXavcClass(String xavcClass)
Specify the XAVC Intra 4k (VBR) Class to set the bitrate of your output.
|
String |
toString()
Returns a string representation of this object.
|
Xavc4kIntraVbrProfileSettings |
withXavcClass(String xavcClass)
Specify the XAVC Intra 4k (VBR) Class to set the bitrate of your output.
|
Xavc4kIntraVbrProfileSettings |
withXavcClass(Xavc4kIntraVbrProfileClass xavcClass)
Specify the XAVC Intra 4k (VBR) Class to set the bitrate of your output.
|
public void setXavcClass(String xavcClass)
xavcClass - Specify the XAVC Intra 4k (VBR) Class to set the bitrate of your output. Outputs of the same class have
similar image quality over the operating points that are valid for that class.Xavc4kIntraVbrProfileClasspublic String getXavcClass()
Xavc4kIntraVbrProfileClasspublic Xavc4kIntraVbrProfileSettings withXavcClass(String xavcClass)
xavcClass - Specify the XAVC Intra 4k (VBR) Class to set the bitrate of your output. Outputs of the same class have
similar image quality over the operating points that are valid for that class.Xavc4kIntraVbrProfileClasspublic Xavc4kIntraVbrProfileSettings withXavcClass(Xavc4kIntraVbrProfileClass xavcClass)
xavcClass - Specify the XAVC Intra 4k (VBR) Class to set the bitrate of your output. Outputs of the same class have
similar image quality over the operating points that are valid for that class.Xavc4kIntraVbrProfileClasspublic String toString()
toString in class ObjectObject.toString()public Xavc4kIntraVbrProfileSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.