public class GetConsoleScreenshotResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of the request.
Constructor and Description |
---|
GetConsoleScreenshotResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getImageData()
The data that comprises the image.
|
java.lang.String |
getInstanceId()
The ID of the instance.
|
int |
hashCode() |
void |
setImageData(java.lang.String imageData)
The data that comprises the image.
|
void |
setInstanceId(java.lang.String instanceId)
The ID of the instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetConsoleScreenshotResult |
withImageData(java.lang.String imageData)
The data that comprises the image.
|
GetConsoleScreenshotResult |
withInstanceId(java.lang.String instanceId)
The ID of the instance.
|
public java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
instanceId
- The ID of the instance.public GetConsoleScreenshotResult withInstanceId(java.lang.String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId
- The ID of the instance.public java.lang.String getImageData()
public void setImageData(java.lang.String imageData)
imageData
- The data that comprises the image.public GetConsoleScreenshotResult withImageData(java.lang.String imageData)
Returns a reference to this object so that method calls can be chained together.
imageData
- The data that comprises the image.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.