@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAgentAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAgentAliasRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAgentAliasRequest |
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 to delete.
|
String |
getAgentId()
The unique identifier of the agent that the alias belongs to.
|
int |
hashCode() |
void |
setAgentAliasId(String agentAliasId)
The unique identifier of the alias to delete.
|
void |
setAgentId(String agentId)
The unique identifier of the agent that the alias belongs to.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAgentAliasRequest |
withAgentAliasId(String agentAliasId)
The unique identifier of the alias to delete.
|
DeleteAgentAliasRequest |
withAgentId(String agentId)
The unique identifier of the agent that the alias belongs to.
|
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 to delete.
agentAliasId
- The unique identifier of the alias to delete.public String getAgentAliasId()
The unique identifier of the alias to delete.
public DeleteAgentAliasRequest withAgentAliasId(String agentAliasId)
The unique identifier of the alias to delete.
agentAliasId
- The unique identifier of the alias to delete.public void setAgentId(String agentId)
The unique identifier of the agent that the alias belongs to.
agentId
- The unique identifier of the agent that the alias belongs to.public String getAgentId()
The unique identifier of the agent that the alias belongs to.
public DeleteAgentAliasRequest withAgentId(String agentId)
The unique identifier of the agent that the alias belongs to.
agentId
- The unique identifier of the agent that the alias belongs to.public String toString()
toString
in class Object
Object.toString()
public DeleteAgentAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()