@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VideoSelector extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
VideoSelector() |
| Modifier and Type | Method and Description |
|---|---|
VideoSelector |
clone() |
boolean |
equals(Object obj) |
String |
getColorSpace()
Specifies the color space of an input.
|
VideoSelectorColorSpaceSettings |
getColorSpaceSettings()
Color space settings
|
String |
getColorSpaceUsage()
Applies only if colorSpace is a value other than follow.
|
VideoSelectorSettings |
getSelectorSettings()
The video selector settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColorSpace(String colorSpace)
Specifies the color space of an input.
|
void |
setColorSpaceSettings(VideoSelectorColorSpaceSettings colorSpaceSettings)
Color space settings
|
void |
setColorSpaceUsage(String colorSpaceUsage)
Applies only if colorSpace is a value other than follow.
|
void |
setSelectorSettings(VideoSelectorSettings selectorSettings)
The video selector settings.
|
String |
toString()
Returns a string representation of this object.
|
VideoSelector |
withColorSpace(String colorSpace)
Specifies the color space of an input.
|
VideoSelector |
withColorSpace(VideoSelectorColorSpace colorSpace)
Specifies the color space of an input.
|
VideoSelector |
withColorSpaceSettings(VideoSelectorColorSpaceSettings colorSpaceSettings)
Color space settings
|
VideoSelector |
withColorSpaceUsage(String colorSpaceUsage)
Applies only if colorSpace is a value other than follow.
|
VideoSelector |
withColorSpaceUsage(VideoSelectorColorSpaceUsage colorSpaceUsage)
Applies only if colorSpace is a value other than follow.
|
VideoSelector |
withSelectorSettings(VideoSelectorSettings selectorSettings)
The video selector settings.
|
public void setColorSpace(String colorSpace)
colorSpace - Specifies the color space of an input. This setting works in tandem with colorSpaceUsage and a video
description's colorSpaceSettingsChoice to determine if any conversion will be performed.VideoSelectorColorSpacepublic String getColorSpace()
VideoSelectorColorSpacepublic VideoSelector withColorSpace(String colorSpace)
colorSpace - Specifies the color space of an input. This setting works in tandem with colorSpaceUsage and a video
description's colorSpaceSettingsChoice to determine if any conversion will be performed.VideoSelectorColorSpacepublic VideoSelector withColorSpace(VideoSelectorColorSpace colorSpace)
colorSpace - Specifies the color space of an input. This setting works in tandem with colorSpaceUsage and a video
description's colorSpaceSettingsChoice to determine if any conversion will be performed.VideoSelectorColorSpacepublic void setColorSpaceSettings(VideoSelectorColorSpaceSettings colorSpaceSettings)
colorSpaceSettings - Color space settingspublic VideoSelectorColorSpaceSettings getColorSpaceSettings()
public VideoSelector withColorSpaceSettings(VideoSelectorColorSpaceSettings colorSpaceSettings)
colorSpaceSettings - Color space settingspublic void setColorSpaceUsage(String colorSpaceUsage)
colorSpaceUsage - Applies only if colorSpace is a value other than follow. This field controls how the value in the
colorSpace field will be used. fallback means that when the input does include color space data, that data
will be used, but when the input has no color space data, the value in colorSpace will be used. Choose
fallback if your input is sometimes missing color space data, but when it does have color space data, that
data is correct. force means to always use the value in colorSpace. Choose force if your input usually has
no color space data or might have unreliable color space data.VideoSelectorColorSpaceUsagepublic String getColorSpaceUsage()
VideoSelectorColorSpaceUsagepublic VideoSelector withColorSpaceUsage(String colorSpaceUsage)
colorSpaceUsage - Applies only if colorSpace is a value other than follow. This field controls how the value in the
colorSpace field will be used. fallback means that when the input does include color space data, that data
will be used, but when the input has no color space data, the value in colorSpace will be used. Choose
fallback if your input is sometimes missing color space data, but when it does have color space data, that
data is correct. force means to always use the value in colorSpace. Choose force if your input usually has
no color space data or might have unreliable color space data.VideoSelectorColorSpaceUsagepublic VideoSelector withColorSpaceUsage(VideoSelectorColorSpaceUsage colorSpaceUsage)
colorSpaceUsage - Applies only if colorSpace is a value other than follow. This field controls how the value in the
colorSpace field will be used. fallback means that when the input does include color space data, that data
will be used, but when the input has no color space data, the value in colorSpace will be used. Choose
fallback if your input is sometimes missing color space data, but when it does have color space data, that
data is correct. force means to always use the value in colorSpace. Choose force if your input usually has
no color space data or might have unreliable color space data.VideoSelectorColorSpaceUsagepublic void setSelectorSettings(VideoSelectorSettings selectorSettings)
selectorSettings - The video selector settings.public VideoSelectorSettings getSelectorSettings()
public VideoSelector withSelectorSettings(VideoSelectorSettings selectorSettings)
selectorSettings - The video selector settings.public String toString()
toString in class ObjectObject.toString()public VideoSelector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.