@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRuleGroupsNamespaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DeleteRuleGroupsNamespace
operation.
NOOP
Constructor and Description |
---|
DeleteRuleGroupsNamespaceRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRuleGroupsNamespaceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique identifier that you can provide to ensure the idempotency of the request.
|
String |
getName()
The name of the rule groups namespace to delete.
|
String |
getWorkspaceId()
The ID of the workspace containing the rule groups namespace and definition to delete.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request.
|
void |
setName(String name)
The name of the rule groups namespace to delete.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace containing the rule groups namespace and definition to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRuleGroupsNamespaceRequest |
withClientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request.
|
DeleteRuleGroupsNamespaceRequest |
withName(String name)
The name of the rule groups namespace to delete.
|
DeleteRuleGroupsNamespaceRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace containing the rule groups namespace and definition 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 setClientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
clientToken
- A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.public String getClientToken()
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
public DeleteRuleGroupsNamespaceRequest withClientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
clientToken
- A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.public void setName(String name)
The name of the rule groups namespace to delete.
name
- The name of the rule groups namespace to delete.public String getName()
The name of the rule groups namespace to delete.
public DeleteRuleGroupsNamespaceRequest withName(String name)
The name of the rule groups namespace to delete.
name
- The name of the rule groups namespace to delete.public void setWorkspaceId(String workspaceId)
The ID of the workspace containing the rule groups namespace and definition to delete.
workspaceId
- The ID of the workspace containing the rule groups namespace and definition to delete.public String getWorkspaceId()
The ID of the workspace containing the rule groups namespace and definition to delete.
public DeleteRuleGroupsNamespaceRequest withWorkspaceId(String workspaceId)
The ID of the workspace containing the rule groups namespace and definition to delete.
workspaceId
- The ID of the workspace containing the rule groups namespace and definition to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteRuleGroupsNamespaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()