|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.GetConsoleOutputResult
public class GetConsoleOutputResult
The result of the GetConsoleOutput operation.
Constructor Summary | |
---|---|
GetConsoleOutputResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getInstanceId()
The ID of the instance whose console output was requested. |
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 whose console output was requested. |
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 whose console output was requested. |
GetConsoleOutputResult |
withOutput(String output)
The console output, Base64 encoded. |
GetConsoleOutputResult |
withTimestamp(Date timestamp)
The time the output was last updated. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetConsoleOutputResult()
Method Detail |
---|
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId
- The ID of the instance whose console output was requested.public GetConsoleOutputResult withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId
- The ID of the instance whose console output was requested.
public Date getTimestamp()
public void setTimestamp(Date timestamp)
timestamp
- The time the output was last updated.public GetConsoleOutputResult withTimestamp(Date timestamp)
Returns a reference to this object so that method calls can be chained together.
timestamp
- The time the output was last updated.
public String getOutput()
public void setOutput(String output)
output
- The console output, Base64 encoded.public GetConsoleOutputResult withOutput(String output)
Returns a reference to this object so that method calls can be chained together.
output
- The console output, Base64 encoded.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |