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