@Generated(value="software.amazon.awssdk:codegen") public final class VideoSelector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoSelector.Builder,VideoSelector>
| Modifier and Type | Class and Description |
|---|---|
static interface |
VideoSelector.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VideoSelector.Builder |
builder() |
VideoSelectorColorSpace |
colorSpace()
Specifies the color space of an input.
|
String |
colorSpaceAsString()
Specifies the color space of an input.
|
VideoSelectorColorSpaceSettings |
colorSpaceSettings()
Color space settings
|
VideoSelectorColorSpaceUsage |
colorSpaceUsage()
Applies only if colorSpace is a value other than follow.
|
String |
colorSpaceUsageAsString()
Applies only if colorSpace is a value other than follow.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
VideoSelectorSettings |
selectorSettings()
The video selector settings.
|
static Class<? extends VideoSelector.Builder> |
serializableBuilderClass() |
VideoSelector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final VideoSelectorColorSpace colorSpace()
If the service returns an enum value that is not available in the current SDK version, colorSpace will
return VideoSelectorColorSpace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from colorSpaceAsString().
VideoSelectorColorSpacepublic final String colorSpaceAsString()
If the service returns an enum value that is not available in the current SDK version, colorSpace will
return VideoSelectorColorSpace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from colorSpaceAsString().
VideoSelectorColorSpacepublic final VideoSelectorColorSpaceSettings colorSpaceSettings()
public final VideoSelectorColorSpaceUsage colorSpaceUsage()
If the service returns an enum value that is not available in the current SDK version, colorSpaceUsage
will return VideoSelectorColorSpaceUsage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from colorSpaceUsageAsString().
VideoSelectorColorSpaceUsagepublic final String colorSpaceUsageAsString()
If the service returns an enum value that is not available in the current SDK version, colorSpaceUsage
will return VideoSelectorColorSpaceUsage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from colorSpaceUsageAsString().
VideoSelectorColorSpaceUsagepublic final VideoSelectorSettings selectorSettings()
public VideoSelector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VideoSelector.Builder,VideoSelector>public static VideoSelector.Builder builder()
public static Class<? extends VideoSelector.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.