@Generated(value="software.amazon.awssdk:codegen") public final class GetRuleGroupRequest extends WafRequest implements ToCopyableBuilder<GetRuleGroupRequest.Builder,GetRuleGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRuleGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetRuleGroupRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ruleGroupId()
The
RuleGroupId of the RuleGroup that you want to get. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetRuleGroupRequest.Builder> |
serializableBuilderClass() |
GetRuleGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ruleGroupId()
The RuleGroupId of the RuleGroup that you want to get. RuleGroupId is returned
by CreateRuleGroup and by ListRuleGroups.
RuleGroupId of the RuleGroup that you want to get. RuleGroupId is
returned by CreateRuleGroup and by ListRuleGroups.public GetRuleGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRuleGroupRequest.Builder,GetRuleGroupRequest>toBuilder in class WafRequestpublic static GetRuleGroupRequest.Builder builder()
public static Class<? extends GetRuleGroupRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.