com.amazonaws.services.ec2.model
Class GetConsoleOutputResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.GetConsoleOutputResult
All Implemented Interfaces:
java.io.Serializable

public class GetConsoleOutputResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GetConsoleOutputResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDecodedOutput()
          The decoded console output.
 java.lang.String getInstanceId()
          The ID of the instance.
 java.lang.String getOutput()
          The console output, Base64 encoded.
 java.util.Date getTimestamp()
          The time the output was last updated.
 int hashCode()
           
 void setInstanceId(java.lang.String instanceId)
          The ID of the instance.
 void setOutput(java.lang.String output)
          The console output, Base64 encoded.
 void setTimestamp(java.util.Date timestamp)
          The time the output was last updated.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetConsoleOutputResult withInstanceId(java.lang.String instanceId)
          The ID of the instance.
 GetConsoleOutputResult withOutput(java.lang.String output)
          The console output, Base64 encoded.
 GetConsoleOutputResult withTimestamp(java.util.Date timestamp)
          The time the output was last updated.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetConsoleOutputResult

public GetConsoleOutputResult()
Method Detail

getInstanceId

public java.lang.String getInstanceId()
The ID of the instance.

Returns:
The ID of the instance.

setInstanceId

public void setInstanceId(java.lang.String instanceId)
The ID of the instance.

Parameters:
instanceId - The ID of the instance.

withInstanceId

public GetConsoleOutputResult withInstanceId(java.lang.String instanceId)
The ID of the instance.

Returns a reference to this object so that method calls can be chained together.

Parameters:
instanceId - The ID of the instance.
Returns:
A reference to this updated object so that method calls can be chained together.

getTimestamp

public java.util.Date getTimestamp()
The time the output was last updated.

Returns:
The time the output was last updated.

setTimestamp

public void setTimestamp(java.util.Date timestamp)
The time the output was last updated.

Parameters:
timestamp - The time the output was last updated.

withTimestamp

public GetConsoleOutputResult withTimestamp(java.util.Date timestamp)
The time the output was last updated.

Returns a reference to this object so that method calls can be chained together.

Parameters:
timestamp - The time the output was last updated.
Returns:
A reference to this updated object so that method calls can be chained together.

getOutput

public java.lang.String getOutput()
The console output, Base64 encoded.

Returns:
The console output, Base64 encoded.

setOutput

public void setOutput(java.lang.String output)
The console output, Base64 encoded.

Parameters:
output - The console output, Base64 encoded.

withOutput

public GetConsoleOutputResult withOutput(java.lang.String output)
The console output, Base64 encoded.

Returns a reference to this object so that method calls can be chained together.

Parameters:
output - The console output, Base64 encoded.
Returns:
A reference to this updated object so that method calls can be chained together.

getDecodedOutput

public java.lang.String getDecodedOutput()
The decoded console output.

Returns:
The decoded console output.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.