@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerticalLayoutConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Defines the configuration settings for a vertical layout.
Constructor and Description |
---|
VerticalLayoutConfiguration() |
Modifier and Type | Method and Description |
---|---|
VerticalLayoutConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getTileAspectRatio()
Sets the aspect ratio of the video tiles, such as 16:9.
|
Integer |
getTileCount()
The maximum number of tiles to display.
|
String |
getTileOrder()
Sets the automatic ordering of the video tiles.
|
String |
getTilePosition()
Sets the position of vertical tiles.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTileAspectRatio(String tileAspectRatio)
Sets the aspect ratio of the video tiles, such as 16:9.
|
void |
setTileCount(Integer tileCount)
The maximum number of tiles to display.
|
void |
setTileOrder(String tileOrder)
Sets the automatic ordering of the video tiles.
|
void |
setTilePosition(String tilePosition)
Sets the position of vertical tiles.
|
String |
toString()
Returns a string representation of this object.
|
VerticalLayoutConfiguration |
withTileAspectRatio(String tileAspectRatio)
Sets the aspect ratio of the video tiles, such as 16:9.
|
VerticalLayoutConfiguration |
withTileCount(Integer tileCount)
The maximum number of tiles to display.
|
VerticalLayoutConfiguration |
withTileOrder(String tileOrder)
Sets the automatic ordering of the video tiles.
|
VerticalLayoutConfiguration |
withTileOrder(TileOrder tileOrder)
Sets the automatic ordering of the video tiles.
|
VerticalLayoutConfiguration |
withTilePosition(String tilePosition)
Sets the position of vertical tiles.
|
VerticalLayoutConfiguration |
withTilePosition(VerticalTilePosition tilePosition)
Sets the position of vertical tiles.
|
public void setTileOrder(String tileOrder)
Sets the automatic ordering of the video tiles.
tileOrder
- Sets the automatic ordering of the video tiles.TileOrder
public String getTileOrder()
Sets the automatic ordering of the video tiles.
TileOrder
public VerticalLayoutConfiguration withTileOrder(String tileOrder)
Sets the automatic ordering of the video tiles.
tileOrder
- Sets the automatic ordering of the video tiles.TileOrder
public VerticalLayoutConfiguration withTileOrder(TileOrder tileOrder)
Sets the automatic ordering of the video tiles.
tileOrder
- Sets the automatic ordering of the video tiles.TileOrder
public void setTilePosition(String tilePosition)
Sets the position of vertical tiles.
tilePosition
- Sets the position of vertical tiles.VerticalTilePosition
public String getTilePosition()
Sets the position of vertical tiles.
VerticalTilePosition
public VerticalLayoutConfiguration withTilePosition(String tilePosition)
Sets the position of vertical tiles.
tilePosition
- Sets the position of vertical tiles.VerticalTilePosition
public VerticalLayoutConfiguration withTilePosition(VerticalTilePosition tilePosition)
Sets the position of vertical tiles.
tilePosition
- Sets the position of vertical tiles.VerticalTilePosition
public void setTileCount(Integer tileCount)
The maximum number of tiles to display.
tileCount
- The maximum number of tiles to display.public Integer getTileCount()
The maximum number of tiles to display.
public VerticalLayoutConfiguration withTileCount(Integer tileCount)
The maximum number of tiles to display.
tileCount
- The maximum number of tiles to display.public void setTileAspectRatio(String tileAspectRatio)
Sets the aspect ratio of the video tiles, such as 16:9.
tileAspectRatio
- Sets the aspect ratio of the video tiles, such as 16:9.public String getTileAspectRatio()
Sets the aspect ratio of the video tiles, such as 16:9.
public VerticalLayoutConfiguration withTileAspectRatio(String tileAspectRatio)
Sets the aspect ratio of the video tiles, such as 16:9.
tileAspectRatio
- Sets the aspect ratio of the video tiles, such as 16:9.public String toString()
toString
in class Object
Object.toString()
public VerticalLayoutConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.