@Generated(value="software.amazon.awssdk:codegen") public final class ListReservationsRequest extends MediaLiveRequest implements ToCopyableBuilder<ListReservationsRequest.Builder,ListReservationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListReservationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListReservationsRequest.Builder |
builder() |
String |
channelClass()
Filter by channel class, 'STANDARD' or 'SINGLE_PIPELINE'
|
String |
codec()
Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', or 'LINK'
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
maximumBitrate()
Filter by bitrate, 'MAX_10_MBPS', 'MAX_20_MBPS', or 'MAX_50_MBPS'
|
String |
maximumFramerate()
Filter by framerate, 'MAX_30_FPS' or 'MAX_60_FPS'
|
Integer |
maxResults()
Returns the value of the MaxResults property for this object.
|
String |
nextToken()
Returns the value of the NextToken property for this object.
|
String |
resolution()
Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'
|
String |
resourceType()
Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListReservationsRequest.Builder> |
serializableBuilderClass() |
String |
specialFeature()
Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'
|
ListReservationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
videoQuality()
Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelClass()
public final String codec()
public final Integer maxResults()
public final String maximumBitrate()
public final String maximumFramerate()
public final String nextToken()
public final String resolution()
public final String resourceType()
public final String specialFeature()
public final String videoQuality()
public ListReservationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListReservationsRequest.Builder,ListReservationsRequest>toBuilder in class MediaLiveRequestpublic static ListReservationsRequest.Builder builder()
public static Class<? extends ListReservationsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.