@Generated(value="software.amazon.awssdk:codegen") public class VideoSelector extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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() |
copypublic 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 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 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 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 VideoSelectorSettings selectorSettings()
public VideoSelector.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<VideoSelector.Builder,VideoSelector>public static VideoSelector.Builder builder()
public static Class<? extends VideoSelector.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.