@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAgentVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetAgentVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetAgentVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAgentId()
The unique identifier of the agent.
|
String |
getAgentVersion()
The version of the agent.
|
int |
hashCode() |
void |
setAgentId(String agentId)
The unique identifier of the agent.
|
void |
setAgentVersion(String agentVersion)
The version of the agent.
|
String |
toString()
Returns a string representation of this object.
|
GetAgentVersionRequest |
withAgentId(String agentId)
The unique identifier of the agent.
|
GetAgentVersionRequest |
withAgentVersion(String agentVersion)
The version of the agent.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAgentId(String agentId)
The unique identifier of the agent.
agentId - The unique identifier of the agent.public String getAgentId()
The unique identifier of the agent.
public GetAgentVersionRequest withAgentId(String agentId)
The unique identifier of the agent.
agentId - The unique identifier of the agent.public void setAgentVersion(String agentVersion)
The version of the agent.
agentVersion - The version of the agent.public String getAgentVersion()
The version of the agent.
public GetAgentVersionRequest withAgentVersion(String agentVersion)
The version of the agent.
agentVersion - The version of the agent.public String toString()
toString in class ObjectObject.toString()public GetAgentVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()