Class ListOfferingsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.medialive.model.MediaLiveRequest
-
- software.amazon.awssdk.services.medialive.model.ListOfferingsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListOfferingsRequest.Builder,ListOfferingsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListOfferingsRequest extends MediaLiveRequest implements ToCopyableBuilder<ListOfferingsRequest.Builder,ListOfferingsRequest>
Placeholder documentation for ListOfferingsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListOfferingsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListOfferingsRequest.Builderbuilder()StringchannelClass()Filter by channel class, 'STANDARD' or 'SINGLE_PIPELINE'StringchannelConfiguration()Filter to offerings that match the configuration of an existing channel, e.g.Stringcodec()Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', 'LINK', or 'AV1'Stringduration()Filter by offering duration, e.g.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmaximumBitrate()Filter by bitrate, 'MAX_10_MBPS', 'MAX_20_MBPS', or 'MAX_50_MBPS'StringmaximumFramerate()Filter by framerate, 'MAX_30_FPS' or 'MAX_60_FPS'IntegermaxResults()Returns the value of the MaxResults property for this object.StringnextToken()Returns the value of the NextToken property for this object.Stringresolution()Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'StringresourceType()Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListOfferingsRequest.Builder>serializableBuilderClass()StringspecialFeature()Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'ListOfferingsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvideoQuality()Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
channelClass
public final String channelClass()
Filter by channel class, 'STANDARD' or 'SINGLE_PIPELINE'- Returns:
- Filter by channel class, 'STANDARD' or 'SINGLE_PIPELINE'
-
channelConfiguration
public final String channelConfiguration()
Filter to offerings that match the configuration of an existing channel, e.g. '2345678' (a channel ID)- Returns:
- Filter to offerings that match the configuration of an existing channel, e.g. '2345678' (a channel ID)
-
codec
public final String codec()
Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', 'LINK', or 'AV1'- Returns:
- Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', 'LINK', or 'AV1'
-
duration
public final String duration()
Filter by offering duration, e.g. '12'- Returns:
- Filter by offering duration, e.g. '12'
-
maxResults
public final Integer maxResults()
Returns the value of the MaxResults property for this object.- Returns:
- The value of the MaxResults property for this object.
-
maximumBitrate
public final String maximumBitrate()
Filter by bitrate, 'MAX_10_MBPS', 'MAX_20_MBPS', or 'MAX_50_MBPS'- Returns:
- Filter by bitrate, 'MAX_10_MBPS', 'MAX_20_MBPS', or 'MAX_50_MBPS'
-
maximumFramerate
public final String maximumFramerate()
Filter by framerate, 'MAX_30_FPS' or 'MAX_60_FPS'- Returns:
- Filter by framerate, 'MAX_30_FPS' or 'MAX_60_FPS'
-
nextToken
public final String nextToken()
Returns the value of the NextToken property for this object.- Returns:
- The value of the NextToken property for this object.
-
resolution
public final String resolution()
Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'- Returns:
- Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'
-
resourceType
public final String resourceType()
Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'- Returns:
- Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
-
specialFeature
public final String specialFeature()
Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'- Returns:
- Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'
-
videoQuality
public final String videoQuality()
Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'- Returns:
- Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'
-
toBuilder
public ListOfferingsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListOfferingsRequest.Builder,ListOfferingsRequest>- Specified by:
toBuilderin classMediaLiveRequest
-
builder
public static ListOfferingsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListOfferingsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-