@Generated(value="software.amazon.awssdk:codegen") public final class ScheduleAdBreak extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduleAdBreak.Builder,ScheduleAdBreak>
The schedule's ad break properties.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScheduleAdBreak.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
approximateDurationSeconds()
The approximate duration of the ad break, in seconds.
|
Instant |
approximateStartTime()
The approximate time that the ad will start playing.
|
static ScheduleAdBreak.Builder |
builder() |
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 ScheduleAdBreak.Builder> |
serializableBuilderClass() |
String |
sourceLocationName()
The name of the source location containing the VOD source used for the ad break.
|
ScheduleAdBreak.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vodSourceName()
The name of the VOD source used for the ad break.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long approximateDurationSeconds()
The approximate duration of the ad break, in seconds.
public final Instant approximateStartTime()
The approximate time that the ad will start playing.
public final String sourceLocationName()
The name of the source location containing the VOD source used for the ad break.
public final String vodSourceName()
The name of the VOD source used for the ad break.
public ScheduleAdBreak.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScheduleAdBreak.Builder,ScheduleAdBreak>public static ScheduleAdBreak.Builder builder()
public static Class<? extends ScheduleAdBreak.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.