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 NameByteMatchTuples: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple object
contains FieldToMatch, PositionalConstraint,
TargetString, and TextTransformationData and Type
byteMatchSet - Information about the ByteMatchSet that you specified in
the GetByteMatchSet request. For more information,
see the following topics:
ByteMatchSetId,
ByteMatchTuples, and NameByteMatchTuples: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object contains FieldToMatch,
PositionalConstraint, TargetString, and
TextTransformationData and
Typepublic ByteMatchSet getByteMatchSet()
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. For more information, see the
following topics:
ByteMatchSetId,
ByteMatchTuples, and NameByteMatchTuples: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple object
contains FieldToMatch, PositionalConstraint,
TargetString, and TextTransformationData and Type
GetByteMatchSet request. For more information,
see the following topics:
ByteMatchSetId,
ByteMatchTuples, and NameByteMatchTuples: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object contains FieldToMatch,
PositionalConstraint, TargetString, and
TextTransformationData and
Typepublic 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 NameByteMatchTuples: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple object
contains FieldToMatch, PositionalConstraint,
TargetString, and TextTransformationData and Type
byteMatchSet - Information about the ByteMatchSet that you specified in
the GetByteMatchSet request. For more information,
see the following topics:
ByteMatchSetId,
ByteMatchTuples, and NameByteMatchTuples: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object contains FieldToMatch,
PositionalConstraint, TargetString, and
TextTransformationData and
Typepublic String toString()
toString in class ObjectObject.toString()public GetByteMatchSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.