All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.networkfirewall.model.TCPFlagField Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Network Firewall module holds the client classes that are used for communicating with AWS Network Firewall Service

There is a newer version: 1.12.780
Show newest version
/*
 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.networkfirewall.model;

import java.io.Serializable;
import javax.annotation.Generated;
import com.amazonaws.protocol.StructuredPojo;
import com.amazonaws.protocol.ProtocolMarshaller;

/**
 * 

* TCP flags and masks to inspect packets for, used in stateless rules MatchAttributes settings. *

* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class TCPFlagField implements Serializable, Cloneable, StructuredPojo { /** *

* Used in conjunction with the Masks setting to define the flags that must be set and flags that must * not be set in order for the packet to match. This setting can only specify values that are also specified in the * Masks setting. *

*

* For the flags that are specified in the masks setting, the following must be true for the packet to match: *

*
    *
  • *

    * The ones that are set in this flags setting must be set in the packet. *

    *
  • *
  • *

    * The ones that are not set in this flags setting must also not be set in the packet. *

    *
  • *
*/ private java.util.List flags; /** *

* The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no * setting. *

*/ private java.util.List masks; /** *

* Used in conjunction with the Masks setting to define the flags that must be set and flags that must * not be set in order for the packet to match. This setting can only specify values that are also specified in the * Masks setting. *

*

* For the flags that are specified in the masks setting, the following must be true for the packet to match: *

*
    *
  • *

    * The ones that are set in this flags setting must be set in the packet. *

    *
  • *
  • *

    * The ones that are not set in this flags setting must also not be set in the packet. *

    *
  • *
* * @return Used in conjunction with the Masks setting to define the flags that must be set and flags * that must not be set in order for the packet to match. This setting can only specify values that are also * specified in the Masks setting.

*

* For the flags that are specified in the masks setting, the following must be true for the packet to * match: *

*
    *
  • *

    * The ones that are set in this flags setting must be set in the packet. *

    *
  • *
  • *

    * The ones that are not set in this flags setting must also not be set in the packet. *

    *
  • * @see TCPFlag */ public java.util.List getFlags() { return flags; } /** *

    * Used in conjunction with the Masks setting to define the flags that must be set and flags that must * not be set in order for the packet to match. This setting can only specify values that are also specified in the * Masks setting. *

    *

    * For the flags that are specified in the masks setting, the following must be true for the packet to match: *

    *
      *
    • *

      * The ones that are set in this flags setting must be set in the packet. *

      *
    • *
    • *

      * The ones that are not set in this flags setting must also not be set in the packet. *

      *
    • *
    * * @param flags * Used in conjunction with the Masks setting to define the flags that must be set and flags * that must not be set in order for the packet to match. This setting can only specify values that are also * specified in the Masks setting.

    *

    * For the flags that are specified in the masks setting, the following must be true for the packet to match: *

    *
      *
    • *

      * The ones that are set in this flags setting must be set in the packet. *

      *
    • *
    • *

      * The ones that are not set in this flags setting must also not be set in the packet. *

      *
    • * @see TCPFlag */ public void setFlags(java.util.Collection flags) { if (flags == null) { this.flags = null; return; } this.flags = new java.util.ArrayList(flags); } /** *

      * Used in conjunction with the Masks setting to define the flags that must be set and flags that must * not be set in order for the packet to match. This setting can only specify values that are also specified in the * Masks setting. *

      *

      * For the flags that are specified in the masks setting, the following must be true for the packet to match: *

      *
        *
      • *

        * The ones that are set in this flags setting must be set in the packet. *

        *
      • *
      • *

        * The ones that are not set in this flags setting must also not be set in the packet. *

        *
      • *
      *

      * NOTE: This method appends the values to the existing list (if any). Use * {@link #setFlags(java.util.Collection)} or {@link #withFlags(java.util.Collection)} if you want to override the * existing values. *

      * * @param flags * Used in conjunction with the Masks setting to define the flags that must be set and flags * that must not be set in order for the packet to match. This setting can only specify values that are also * specified in the Masks setting.

      *

      * For the flags that are specified in the masks setting, the following must be true for the packet to match: *

      *
        *
      • *

        * The ones that are set in this flags setting must be set in the packet. *

        *
      • *
      • *

        * The ones that are not set in this flags setting must also not be set in the packet. *

        *
      • * @return Returns a reference to this object so that method calls can be chained together. * @see TCPFlag */ public TCPFlagField withFlags(String... flags) { if (this.flags == null) { setFlags(new java.util.ArrayList(flags.length)); } for (String ele : flags) { this.flags.add(ele); } return this; } /** *

        * Used in conjunction with the Masks setting to define the flags that must be set and flags that must * not be set in order for the packet to match. This setting can only specify values that are also specified in the * Masks setting. *

        *

        * For the flags that are specified in the masks setting, the following must be true for the packet to match: *

        *
          *
        • *

          * The ones that are set in this flags setting must be set in the packet. *

          *
        • *
        • *

          * The ones that are not set in this flags setting must also not be set in the packet. *

          *
        • *
        * * @param flags * Used in conjunction with the Masks setting to define the flags that must be set and flags * that must not be set in order for the packet to match. This setting can only specify values that are also * specified in the Masks setting.

        *

        * For the flags that are specified in the masks setting, the following must be true for the packet to match: *

        *
          *
        • *

          * The ones that are set in this flags setting must be set in the packet. *

          *
        • *
        • *

          * The ones that are not set in this flags setting must also not be set in the packet. *

          *
        • * @return Returns a reference to this object so that method calls can be chained together. * @see TCPFlag */ public TCPFlagField withFlags(java.util.Collection flags) { setFlags(flags); return this; } /** *

          * Used in conjunction with the Masks setting to define the flags that must be set and flags that must * not be set in order for the packet to match. This setting can only specify values that are also specified in the * Masks setting. *

          *

          * For the flags that are specified in the masks setting, the following must be true for the packet to match: *

          *
            *
          • *

            * The ones that are set in this flags setting must be set in the packet. *

            *
          • *
          • *

            * The ones that are not set in this flags setting must also not be set in the packet. *

            *
          • *
          * * @param flags * Used in conjunction with the Masks setting to define the flags that must be set and flags * that must not be set in order for the packet to match. This setting can only specify values that are also * specified in the Masks setting.

          *

          * For the flags that are specified in the masks setting, the following must be true for the packet to match: *

          *
            *
          • *

            * The ones that are set in this flags setting must be set in the packet. *

            *
          • *
          • *

            * The ones that are not set in this flags setting must also not be set in the packet. *

            *
          • * @return Returns a reference to this object so that method calls can be chained together. * @see TCPFlag */ public TCPFlagField withFlags(TCPFlag... flags) { java.util.ArrayList flagsCopy = new java.util.ArrayList(flags.length); for (TCPFlag value : flags) { flagsCopy.add(value.toString()); } if (getFlags() == null) { setFlags(flagsCopy); } else { getFlags().addAll(flagsCopy); } return this; } /** *

            * The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no * setting. *

            * * @return The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this * with no setting. * @see TCPFlag */ public java.util.List getMasks() { return masks; } /** *

            * The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no * setting. *

            * * @param masks * The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this * with no setting. * @see TCPFlag */ public void setMasks(java.util.Collection masks) { if (masks == null) { this.masks = null; return; } this.masks = new java.util.ArrayList(masks); } /** *

            * The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no * setting. *

            *

            * NOTE: This method appends the values to the existing list (if any). Use * {@link #setMasks(java.util.Collection)} or {@link #withMasks(java.util.Collection)} if you want to override the * existing values. *

            * * @param masks * The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this * with no setting. * @return Returns a reference to this object so that method calls can be chained together. * @see TCPFlag */ public TCPFlagField withMasks(String... masks) { if (this.masks == null) { setMasks(new java.util.ArrayList(masks.length)); } for (String ele : masks) { this.masks.add(ele); } return this; } /** *

            * The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no * setting. *

            * * @param masks * The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this * with no setting. * @return Returns a reference to this object so that method calls can be chained together. * @see TCPFlag */ public TCPFlagField withMasks(java.util.Collection masks) { setMasks(masks); return this; } /** *

            * The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no * setting. *

            * * @param masks * The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this * with no setting. * @return Returns a reference to this object so that method calls can be chained together. * @see TCPFlag */ public TCPFlagField withMasks(TCPFlag... masks) { java.util.ArrayList masksCopy = new java.util.ArrayList(masks.length); for (TCPFlag value : masks) { masksCopy.add(value.toString()); } if (getMasks() == null) { setMasks(masksCopy); } else { getMasks().addAll(masksCopy); } return this; } /** * 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. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getFlags() != null) sb.append("Flags: ").append(getFlags()).append(","); if (getMasks() != null) sb.append("Masks: ").append(getMasks()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof TCPFlagField == false) return false; TCPFlagField other = (TCPFlagField) obj; if (other.getFlags() == null ^ this.getFlags() == null) return false; if (other.getFlags() != null && other.getFlags().equals(this.getFlags()) == false) return false; if (other.getMasks() == null ^ this.getMasks() == null) return false; if (other.getMasks() != null && other.getMasks().equals(this.getMasks()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getFlags() == null) ? 0 : getFlags().hashCode()); hashCode = prime * hashCode + ((getMasks() == null) ? 0 : getMasks().hashCode()); return hashCode; } @Override public TCPFlagField clone() { try { return (TCPFlagField) super.clone(); } catch (CloneNotSupportedException e) { throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e); } } @com.amazonaws.annotation.SdkInternalApi @Override public void marshall(ProtocolMarshaller protocolMarshaller) { com.amazonaws.services.networkfirewall.model.transform.TCPFlagFieldMarshaller.getInstance().marshall(this, protocolMarshaller); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy