Class NetworkAclCommonPolicy
- java.lang.Object
-
- software.amazon.awssdk.services.fms.model.NetworkAclCommonPolicy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkAclCommonPolicy.Builder,NetworkAclCommonPolicy>
@Generated("software.amazon.awssdk:codegen") public final class NetworkAclCommonPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkAclCommonPolicy.Builder,NetworkAclCommonPolicy>
Defines a Firewall Manager network ACL policy. This is used in the
PolicyOptionof aSecurityServicePolicyDatafor aPolicy, when theSecurityServicePolicyDatatype is set toNETWORK_ACL_COMMON.For information about network ACLs, see Control traffic to subnets using network ACLs in the Amazon Virtual Private Cloud User Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetworkAclCommonPolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkAclCommonPolicy.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NetworkAclEntrySetnetworkAclEntrySet()The definition of the first and last rules for the network ACL policy.List<SdkField<?>>sdkFields()static Class<? extends NetworkAclCommonPolicy.Builder>serializableBuilderClass()NetworkAclCommonPolicy.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
networkAclEntrySet
public final NetworkAclEntrySet networkAclEntrySet()
The definition of the first and last rules for the network ACL policy.
- Returns:
- The definition of the first and last rules for the network ACL policy.
-
toBuilder
public NetworkAclCommonPolicy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkAclCommonPolicy.Builder,NetworkAclCommonPolicy>
-
builder
public static NetworkAclCommonPolicy.Builder builder()
-
serializableBuilderClass
public static Class<? extends NetworkAclCommonPolicy.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-