@Generated(value="software.amazon.awssdk:codegen") public final class RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder,RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts>
A port range to specify the destination ports to inspect for.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
fromPort()
The starting port value for the port range.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder> |
serializableBuilderClass() |
RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder |
toBuilder() |
Integer |
toPort()
The ending port value for the port range.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer fromPort()
The starting port value for the port range.
public final Integer toPort()
The ending port value for the port range.
public RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder toBuilder()
public static RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder builder()
public static Class<? extends RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.