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 GetByteMatchSetResult
clone()
boolean
equals(Object obj)
ByteMatchSet
getByteMatchSet()
Information about the ByteMatchSet that you specified in theGetByteMatchSet
request.int
hashCode()
void
setByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in theGetByteMatchSet
request.String
toString()
Returns a string representation of this object; useful for testing and debugging.GetByteMatchSetResult
withByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in theGetByteMatchSet
request.
-
-
-
Method Detail
-
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
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- Parameters:
byteMatchSet
- Information about the ByteMatchSet that you specified in theGetByteMatchSet
request. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId
,ByteMatchTuples
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSet: Contains
- ByteMatchSet: Contains
-
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
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- Returns:
- Information about the ByteMatchSet that you specified in
the
GetByteMatchSet
request. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId
,ByteMatchTuples
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- ByteMatchSet: Contains
- ByteMatchSet: Contains
-
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
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- Parameters:
byteMatchSet
- Information about the ByteMatchSet that you specified in theGetByteMatchSet
request. For more information, see the following topics:- ByteMatchSet: Contains
ByteMatchSetId
,ByteMatchTuples
, andName
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
- FieldToMatch: Contains
Data
andType
- 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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetByteMatchSetResult clone()
-
-