@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.XavcHdIntraCbgProfileClass
public String getXavcClass()
XavcHdIntraCbgProfileClass
public 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.XavcHdIntraCbgProfileClass
public 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.XavcHdIntraCbgProfileClass
public String toString()
toString
in class Object
Object.toString()
public XavcHdIntraCbgProfileSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.