@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllowedRenditionSize extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AllowedRenditionSize() |
Modifier and Type | Method and Description |
---|---|
AllowedRenditionSize |
clone() |
boolean |
equals(Object obj) |
Integer |
getHeight()
Use Height to define the video resolution height, in pixels, for this rule.
|
String |
getRequired()
Set to ENABLED to force a rendition to be included.
|
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 |
setRequired(String required)
Set to ENABLED to force a rendition to be included.
|
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.
|
AllowedRenditionSize |
withHeight(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.
|
AllowedRenditionSize |
withRequired(RequiredFlag required)
Set to ENABLED to force a rendition to be included.
|
AllowedRenditionSize |
withRequired(String required)
Set to ENABLED to force a rendition to be included.
|
AllowedRenditionSize |
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 AllowedRenditionSize withHeight(Integer height)
height
- Use Height to define the video resolution height, in pixels, for this rule.public void setRequired(String required)
required
- Set to ENABLED to force a rendition to be included.RequiredFlag
public String getRequired()
RequiredFlag
public AllowedRenditionSize withRequired(String required)
required
- Set to ENABLED to force a rendition to be included.RequiredFlag
public AllowedRenditionSize withRequired(RequiredFlag required)
required
- Set to ENABLED to force a rendition to be included.RequiredFlag
public void setWidth(Integer width)
width
- Use Width to define the video resolution width, in pixels, for this rule.public Integer getWidth()
public AllowedRenditionSize 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 AllowedRenditionSize clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.