@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 colorspace of an input.
|
String |
colorSpaceAsString()
Specifies the colorspace of an input.
|
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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
.
VideoSelectorColorSpace
public 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()
.
VideoSelectorColorSpace
public 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()
.
VideoSelectorColorSpaceUsage
public 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()
.
VideoSelectorColorSpaceUsage
public VideoSelectorSettings selectorSettings()
public VideoSelector.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VideoSelector.Builder,VideoSelector>
public static VideoSelector.Builder builder()
public static Class<? extends VideoSelector.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.