Class GetXssMatchSetResult

java.lang.Object
com.amazonaws.services.waf.model.GetXssMatchSetResult
All Implemented Interfaces:
Serializable, Cloneable

public class GetXssMatchSetResult extends Object implements Serializable, Cloneable

The response to a GetXssMatchSet request.

See Also:
  • Constructor Details

    • GetXssMatchSetResult

      public GetXssMatchSetResult()
  • Method Details

    • setXssMatchSet

      public void setXssMatchSet(XssMatchSet xssMatchSet)

      Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

      • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
      • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
      • FieldToMatch: Contains Data and Type
      Parameters:
      xssMatchSet - Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

      • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
      • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
      • FieldToMatch: Contains Data and Type
    • getXssMatchSet

      public XssMatchSet getXssMatchSet()

      Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

      • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
      • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
      • FieldToMatch: Contains Data and Type
      Returns:
      Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

      • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
      • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
      • FieldToMatch: Contains Data and Type
    • withXssMatchSet

      public GetXssMatchSetResult withXssMatchSet(XssMatchSet xssMatchSet)

      Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

      • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
      • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
      • FieldToMatch: Contains Data and Type
      Parameters:
      xssMatchSet - Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

      • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects
      • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation
      • FieldToMatch: Contains Data and Type
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public GetXssMatchSetResult clone()
      Overrides:
      clone in class Object