@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRuleGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRuleGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRuleGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRuleGroupArn()
The Amazon Resource Name (ARN) of the rule group.
|
String |
getRuleGroupName()
The descriptive name of the rule group.
|
String |
getType()
Indicates whether the rule group is stateless or stateful.
|
int |
hashCode() |
void |
setRuleGroupArn(String ruleGroupArn)
The Amazon Resource Name (ARN) of the rule group.
|
void |
setRuleGroupName(String ruleGroupName)
The descriptive name of the rule group.
|
void |
setType(String type)
Indicates whether the rule group is stateless or stateful.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRuleGroupRequest |
withRuleGroupArn(String ruleGroupArn)
The Amazon Resource Name (ARN) of the rule group.
|
DeleteRuleGroupRequest |
withRuleGroupName(String ruleGroupName)
The descriptive name of the rule group.
|
DeleteRuleGroupRequest |
withType(RuleGroupType type)
Indicates whether the rule group is stateless or stateful.
|
DeleteRuleGroupRequest |
withType(String type)
Indicates whether the rule group is stateless or stateful.
|
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 setRuleGroupName(String ruleGroupName)
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
ruleGroupName
- The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
public String getRuleGroupName()
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
You must specify the ARN or the name, and you can specify both.
public DeleteRuleGroupRequest withRuleGroupName(String ruleGroupName)
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
ruleGroupName
- The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
public void setRuleGroupArn(String ruleGroupArn)
The Amazon Resource Name (ARN) of the rule group.
You must specify the ARN or the name, and you can specify both.
ruleGroupArn
- The Amazon Resource Name (ARN) of the rule group.
You must specify the ARN or the name, and you can specify both.
public String getRuleGroupArn()
The Amazon Resource Name (ARN) of the rule group.
You must specify the ARN or the name, and you can specify both.
You must specify the ARN or the name, and you can specify both.
public DeleteRuleGroupRequest withRuleGroupArn(String ruleGroupArn)
The Amazon Resource Name (ARN) of the rule group.
You must specify the ARN or the name, and you can specify both.
ruleGroupArn
- The Amazon Resource Name (ARN) of the rule group.
You must specify the ARN or the name, and you can specify both.
public void setType(String type)
Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.
This setting is required for requests that do not include the RuleGroupARN
.
type
- Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains
stateless rules. If it is stateful, it contains stateful rules.
This setting is required for requests that do not include the RuleGroupARN
.
RuleGroupType
public String getType()
Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.
This setting is required for requests that do not include the RuleGroupARN
.
This setting is required for requests that do not include the RuleGroupARN
.
RuleGroupType
public DeleteRuleGroupRequest withType(String type)
Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.
This setting is required for requests that do not include the RuleGroupARN
.
type
- Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains
stateless rules. If it is stateful, it contains stateful rules.
This setting is required for requests that do not include the RuleGroupARN
.
RuleGroupType
public DeleteRuleGroupRequest withType(RuleGroupType type)
Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.
This setting is required for requests that do not include the RuleGroupARN
.
type
- Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains
stateless rules. If it is stateful, it contains stateful rules.
This setting is required for requests that do not include the RuleGroupARN
.
RuleGroupType
public String toString()
toString
in class Object
Object.toString()
public DeleteRuleGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()