Class DeleteRuleGroupRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest
-
- software.amazon.awssdk.services.networkfirewall.model.DeleteRuleGroupRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteRuleGroupRequest.Builder,DeleteRuleGroupRequest>
@Generated("software.amazon.awssdk:codegen") public final class DeleteRuleGroupRequest extends NetworkFirewallRequest implements ToCopyableBuilder<DeleteRuleGroupRequest.Builder,DeleteRuleGroupRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteRuleGroupRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteRuleGroupRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringruleGroupArn()The Amazon Resource Name (ARN) of the rule group.StringruleGroupName()The descriptive name of the rule group.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeleteRuleGroupRequest.Builder>serializableBuilderClass()DeleteRuleGroupRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.RuleGroupTypetype()Indicates whether the rule group is stateless or stateful.StringtypeAsString()Indicates whether the rule group is stateless or stateful.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ruleGroupName
public final 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.
- Returns:
- 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.
-
ruleGroupArn
public final String ruleGroupArn()
The Amazon Resource Name (ARN) of the rule group.
You must specify the ARN or the name, and you can specify both.
- Returns:
- The Amazon Resource Name (ARN) of the rule group.
You must specify the ARN or the name, and you can specify both.
-
type
public final 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.If the service returns an enum value that is not available in the current SDK version,
typewill returnRuleGroupType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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. - See Also:
RuleGroupType
-
typeAsString
public final String typeAsString()
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.If the service returns an enum value that is not available in the current SDK version,
typewill returnRuleGroupType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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. - See Also:
RuleGroupType
-
toBuilder
public DeleteRuleGroupRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteRuleGroupRequest.Builder,DeleteRuleGroupRequest>- Specified by:
toBuilderin classNetworkFirewallRequest
-
builder
public static DeleteRuleGroupRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteRuleGroupRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-