public class GetByteMatchSetResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
GetByteMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
GetByteMatchSetResult |
clone() |
boolean |
equals(Object obj) |
ByteMatchSet |
getByteMatchSet()
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
int |
hashCode() |
void |
setByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSet 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 the
GetByteMatchSet request. |
public void setByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request. For more information, see the
following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object
contains FieldToMatch, PositionalConstraint
,
TargetString
, and TextTransformation
Data
and Type
byteMatchSet
- Information about the ByteMatchSet that you specified in
the GetByteMatchSet
request. For more information,
see the following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object contains FieldToMatch,
PositionalConstraint
, TargetString
, and
TextTransformation
Data
and
Type
public ByteMatchSet getByteMatchSet()
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request. For more information, see the
following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object
contains FieldToMatch, PositionalConstraint
,
TargetString
, and TextTransformation
Data
and Type
GetByteMatchSet
request. For more information,
see the following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object contains FieldToMatch,
PositionalConstraint
, TargetString
, and
TextTransformation
Data
and
Type
public GetByteMatchSetResult withByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request. For more information, see the
following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object
contains FieldToMatch, PositionalConstraint
,
TargetString
, and TextTransformation
Data
and Type
byteMatchSet
- Information about the ByteMatchSet that you specified in
the GetByteMatchSet
request. For more information,
see the following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object contains FieldToMatch,
PositionalConstraint
, TargetString
, and
TextTransformation
Data
and
Type
public String toString()
toString
in class Object
Object.toString()
public GetByteMatchSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.