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