@Generated(value="software.amazon.awssdk:codegen") public final class KeyValuePair extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KeyValuePair.Builder,KeyValuePair>
For SCTE35_ENHANCED output, defines a key and corresponding value. MediaTailor generates these pairs
within the EXT-X-ASSETtag.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KeyValuePair.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KeyValuePair.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
For
SCTE35_ENHANCED output, defines a key. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends KeyValuePair.Builder> |
serializableBuilderClass() |
KeyValuePair.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
For
SCTE35_ENHANCED output, defines a value. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
For SCTE35_ENHANCED output, defines a key. MediaTailor takes this key, and its associated value, and
generates the key/value pair within the EXT-X-ASSETtag. If you specify a key, you must also specify
a corresponding value.
SCTE35_ENHANCED output, defines a key. MediaTailor takes this key, and its associated
value, and generates the key/value pair within the EXT-X-ASSETtag. If you specify a key, you
must also specify a corresponding value.public final String value()
For SCTE35_ENHANCED output, defines a value. MediaTailor; takes this value, and its associated key,
and generates the key/value pair within the EXT-X-ASSETtag. If you specify a value, you must also
specify a corresponding key.
SCTE35_ENHANCED output, defines a value. MediaTailor; takes this value, and its
associated key, and generates the key/value pair within the EXT-X-ASSETtag. If you specify a
value, you must also specify a corresponding key.public KeyValuePair.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KeyValuePair.Builder,KeyValuePair>public static KeyValuePair.Builder builder()
public static Class<? extends KeyValuePair.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.