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