@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAgentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteAgentRequest
NOOP
Constructor and Description |
---|
DeleteAgentRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAgentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAgentArn()
The Amazon Resource Name (ARN) of the agent to delete.
|
int |
hashCode() |
void |
setAgentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAgentRequest |
withAgentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent to delete.
|
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 setAgentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent to delete. Use the ListAgents
operation to return a list
of agents for your account and Amazon Web Services Region.
agentArn
- The Amazon Resource Name (ARN) of the agent to delete. Use the ListAgents
operation to return
a list of agents for your account and Amazon Web Services Region.public String getAgentArn()
The Amazon Resource Name (ARN) of the agent to delete. Use the ListAgents
operation to return a list
of agents for your account and Amazon Web Services Region.
ListAgents
operation to
return a list of agents for your account and Amazon Web Services Region.public DeleteAgentRequest withAgentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent to delete. Use the ListAgents
operation to return a list
of agents for your account and Amazon Web Services Region.
agentArn
- The Amazon Resource Name (ARN) of the agent to delete. Use the ListAgents
operation to return
a list of agents for your account and Amazon Web Services Region.public String toString()
toString
in class Object
Object.toString()
public DeleteAgentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()