@Generated(value="software.amazon.awssdk:codegen") public final class SourceMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceMetadata.Builder,SourceMetadata>
High-level information about the managed rule group that your own rule group is copied from. You can use the the metadata to track version updates made to the originating rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SourceMetadata.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SourceMetadata.Builder> |
serializableBuilderClass() |
String |
sourceArn()
The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.
|
String |
sourceUpdateToken()
The update token of the Amazon Web Services managed rule group that your own rule group is copied from.
|
SourceMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceArn()
The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.
public final String sourceUpdateToken()
The update token of the Amazon Web Services managed rule group that your own rule group is copied from. To determine the update token for the managed rule group, call DescribeRuleGroup.
public SourceMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SourceMetadata.Builder,SourceMetadata>public static SourceMetadata.Builder builder()
public static Class<? extends SourceMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.