@Generated(value="software.amazon.awssdk:codegen") public final class AvailSuppression extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AvailSuppression.Builder,AvailSuppression>
The configuration for Avail Suppression. Ad suppression can be used to turn off ad personalization in a long manifest, or if a viewer joins mid-break.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AvailSuppression.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AvailSuppression.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Mode |
mode()
Sets the mode for avail suppression, also known as ad suppression.
|
String |
modeAsString()
Sets the mode for avail suppression, also known as ad suppression.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AvailSuppression.Builder> |
serializableBuilderClass() |
AvailSuppression.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The avail suppression value is a live edge offset time in HH:MM:SS.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Mode mode()
If the service returns an enum value that is not available in the current SDK version, mode will return
Mode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
Modepublic String modeAsString()
If the service returns an enum value that is not available in the current SDK version, mode will return
Mode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
Modepublic String value()
public AvailSuppression.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AvailSuppression.Builder,AvailSuppression>public static AvailSuppression.Builder builder()
public static Class<? extends AvailSuppression.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.