@Generated(value="software.amazon.awssdk:codegen") public final class CreateChannelRequest extends MediaTailorRequest implements ToCopyableBuilder<CreateChannelRequest.Builder,CreateChannelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateChannelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateChannelRequest.Builder |
builder() |
String |
channelName()
The identifier for the channel you are working on.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasOutputs()
Returns true if the Outputs property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<RequestOutputItem> |
outputs()
The channel's output properties.
|
PlaybackMode |
playbackMode()
The type of playback mode for this channel.
|
String |
playbackModeAsString()
The type of playback mode for this channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateChannelRequest.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The tags to assign to the channel.
|
CreateChannelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelName()
The identifier for the channel you are working on.
public final boolean hasOutputs()
public final List<RequestOutputItem> outputs()
The channel's output properties.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOutputs() to see if a value was sent in this field.
public final PlaybackMode playbackMode()
The type of playback mode for this channel. The only supported value is LOOP.
If the service returns an enum value that is not available in the current SDK version, playbackMode will
return PlaybackMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
playbackModeAsString().
PlaybackModepublic final String playbackModeAsString()
The type of playback mode for this channel. The only supported value is LOOP.
If the service returns an enum value that is not available in the current SDK version, playbackMode will
return PlaybackMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
playbackModeAsString().
PlaybackModepublic final boolean hasTags()
public final Map<String,String> tags()
The tags to assign to the channel.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public CreateChannelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateChannelRequest.Builder,CreateChannelRequest>toBuilder in class MediaTailorRequestpublic static CreateChannelRequest.Builder builder()
public static Class<? extends CreateChannelRequest.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 © 2021. All rights reserved.