@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAgentAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAgentAliasRequest() |
Modifier and Type | Method and Description |
---|---|
GetAgentAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAgentAliasId()
The unique identifier of the alias for which to get information.
|
String |
getAgentId()
The unique identifier of the agent to which the alias to get information belongs.
|
int |
hashCode() |
void |
setAgentAliasId(String agentAliasId)
The unique identifier of the alias for which to get information.
|
void |
setAgentId(String agentId)
The unique identifier of the agent to which the alias to get information belongs.
|
String |
toString()
Returns a string representation of this object.
|
GetAgentAliasRequest |
withAgentAliasId(String agentAliasId)
The unique identifier of the alias for which to get information.
|
GetAgentAliasRequest |
withAgentId(String agentId)
The unique identifier of the agent to which the alias to get information belongs.
|
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, withSdkRequestTimeout
public void setAgentAliasId(String agentAliasId)
The unique identifier of the alias for which to get information.
agentAliasId
- The unique identifier of the alias for which to get information.public String getAgentAliasId()
The unique identifier of the alias for which to get information.
public GetAgentAliasRequest withAgentAliasId(String agentAliasId)
The unique identifier of the alias for which to get information.
agentAliasId
- The unique identifier of the alias for which to get information.public void setAgentId(String agentId)
The unique identifier of the agent to which the alias to get information belongs.
agentId
- The unique identifier of the agent to which the alias to get information belongs.public String getAgentId()
The unique identifier of the agent to which the alias to get information belongs.
public GetAgentAliasRequest withAgentId(String agentId)
The unique identifier of the agent to which the alias to get information belongs.
agentId
- The unique identifier of the agent to which the alias to get information belongs.public String toString()
toString
in class Object
Object.toString()
public GetAgentAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()