Package com.amazonaws.services.ec2.model
Class GetConsoleOutputResult
java.lang.Object
com.amazonaws.services.ec2.model.GetConsoleOutputResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of GetConsoleOutput.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The decoded console output.The ID of the instance.The console output, Base64 encoded.The time the output was last updated.int
hashCode()
void
setInstanceId
(String instanceId) The ID of the instance.void
The console output, Base64 encoded.void
setTimestamp
(Date timestamp) The time the output was last updated.toString()
Returns a string representation of this object; useful for testing and debugging.withInstanceId
(String instanceId) The ID of the instance.withOutput
(String output) The console output, Base64 encoded.withTimestamp
(Date timestamp) The time the output was last updated.
-
Constructor Details
-
GetConsoleOutputResult
public GetConsoleOutputResult()
-
-
Method Details
-
setInstanceId
The ID of the instance.
- Parameters:
instanceId
- The ID of the instance.
-
getInstanceId
The ID of the instance.
- Returns:
- The ID of the instance.
-
withInstanceId
The ID of the instance.
- Parameters:
instanceId
- The ID of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTimestamp
The time the output was last updated.
- Parameters:
timestamp
- The time the output was last updated.
-
getTimestamp
The time the output was last updated.
- Returns:
- The time the output was last updated.
-
withTimestamp
The time the output was last updated.
- Parameters:
timestamp
- The time the output was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOutput
The console output, Base64 encoded. If using a command line tool, the tools decode the output for you.
- Parameters:
output
- The console output, Base64 encoded. If using a command line tool, the tools decode the output for you.
-
getOutput
The console output, Base64 encoded. If using a command line tool, the tools decode the output for you.
- Returns:
- The console output, Base64 encoded. If using a command line tool, the tools decode the output for you.
-
withOutput
The console output, Base64 encoded. If using a command line tool, the tools decode the output for you.
- Parameters:
output
- The console output, Base64 encoded. If using a command line tool, the tools decode the output for you.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getDecodedOutput
The decoded console output.- Returns:
- The decoded console output.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-