@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FrameResolution extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
FrameResolution() |
Modifier and Type | Method and Description |
---|---|
FrameResolution |
clone() |
boolean |
equals(Object obj) |
Integer |
getFrameHeight()
The number of pixels in the height of the video frame.
|
Integer |
getFrameWidth()
The number of pixels in the width of the video frame.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFrameHeight(Integer frameHeight)
The number of pixels in the height of the video frame.
|
void |
setFrameWidth(Integer frameWidth)
The number of pixels in the width of the video frame.
|
String |
toString()
Returns a string representation of this object.
|
FrameResolution |
withFrameHeight(Integer frameHeight)
The number of pixels in the height of the video frame.
|
FrameResolution |
withFrameWidth(Integer frameWidth)
The number of pixels in the width of the video frame.
|
public void setFrameHeight(Integer frameHeight)
frameHeight
- The number of pixels in the height of the video frame.public Integer getFrameHeight()
public FrameResolution withFrameHeight(Integer frameHeight)
frameHeight
- The number of pixels in the height of the video frame.public void setFrameWidth(Integer frameWidth)
frameWidth
- The number of pixels in the width of the video frame.public Integer getFrameWidth()
public FrameResolution withFrameWidth(Integer frameWidth)
frameWidth
- The number of pixels in the width of the video frame.public String toString()
toString
in class Object
Object.toString()
public FrameResolution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.