@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConsoleOutputResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of GetConsoleOutput.
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 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 the output was last updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetConsoleOutputResult |
withInstanceId(String instanceId)
The ID of the instance.
|
GetConsoleOutputResult |
withOutput(String output)
The console output, Base64-encoded.
|
GetConsoleOutputResult |
withTimestamp(Date timestamp)
The time 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 using a command line tool, the tool decodes the output for you.
output
- The console output, Base64-encoded. If using a command line tool, the tool decodes the output for you.public String getOutput()
The console output, Base64-encoded. If using a command line tool, the tool decodes the output for you.
public GetConsoleOutputResult withOutput(String output)
The console output, Base64-encoded. If using a command line tool, the tool decodes the output for you.
output
- The console output, Base64-encoded. If using a command line tool, the tool decodes the output for you.public void setTimestamp(Date timestamp)
The time the output was last updated.
timestamp
- The time the output was last updated.public Date getTimestamp()
The time the output was last updated.
public GetConsoleOutputResult withTimestamp(Date timestamp)
The time the output was last updated.
timestamp
- The time the output was last updated.public String getDecodedOutput()
public String toString()
toString
in class Object
Object.toString()
public GetConsoleOutputResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.