@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConsoleOutputResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetConsoleOutputResult() |
Modifier and Type | Method and Description |
---|---|
GetConsoleOutputResult |
clone() |
boolean |
equals(Object obj) |
String |
getDecodedOutput()
The decoded console output.
|
String |
getInstanceId()
The ID of the instance.
|
String |
getOutput()
The console output, base64-encoded.
|
Date |
getTimestamp()
The time at which the output was last updated.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the instance.
|
void |
setOutput(String output)
The console output, base64-encoded.
|
void |
setTimestamp(Date timestamp)
The time at which the output was last updated.
|
String |
toString()
Returns a string representation of this object.
|
GetConsoleOutputResult |
withInstanceId(String instanceId)
The ID of the instance.
|
GetConsoleOutputResult |
withOutput(String output)
The console output, base64-encoded.
|
GetConsoleOutputResult |
withTimestamp(Date timestamp)
The time at which the output was last updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetConsoleOutputResult withInstanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.public void setOutput(String output)
The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.
output
- The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for
you.public String getOutput()
The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.
public GetConsoleOutputResult withOutput(String output)
The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.
output
- The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for
you.public void setTimestamp(Date timestamp)
The time at which the output was last updated.
timestamp
- The time at which the output was last updated.public Date getTimestamp()
The time at which the output was last updated.
public GetConsoleOutputResult withTimestamp(Date timestamp)
The time at which the output was last updated.
timestamp
- The time at which the output was last updated.public String getDecodedOutput()
public String toString()
toString
in class Object
Object.toString()
public GetConsoleOutputResult clone()