@Generated(value="software.amazon.awssdk:codegen") public final class RuleGroupSourceStatelessRuleMatchAttributesSources extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RuleGroupSourceStatelessRuleMatchAttributesSources.Builder,RuleGroupSourceStatelessRuleMatchAttributesSources>
A source IP addresses and address range to inspect for.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuleGroupSourceStatelessRuleMatchAttributesSources.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addressDefinition()
An IP address or a block of IP addresses.
|
static RuleGroupSourceStatelessRuleMatchAttributesSources.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 RuleGroupSourceStatelessRuleMatchAttributesSources.Builder> |
serializableBuilderClass() |
RuleGroupSourceStatelessRuleMatchAttributesSources.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String addressDefinition()
An IP address or a block of IP addresses.
public RuleGroupSourceStatelessRuleMatchAttributesSources.Builder toBuilder()
public static RuleGroupSourceStatelessRuleMatchAttributesSources.Builder builder()
public static Class<? extends RuleGroupSourceStatelessRuleMatchAttributesSources.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.