@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAgentActionGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Delete Action Group Request
NOOP| Constructor and Description |
|---|
DeleteAgentActionGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAgentActionGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getActionGroupId()
Id generated at the server side when an Agent ActionGroup is created
|
String |
getAgentId()
Id generated at the server side when an Agent is created
|
String |
getAgentVersion()
Draft Version of the Agent.
|
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 |
setActionGroupId(String actionGroupId)
Id generated at the server side when an Agent ActionGroup is created
|
void |
setAgentId(String agentId)
Id generated at the server side when an Agent is created
|
void |
setAgentVersion(String agentVersion)
Draft Version of the Agent.
|
void |
setSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
Skips checking if resource is in use when set to true.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAgentActionGroupRequest |
withActionGroupId(String actionGroupId)
Id generated at the server side when an Agent ActionGroup is created
|
DeleteAgentActionGroupRequest |
withAgentId(String agentId)
Id generated at the server side when an Agent is created
|
DeleteAgentActionGroupRequest |
withAgentVersion(String agentVersion)
Draft Version of the Agent.
|
DeleteAgentActionGroupRequest |
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 DeleteAgentActionGroupRequest 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 setAgentVersion(String agentVersion)
Draft Version of the Agent.
agentVersion - Draft Version of the Agent.public String getAgentVersion()
Draft Version of the Agent.
public DeleteAgentActionGroupRequest withAgentVersion(String agentVersion)
Draft Version of the Agent.
agentVersion - Draft Version of the Agent.public void setActionGroupId(String actionGroupId)
Id generated at the server side when an Agent ActionGroup is created
actionGroupId - Id generated at the server side when an Agent ActionGroup is createdpublic String getActionGroupId()
Id generated at the server side when an Agent ActionGroup is created
public DeleteAgentActionGroupRequest withActionGroupId(String actionGroupId)
Id generated at the server side when an Agent ActionGroup is created
actionGroupId - Id generated at the server side when an Agent ActionGroup 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 DeleteAgentActionGroupRequest 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 DeleteAgentActionGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.