@Generated(value="software.amazon.awssdk:codegen") public final class SlateSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlateSource.Builder,SlateSource>
Slate VOD source configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SlateSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SlateSource.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 SlateSource.Builder> |
serializableBuilderClass() |
String |
sourceLocationName()
The name of the source location where the slate VOD source is stored.
|
SlateSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vodSourceName()
The slate VOD source name.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceLocationName()
The name of the source location where the slate VOD source is stored.
public final String vodSourceName()
The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.
public SlateSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SlateSource.Builder,SlateSource>public static SlateSource.Builder builder()
public static Class<? extends SlateSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.