@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Xavc4kIntraCbgProfileSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Xavc4kIntraCbgProfileSettings() |
| Modifier and Type | Method and Description |
|---|---|
Xavc4kIntraCbgProfileSettings |
clone() |
boolean |
equals(Object obj) |
String |
getXavcClass()
Specify the XAVC Intra 4k (CBG) 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 (CBG) Class to set the bitrate of your output.
|
String |
toString()
Returns a string representation of this object.
|
Xavc4kIntraCbgProfileSettings |
withXavcClass(String xavcClass)
Specify the XAVC Intra 4k (CBG) Class to set the bitrate of your output.
|
Xavc4kIntraCbgProfileSettings |
withXavcClass(Xavc4kIntraCbgProfileClass xavcClass)
Specify the XAVC Intra 4k (CBG) Class to set the bitrate of your output.
|
public void setXavcClass(String xavcClass)
xavcClass - Specify the XAVC Intra 4k (CBG) 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.Xavc4kIntraCbgProfileClasspublic String getXavcClass()
Xavc4kIntraCbgProfileClasspublic Xavc4kIntraCbgProfileSettings withXavcClass(String xavcClass)
xavcClass - Specify the XAVC Intra 4k (CBG) 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.Xavc4kIntraCbgProfileClasspublic Xavc4kIntraCbgProfileSettings withXavcClass(Xavc4kIntraCbgProfileClass xavcClass)
xavcClass - Specify the XAVC Intra 4k (CBG) 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.Xavc4kIntraCbgProfileClasspublic String toString()
toString in class ObjectObject.toString()public Xavc4kIntraCbgProfileSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.