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