@Generated(value="software.amazon.awssdk:codegen") public final class AvailBlanking extends Object implements StructuredPojo, ToCopyableBuilder<AvailBlanking.Builder,AvailBlanking>
Modifier and Type | Class and Description |
---|---|
static interface |
AvailBlanking.Builder |
Modifier and Type | Method and Description |
---|---|
InputLocation |
availBlankingImage()
Blanking image to be used.
|
static AvailBlanking.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends AvailBlanking.Builder> |
serializableBuilderClass() |
AvailBlankingState |
state()
When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
|
String |
stateAsString()
When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
|
AvailBlanking.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public InputLocation availBlankingImage()
public AvailBlankingState state()
If the service returns an enum value that is not available in the current SDK version, state
will return
AvailBlankingState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
AvailBlankingState
public String stateAsString()
If the service returns an enum value that is not available in the current SDK version, state
will return
AvailBlankingState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
AvailBlankingState
public AvailBlanking.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AvailBlanking.Builder,AvailBlanking>
public static AvailBlanking.Builder builder()
public static Class<? extends AvailBlanking.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.