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()booleanThe decoded console output.The ID of the instance.The console output, Base64 encoded.The time the output was last updated.inthashCode()voidsetInstanceId(String instanceId) The ID of the instance.voidThe console output, Base64 encoded.voidsetTimestamp(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
-
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
-
toString
-
equals
-
hashCode
-
clone
-