@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DeleteAgentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()