@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConsoleScreenshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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.
|
GetConsoleScreenshotResult |
withImageData(String imageData)
The data that comprises the image.
|
GetConsoleScreenshotResult |
withInstanceId(String instanceId)
The ID of the instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 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 String toString()
toString
in class Object
Object.toString()
public GetConsoleScreenshotResult clone()