@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompositedVideoArtifactsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes the configuration for the composited video artifacts.
Constructor and Description |
---|
CompositedVideoArtifactsConfiguration() |
Modifier and Type | Method and Description |
---|---|
CompositedVideoArtifactsConfiguration |
clone() |
boolean |
equals(Object obj) |
GridViewConfiguration |
getGridViewConfiguration()
The
GridView configuration setting. |
String |
getLayout()
The layout setting, such as
GridView in the configuration object. |
String |
getResolution()
The video resolution setting in the configuration object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGridViewConfiguration(GridViewConfiguration gridViewConfiguration)
The
GridView configuration setting. |
void |
setLayout(String layout)
The layout setting, such as
GridView in the configuration object. |
void |
setResolution(String resolution)
The video resolution setting in the configuration object.
|
String |
toString()
Returns a string representation of this object.
|
CompositedVideoArtifactsConfiguration |
withGridViewConfiguration(GridViewConfiguration gridViewConfiguration)
The
GridView configuration setting. |
CompositedVideoArtifactsConfiguration |
withLayout(LayoutOption layout)
The layout setting, such as
GridView in the configuration object. |
CompositedVideoArtifactsConfiguration |
withLayout(String layout)
The layout setting, such as
GridView in the configuration object. |
CompositedVideoArtifactsConfiguration |
withResolution(ResolutionOption resolution)
The video resolution setting in the configuration object.
|
CompositedVideoArtifactsConfiguration |
withResolution(String resolution)
The video resolution setting in the configuration object.
|
public CompositedVideoArtifactsConfiguration()
public void setLayout(String layout)
The layout setting, such as GridView
in the configuration object.
layout
- The layout setting, such as GridView
in the configuration object.LayoutOption
public String getLayout()
The layout setting, such as GridView
in the configuration object.
GridView
in the configuration object.LayoutOption
public CompositedVideoArtifactsConfiguration withLayout(String layout)
The layout setting, such as GridView
in the configuration object.
layout
- The layout setting, such as GridView
in the configuration object.LayoutOption
public CompositedVideoArtifactsConfiguration withLayout(LayoutOption layout)
The layout setting, such as GridView
in the configuration object.
layout
- The layout setting, such as GridView
in the configuration object.LayoutOption
public void setResolution(String resolution)
The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.
resolution
- The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920
x 1080.ResolutionOption
public String getResolution()
The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.
ResolutionOption
public CompositedVideoArtifactsConfiguration withResolution(String resolution)
The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.
resolution
- The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920
x 1080.ResolutionOption
public CompositedVideoArtifactsConfiguration withResolution(ResolutionOption resolution)
The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.
resolution
- The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920
x 1080.ResolutionOption
public void setGridViewConfiguration(GridViewConfiguration gridViewConfiguration)
The GridView
configuration setting.
gridViewConfiguration
- The GridView
configuration setting.public GridViewConfiguration getGridViewConfiguration()
The GridView
configuration setting.
GridView
configuration setting.public CompositedVideoArtifactsConfiguration withGridViewConfiguration(GridViewConfiguration gridViewConfiguration)
The GridView
configuration setting.
gridViewConfiguration
- The GridView
configuration setting.public String toString()
toString
in class Object
Object.toString()
public CompositedVideoArtifactsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.