Class NetworkFirewallPolicy
- java.lang.Object
-
- software.amazon.awssdk.services.fms.model.NetworkFirewallPolicy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkFirewallPolicy.Builder,NetworkFirewallPolicy>
@Generated("software.amazon.awssdk:codegen") public final class NetworkFirewallPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFirewallPolicy.Builder,NetworkFirewallPolicy>
Configures the firewall policy deployment model of Network Firewall. For information about Network Firewall deployment models, see Network Firewall example architectures with routing in the Network Firewall Developer Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetworkFirewallPolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkFirewallPolicy.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FirewallDeploymentModelfirewallDeploymentModel()Defines the deployment model to use for the firewall policy.StringfirewallDeploymentModelAsString()Defines the deployment model to use for the firewall policy.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends NetworkFirewallPolicy.Builder>serializableBuilderClass()NetworkFirewallPolicy.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
-
firewallDeploymentModel
public final FirewallDeploymentModel firewallDeploymentModel()
Defines the deployment model to use for the firewall policy. To use a distributed model, set PolicyOption to
NULL.If the service returns an enum value that is not available in the current SDK version,
firewallDeploymentModelwill returnFirewallDeploymentModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfirewallDeploymentModelAsString().- Returns:
- Defines the deployment model to use for the firewall policy. To use a distributed model, set PolicyOption to
NULL. - See Also:
FirewallDeploymentModel
-
firewallDeploymentModelAsString
public final String firewallDeploymentModelAsString()
Defines the deployment model to use for the firewall policy. To use a distributed model, set PolicyOption to
NULL.If the service returns an enum value that is not available in the current SDK version,
firewallDeploymentModelwill returnFirewallDeploymentModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfirewallDeploymentModelAsString().- Returns:
- Defines the deployment model to use for the firewall policy. To use a distributed model, set PolicyOption to
NULL. - See Also:
FirewallDeploymentModel
-
toBuilder
public NetworkFirewallPolicy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkFirewallPolicy.Builder,NetworkFirewallPolicy>
-
builder
public static NetworkFirewallPolicy.Builder builder()
-
serializableBuilderClass
public static Class<? extends NetworkFirewallPolicy.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.
-
-