@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() |
boolean |
equals(Object obj) |
String |
getClientToken()
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
|
String |
getName()
The rule groups namespace name.
|
String |
getWorkspaceId()
The ID of the workspace to delete rule group definition.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
|
void |
setName(String name)
The rule groups namespace name.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace to delete rule group definition.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRuleGroupsNamespaceRequest |
withClientToken(String clientToken)
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
|
DeleteRuleGroupsNamespaceRequest |
withName(String name)
The rule groups namespace name.
|
DeleteRuleGroupsNamespaceRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace to delete rule group definition.
|
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 setWorkspaceId(String workspaceId)
The ID of the workspace to delete rule group definition.
workspaceId - The ID of the workspace to delete rule group definition.public String getWorkspaceId()
The ID of the workspace to delete rule group definition.
public DeleteRuleGroupsNamespaceRequest withWorkspaceId(String workspaceId)
The ID of the workspace to delete rule group definition.
workspaceId - The ID of the workspace to delete rule group definition.public void setName(String name)
The rule groups namespace name.
name - The rule groups namespace name.public String getName()
The rule groups namespace name.
public DeleteRuleGroupsNamespaceRequest withName(String name)
The rule groups namespace name.
name - The rule groups namespace name.public void setClientToken(String clientToken)
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.public String getClientToken()
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
public DeleteRuleGroupsNamespaceRequest withClientToken(String clientToken)
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.public String toString()
toString in class ObjectObject.toString()public DeleteRuleGroupsNamespaceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.