public class GetConsoleScreenshotResult extends Object implements Serializable, Cloneable
Contains the output of the request.
| Constructor and Description |
|---|
GetConsoleScreenshotResult() |
| Modifier and Type | Method and Description |
|---|---|
GetConsoleScreenshotResult |
clone() |
boolean |
equals(Object obj) |
String |
getImageData()
The data that comprises the image.
|
String |
getInstanceId()
The ID of the instance.
|
int |
hashCode() |
void |
setImageData(String imageData)
The data that comprises the image.
|
void |
setInstanceId(String instanceId)
The ID of the instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetConsoleScreenshotResult |
withImageData(String imageData)
The data that comprises the image.
|
GetConsoleScreenshotResult |
withInstanceId(String instanceId)
The ID of the instance.
|
public void setInstanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.public String getInstanceId()
The ID of the instance.
public GetConsoleScreenshotResult withInstanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.public void setImageData(String imageData)
The data that comprises the image.
imageData - The data that comprises the image.public String getImageData()
The data that comprises the image.
public GetConsoleScreenshotResult withImageData(String imageData)
The data that comprises the image.
imageData - The data that comprises the image.public String toString()
toString in class ObjectObject.toString()public GetConsoleScreenshotResult clone()
Copyright © 2016. All rights reserved.