public class DescribeAgentStatusResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeAgentStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
AgentStatus |
getAgentStatus()
The agent status.
|
int |
hashCode() |
void |
setAgentStatus(AgentStatus agentStatus)
The agent status.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAgentStatusResult |
withAgentStatus(AgentStatus agentStatus)
The agent status.
|
public AgentStatus getAgentStatus()
The agent status.
The agent status.
public void setAgentStatus(AgentStatus agentStatus)
The agent status.
agentStatus - The agent status.
public DescribeAgentStatusResult withAgentStatus(AgentStatus agentStatus)
The agent status.
Returns a reference to this object so that method calls can be chained together.
agentStatus - The agent status.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object