@Generated(value="software.amazon.awssdk:codegen") public final class ScheduleEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduleEntry.Builder,ScheduleEntry>
The properties for a schedule.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScheduleEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
approximateDurationSeconds()
The approximate duration of this program, in seconds.
|
Instant |
approximateStartTime()
The approximate time that the program will start playing.
|
String |
arn()
The ARN of the program.
|
static ScheduleEntry.Builder |
builder() |
String |
channelName()
The name of the channel that uses this schedule.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
programName()
The name of the program.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScheduleEntry.Builder> |
serializableBuilderClass() |
String |
sourceLocationName()
The name of the source location.
|
ScheduleEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vodSourceName()
The name of the VOD source.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long approximateDurationSeconds()
The approximate duration of this program, in seconds.
public final Instant approximateStartTime()
The approximate time that the program will start playing.
public final String arn()
The ARN of the program.
public final String channelName()
The name of the channel that uses this schedule.
public final String programName()
The name of the program.
public final String sourceLocationName()
The name of the source location.
public final String vodSourceName()
The name of the VOD source.
public ScheduleEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScheduleEntry.Builder,ScheduleEntry>public static ScheduleEntry.Builder builder()
public static Class<? extends ScheduleEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.