Class AvailBlanking
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.AvailBlanking
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AvailBlanking.Builder,AvailBlanking>
@Generated("software.amazon.awssdk:codegen") public final class AvailBlanking extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AvailBlanking.Builder,AvailBlanking>
Avail Blanking- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAvailBlanking.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InputLocationavailBlankingImage()Blanking image to be used.static AvailBlanking.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AvailBlanking.Builder>serializableBuilderClass()AvailBlankingStatestate()When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.StringstateAsString()When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.AvailBlanking.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
availBlankingImage
public final InputLocation availBlankingImage()
Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported.- Returns:
- Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported.
-
state
public final AvailBlankingState state()
When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.If the service returns an enum value that is not available in the current SDK version,
statewill returnAvailBlankingState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
- See Also:
AvailBlankingState
-
stateAsString
public final String stateAsString()
When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.If the service returns an enum value that is not available in the current SDK version,
statewill returnAvailBlankingState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
- See Also:
AvailBlankingState
-
toBuilder
public AvailBlanking.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AvailBlanking.Builder,AvailBlanking>
-
builder
public static AvailBlanking.Builder builder()
-
serializableBuilderClass
public static Class<? extends AvailBlanking.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-