@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetByteMatchSetResult extends AmazonWebServiceResult<ResponseMetadata> 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. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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
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
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
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
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
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
public String toString()
toString in class ObjectObject.toString()public GetByteMatchSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.