@Generated(value="software.amazon.awssdk:codegen") public final class ListOfferingsRequest extends MediaLiveRequest implements ToCopyableBuilder<ListOfferingsRequest.Builder,ListOfferingsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ListOfferingsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListOfferingsRequest.Builder |
builder() |
String |
channelConfiguration()
Filter to offerings that match the configuration of an existing channel, e.g.
|
String |
codec()
Filter by codec, 'AVC', 'HEVC', 'MPEG2', or 'AUDIO'
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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', or 'UHD'
|
String |
resourceType()
Filter by resource type, 'INPUT', 'OUTPUT', or 'CHANNEL'
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListOfferingsRequest.Builder> |
serializableBuilderClass() |
String |
specialFeature()
Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'
|
ListOfferingsRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
videoQuality()
Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'
|
overrideConfiguration
copy
public String channelConfiguration()
public String codec()
public Integer maxResults()
public String maximumBitrate()
public String maximumFramerate()
public String nextToken()
public String resolution()
public String resourceType()
public String specialFeature()
public String videoQuality()
public ListOfferingsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListOfferingsRequest.Builder,ListOfferingsRequest>
toBuilder
in class MediaLiveRequest
public static ListOfferingsRequest.Builder builder()
public static Class<? extends ListOfferingsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.