@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VideoDetail extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
VideoDetail() |
| Modifier and Type | Method and Description |
|---|---|
VideoDetail |
clone() |
boolean |
equals(Object obj) |
Integer |
getHeightInPx()
Height in pixels for the output
|
Integer |
getWidthInPx()
Width in pixels for the output
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setHeightInPx(Integer heightInPx)
Height in pixels for the output
|
void |
setWidthInPx(Integer widthInPx)
Width in pixels for the output
|
String |
toString()
Returns a string representation of this object.
|
VideoDetail |
withHeightInPx(Integer heightInPx)
Height in pixels for the output
|
VideoDetail |
withWidthInPx(Integer widthInPx)
Width in pixels for the output
|
public void setHeightInPx(Integer heightInPx)
heightInPx - Height in pixels for the outputpublic Integer getHeightInPx()
public VideoDetail withHeightInPx(Integer heightInPx)
heightInPx - Height in pixels for the outputpublic void setWidthInPx(Integer widthInPx)
widthInPx - Width in pixels for the outputpublic Integer getWidthInPx()
public VideoDetail withWidthInPx(Integer widthInPx)
widthInPx - Width in pixels for the outputpublic String toString()
toString in class ObjectObject.toString()public VideoDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.