@Generated(value="software.amazon.awssdk:codegen") public final class Bumper extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Bumper.Builder,Bumper>
The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Bumper.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Bumper.Builder |
builder() |
String |
endUrl()
The URL for the end bumper asset.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Bumper.Builder> |
serializableBuilderClass() |
String |
startUrl()
The URL for the start bumper asset.
|
Bumper.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String endUrl()
The URL for the end bumper asset.
public String startUrl()
The URL for the start bumper asset.
public Bumper.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Bumper.Builder,Bumper>public static Bumper.Builder builder()
public static Class<? extends Bumper.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.