@Generated(value="software.amazon.awssdk:codegen") public final class RuleGroupMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RuleGroupMetadata.Builder,RuleGroupMetadata>
High-level information about a rule group, returned by ListRuleGroups. You can use the information provided in the metadata to retrieve and manage a rule group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuleGroupMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the rule group.
|
static RuleGroupMetadata.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The descriptive name of the rule group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RuleGroupMetadata.Builder> |
serializableBuilderClass() |
RuleGroupMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
public final String arn()
The Amazon Resource Name (ARN) of the rule group.
public RuleGroupMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RuleGroupMetadata.Builder,RuleGroupMetadata>public static RuleGroupMetadata.Builder builder()
public static Class<? extends RuleGroupMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.