@Generated(value="software.amazon.awssdk:codegen") public final class MultiplexProgramPacketIdentifiersMap extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MultiplexProgramPacketIdentifiersMap.Builder,MultiplexProgramPacketIdentifiersMap>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MultiplexProgramPacketIdentifiersMap.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
audioPids()
Returns the value of the AudioPids property for this object.
|
static MultiplexProgramPacketIdentifiersMap.Builder |
builder() |
List<Integer> |
dvbSubPids()
Returns the value of the DvbSubPids property for this object.
|
Integer |
dvbTeletextPid()
Returns the value of the DvbTeletextPid property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
etvPlatformPid()
Returns the value of the EtvPlatformPid property for this object.
|
Integer |
etvSignalPid()
Returns the value of the EtvSignalPid property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAudioPids()
For responses, this returns true if the service returned a value for the AudioPids property.
|
boolean |
hasDvbSubPids()
For responses, this returns true if the service returned a value for the DvbSubPids property.
|
int |
hashCode() |
boolean |
hasKlvDataPids()
For responses, this returns true if the service returned a value for the KlvDataPids property.
|
boolean |
hasScte27Pids()
For responses, this returns true if the service returned a value for the Scte27Pids property.
|
List<Integer> |
klvDataPids()
Returns the value of the KlvDataPids property for this object.
|
Integer |
pcrPid()
Returns the value of the PcrPid property for this object.
|
Integer |
pmtPid()
Returns the value of the PmtPid property for this object.
|
Integer |
privateMetadataPid()
Returns the value of the PrivateMetadataPid property for this object.
|
List<Integer> |
scte27Pids()
Returns the value of the Scte27Pids property for this object.
|
Integer |
scte35Pid()
Returns the value of the Scte35Pid property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MultiplexProgramPacketIdentifiersMap.Builder> |
serializableBuilderClass() |
Integer |
timedMetadataPid()
Returns the value of the TimedMetadataPid property for this object.
|
MultiplexProgramPacketIdentifiersMap.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
videoPid()
Returns the value of the VideoPid property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAudioPids()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<Integer> audioPids()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAudioPids() method.
public final boolean hasDvbSubPids()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<Integer> dvbSubPids()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDvbSubPids() method.
public final Integer dvbTeletextPid()
public final Integer etvPlatformPid()
public final Integer etvSignalPid()
public final boolean hasKlvDataPids()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<Integer> klvDataPids()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasKlvDataPids() method.
public final Integer pcrPid()
public final Integer pmtPid()
public final Integer privateMetadataPid()
public final boolean hasScte27Pids()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<Integer> scte27Pids()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasScte27Pids() method.
public final Integer scte35Pid()
public final Integer timedMetadataPid()
public final Integer videoPid()
public MultiplexProgramPacketIdentifiersMap.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MultiplexProgramPacketIdentifiersMap.Builder,MultiplexProgramPacketIdentifiersMap>public static MultiplexProgramPacketIdentifiersMap.Builder builder()
public static Class<? extends MultiplexProgramPacketIdentifiersMap.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.