@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; useful for testing and debugging.
|
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.AvailBlankingState
public String getState()
AvailBlankingState
public AvailBlanking withState(String state)
state
- When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.AvailBlankingState
public AvailBlanking withState(AvailBlankingState state)
state
- When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.AvailBlankingState
public String toString()
toString
in class Object
Object.toString()
public AvailBlanking clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.