Class PolicyOption
- java.lang.Object
-
- software.amazon.awssdk.services.fms.model.PolicyOption
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PolicyOption.Builder,PolicyOption>
@Generated("software.amazon.awssdk:codegen") public final class PolicyOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PolicyOption.Builder,PolicyOption>
Contains the Network Firewall firewall policy options to configure the policy's deployment model and third-party firewall policy settings.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePolicyOption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PolicyOption.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NetworkFirewallPolicynetworkFirewallPolicy()Defines the deployment model to use for the firewall policy.List<SdkField<?>>sdkFields()static Class<? extends PolicyOption.Builder>serializableBuilderClass()ThirdPartyFirewallPolicythirdPartyFirewallPolicy()Defines the policy options for a third-party firewall policy.PolicyOption.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
-
networkFirewallPolicy
public final NetworkFirewallPolicy networkFirewallPolicy()
Defines the deployment model to use for the firewall policy.
- Returns:
- Defines the deployment model to use for the firewall policy.
-
thirdPartyFirewallPolicy
public final ThirdPartyFirewallPolicy thirdPartyFirewallPolicy()
Defines the policy options for a third-party firewall policy.
- Returns:
- Defines the policy options for a third-party firewall policy.
-
toBuilder
public PolicyOption.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PolicyOption.Builder,PolicyOption>
-
builder
public static PolicyOption.Builder builder()
-
serializableBuilderClass
public static Class<? extends PolicyOption.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.
-
-