@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AvailBlanking extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AvailBlanking() |
| Modifier and Type | Method and Description |
|---|---|
AvailBlanking |
clone() |
boolean |
equals(Object obj) |
InputLocation |
getAvailBlankingImage()
Blanking image to be used.
|
String |
getState()
When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAvailBlankingImage(InputLocation availBlankingImage)
Blanking image to be used.
|
void |
setState(String state)
When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
|
String |
toString()
Returns a string representation of this object.
|
AvailBlanking |
withAvailBlankingImage(InputLocation availBlankingImage)
Blanking image to be used.
|
AvailBlanking |
withState(AvailBlankingState state)
When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
|
AvailBlanking |
withState(String state)
When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
|
public void setAvailBlankingImage(InputLocation availBlankingImage)
availBlankingImage - Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported.public InputLocation getAvailBlankingImage()
public AvailBlanking withAvailBlankingImage(InputLocation availBlankingImage)
availBlankingImage - Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported.public void setState(String state)
state - When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.AvailBlankingStatepublic String getState()
AvailBlankingStatepublic AvailBlanking withState(String state)
state - When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.AvailBlankingStatepublic AvailBlanking withState(AvailBlankingState state)
state - When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.AvailBlankingStatepublic String toString()
toString in class ObjectObject.toString()public AvailBlanking clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.