@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAgentActionGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAgentActionGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAgentActionGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getActionGroupId()
The unique identifier of the action group to delete.
|
String |
getAgentId()
The unique identifier of the agent that the action group belongs to.
|
String |
getAgentVersion()
The version of the agent that the action group belongs to.
|
Boolean |
getSkipResourceInUseCheck()
By default, this value is
false and deletion is stopped if the resource is in use. |
int |
hashCode() |
Boolean |
isSkipResourceInUseCheck()
By default, this value is
false and deletion is stopped if the resource is in use. |
void |
setActionGroupId(String actionGroupId)
The unique identifier of the action group to delete.
|
void |
setAgentId(String agentId)
The unique identifier of the agent that the action group belongs to.
|
void |
setAgentVersion(String agentVersion)
The version of the agent that the action group belongs to.
|
void |
setSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, this value is
false and deletion is stopped if the resource is in use. |
String |
toString()
Returns a string representation of this object.
|
DeleteAgentActionGroupRequest |
withActionGroupId(String actionGroupId)
The unique identifier of the action group to delete.
|
DeleteAgentActionGroupRequest |
withAgentId(String agentId)
The unique identifier of the agent that the action group belongs to.
|
DeleteAgentActionGroupRequest |
withAgentVersion(String agentVersion)
The version of the agent that the action group belongs to.
|
DeleteAgentActionGroupRequest |
withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, this value is
false and deletion is stopped if the resource is in use. |
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 setActionGroupId(String actionGroupId)
The unique identifier of the action group to delete.
actionGroupId
- The unique identifier of the action group to delete.public String getActionGroupId()
The unique identifier of the action group to delete.
public DeleteAgentActionGroupRequest withActionGroupId(String actionGroupId)
The unique identifier of the action group to delete.
actionGroupId
- The unique identifier of the action group to delete.public void setAgentId(String agentId)
The unique identifier of the agent that the action group belongs to.
agentId
- The unique identifier of the agent that the action group belongs to.public String getAgentId()
The unique identifier of the agent that the action group belongs to.
public DeleteAgentActionGroupRequest withAgentId(String agentId)
The unique identifier of the agent that the action group belongs to.
agentId
- The unique identifier of the agent that the action group belongs to.public void setAgentVersion(String agentVersion)
The version of the agent that the action group belongs to.
agentVersion
- The version of the agent that the action group belongs to.public String getAgentVersion()
The version of the agent that the action group belongs to.
public DeleteAgentActionGroupRequest withAgentVersion(String agentVersion)
The version of the agent that the action group belongs to.
agentVersion
- The version of the agent that the action group belongs to.public void setSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, this value is false
and deletion is stopped if the resource is in use. If you set it to
true
, the resource will be deleted even if the resource is in use.
skipResourceInUseCheck
- By default, this value is false
and deletion is stopped if the resource is in use. If you set
it to true
, the resource will be deleted even if the resource is in use.public Boolean getSkipResourceInUseCheck()
By default, this value is false
and deletion is stopped if the resource is in use. If you set it to
true
, the resource will be deleted even if the resource is in use.
false
and deletion is stopped if the resource is in use. If you
set it to true
, the resource will be deleted even if the resource is in use.public DeleteAgentActionGroupRequest withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, this value is false
and deletion is stopped if the resource is in use. If you set it to
true
, the resource will be deleted even if the resource is in use.
skipResourceInUseCheck
- By default, this value is false
and deletion is stopped if the resource is in use. If you set
it to true
, the resource will be deleted even if the resource is in use.public Boolean isSkipResourceInUseCheck()
By default, this value is false
and deletion is stopped if the resource is in use. If you set it to
true
, the resource will be deleted even if the resource is in use.
false
and deletion is stopped if the resource is in use. If you
set it to true
, the resource will be deleted even if the resource is in use.public String toString()
toString
in class Object
Object.toString()
public DeleteAgentActionGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()