@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAgentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Delete Agent Request
NOOP| Constructor and Description |
|---|
DeleteAgentRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAgentRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAgentId()
Id generated at the server side when an Agent is created
|
Boolean |
getSkipResourceInUseCheck()
Skips checking if resource is in use when set to true.
|
int |
hashCode() |
Boolean |
isSkipResourceInUseCheck()
Skips checking if resource is in use when set to true.
|
void |
setAgentId(String agentId)
Id generated at the server side when an Agent is created
|
void |
setSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
Skips checking if resource is in use when set to true.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAgentRequest |
withAgentId(String agentId)
Id generated at the server side when an Agent is created
|
DeleteAgentRequest |
withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
Skips checking if resource is in use when set to true.
|
addHandlerContext, copyBaseTo, 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)
Id generated at the server side when an Agent is created
agentId - Id generated at the server side when an Agent is createdpublic String getAgentId()
Id generated at the server side when an Agent is created
public DeleteAgentRequest withAgentId(String agentId)
Id generated at the server side when an Agent is created
agentId - Id generated at the server side when an Agent is createdpublic void setSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
Skips checking if resource is in use when set to true. Defaults to false
skipResourceInUseCheck - Skips checking if resource is in use when set to true. Defaults to falsepublic Boolean getSkipResourceInUseCheck()
Skips checking if resource is in use when set to true. Defaults to false
public DeleteAgentRequest withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
Skips checking if resource is in use when set to true. Defaults to false
skipResourceInUseCheck - Skips checking if resource is in use when set to true. Defaults to falsepublic Boolean isSkipResourceInUseCheck()
Skips checking if resource is in use when set to true. Defaults to false
public String toString()
toString in class ObjectObject.toString()public DeleteAgentRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.