@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAgentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAgentResult() |
Modifier and Type | Method and Description |
---|---|
GetAgentResult |
clone() |
boolean |
equals(Object obj) |
Agent |
getAgent()
Contains details about the agent.
|
int |
hashCode() |
void |
setAgent(Agent agent)
Contains details about the agent.
|
String |
toString()
Returns a string representation of this object.
|
GetAgentResult |
withAgent(Agent agent)
Contains details about the agent.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAgent(Agent agent)
Contains details about the agent.
agent
- Contains details about the agent.public Agent getAgent()
Contains details about the agent.
public GetAgentResult withAgent(Agent agent)
Contains details about the agent.
agent
- Contains details about the agent.public String toString()
toString
in class Object
Object.toString()
public GetAgentResult clone()