Class GetByteMatchSetResult

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

public class GetByteMatchSetResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • GetByteMatchSetResult

      public GetByteMatchSetResult()
  • Method Details

    • setByteMatchSet

      public void setByteMatchSet(ByteMatchSet byteMatchSet)

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

      • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
      • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
      • FieldToMatch: Contains Data and Type
      Parameters:
      byteMatchSet - Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

      • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
      • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
      • FieldToMatch: Contains Data and Type
    • getByteMatchSet

      public ByteMatchSet getByteMatchSet()

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

      • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
      • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
      • FieldToMatch: Contains Data and Type
      Returns:
      Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

      • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
      • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
      • FieldToMatch: Contains Data and Type
    • withByteMatchSet

      public GetByteMatchSetResult withByteMatchSet(ByteMatchSet byteMatchSet)

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

      • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
      • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation
      • FieldToMatch: Contains Data and Type
      Parameters:
      byteMatchSet - Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics:

      • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name
      • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, 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 GetByteMatchSetResult clone()
      Overrides:
      clone in class Object