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