@Generated(value="software.amazon.awssdk:codegen") public final class NetworkAclEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkAclEntry.Builder,NetworkAclEntry>
Describes an entry in a network ACL.
Modifier and Type | Class and Description |
---|---|
static interface |
NetworkAclEntry.Builder |
Modifier and Type | Method and Description |
---|---|
static NetworkAclEntry.Builder |
builder() |
String |
cidrBlock()
The IPv4 network range to allow or deny, in CIDR notation.
|
Boolean |
egress()
Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IcmpTypeCode |
icmpTypeCode()
ICMP protocol: The ICMP type and code.
|
String |
ipv6CidrBlock()
The IPv6 network range to allow or deny, in CIDR notation.
|
PortRange |
portRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
String |
protocol()
The protocol number.
|
RuleAction |
ruleAction()
Indicates whether to allow or deny the traffic that matches the rule.
|
String |
ruleActionAsString()
Indicates whether to allow or deny the traffic that matches the rule.
|
Integer |
ruleNumber()
The rule number for the entry.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkAclEntry.Builder> |
serializableBuilderClass() |
NetworkAclEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String cidrBlock()
The IPv4 network range to allow or deny, in CIDR notation.
public final Boolean egress()
Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).
public final IcmpTypeCode icmpTypeCode()
ICMP protocol: The ICMP type and code.
public final String ipv6CidrBlock()
The IPv6 network range to allow or deny, in CIDR notation.
public final PortRange portRange()
TCP or UDP protocols: The range of ports the rule applies to.
public final String protocol()
The protocol number. A value of "-1" means all protocols.
public final RuleAction ruleAction()
Indicates whether to allow or deny the traffic that matches the rule.
If the service returns an enum value that is not available in the current SDK version, ruleAction
will
return RuleAction.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
ruleActionAsString()
.
RuleAction
public final String ruleActionAsString()
Indicates whether to allow or deny the traffic that matches the rule.
If the service returns an enum value that is not available in the current SDK version, ruleAction
will
return RuleAction.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
ruleActionAsString()
.
RuleAction
public final Integer ruleNumber()
The rule number for the entry. ACL entries are processed in ascending order by rule number.
public NetworkAclEntry.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<NetworkAclEntry.Builder,NetworkAclEntry>
public static NetworkAclEntry.Builder builder()
public static Class<? extends NetworkAclEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.