Package com.amazonaws.services.waf.model
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetByteMatchSetResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetByteMatchSetResultclone()booleanequals(Object obj)ByteMatchSetgetByteMatchSet()Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.inthashCode()voidsetByteMatchSet(ByteMatchSet byteMatchSet)Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetByteMatchSetResultwithByteMatchSet(ByteMatchSet byteMatchSet)Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.
-
-
-
Method Detail
-
setByteMatchSet
public void setByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSetrequest. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
- Parameters:
byteMatchSet- Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
- ByteMatchSet: Contains
- ByteMatchSet: Contains
-
getByteMatchSet
public ByteMatchSet getByteMatchSet()
Information about the ByteMatchSet that you specified in the
GetByteMatchSetrequest. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
- Returns:
- Information about the ByteMatchSet that you specified in
the
GetByteMatchSetrequest. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
- ByteMatchSet: Contains
- ByteMatchSet: Contains
-
withByteMatchSet
public GetByteMatchSetResult withByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSetrequest. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
- Parameters:
byteMatchSet- Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
- ByteMatchSet: Contains
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- ByteMatchSet: Contains
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetByteMatchSetResult clone()
-
-