@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MinTopRenditionSize extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MinTopRenditionSize() |
Modifier and Type | Method and Description |
---|---|
MinTopRenditionSize |
clone() |
boolean |
equals(Object obj) |
Integer |
getHeight()
Use Height to define the video resolution height, in pixels, for this rule.
|
Integer |
getWidth()
Use Width to define the video resolution width, in pixels, for this rule.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHeight(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.
|
void |
setWidth(Integer width)
Use Width to define the video resolution width, in pixels, for this rule.
|
String |
toString()
Returns a string representation of this object.
|
MinTopRenditionSize |
withHeight(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.
|
MinTopRenditionSize |
withWidth(Integer width)
Use Width to define the video resolution width, in pixels, for this rule.
|
public void setHeight(Integer height)
height
- Use Height to define the video resolution height, in pixels, for this rule.public Integer getHeight()
public MinTopRenditionSize withHeight(Integer height)
height
- Use Height to define the video resolution height, in pixels, for this rule.public void setWidth(Integer width)
width
- Use Width to define the video resolution width, in pixels, for this rule.public Integer getWidth()
public MinTopRenditionSize withWidth(Integer width)
width
- Use Width to define the video resolution width, in pixels, for this rule.public String toString()
toString
in class Object
Object.toString()
public MinTopRenditionSize clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.