public class CreateByteMatchSetResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateByteMatchSetResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateByteMatchSetResult |
clone() |
boolean |
equals(Object obj) |
ByteMatchSet |
getByteMatchSet()
A ByteMatchSet that contains no
ByteMatchTuple
objects. |
String |
getChangeToken()
The
ChangeToken that you used to submit the
CreateByteMatchSet request. |
int |
hashCode() |
void |
setByteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains no
ByteMatchTuple
objects. |
void |
setChangeToken(String changeToken)
The
ChangeToken that you used to submit the
CreateByteMatchSet request. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateByteMatchSetResult |
withByteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains no
ByteMatchTuple
objects. |
CreateByteMatchSetResult |
withChangeToken(String changeToken)
The
ChangeToken that you used to submit the
CreateByteMatchSet request. |
public void setByteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains no ByteMatchTuple
objects.
byteMatchSet - A ByteMatchSet that contains no ByteMatchTuple
objects.public ByteMatchSet getByteMatchSet()
A ByteMatchSet that contains no ByteMatchTuple
objects.
ByteMatchTuple objects.public CreateByteMatchSetResult withByteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains no ByteMatchTuple
objects.
byteMatchSet - A ByteMatchSet that contains no ByteMatchTuple
objects.public void setChangeToken(String changeToken)
The ChangeToken that you used to submit the
CreateByteMatchSet request. You can also use this value to
query the status of the request. For more information, see
GetChangeTokenStatus.
changeToken - The ChangeToken that you used to submit the
CreateByteMatchSet request. You can also use this
value to query the status of the request. For more information,
see GetChangeTokenStatus.public String getChangeToken()
The ChangeToken that you used to submit the
CreateByteMatchSet request. You can also use this value to
query the status of the request. For more information, see
GetChangeTokenStatus.
ChangeToken that you used to submit the
CreateByteMatchSet request. You can also use this
value to query the status of the request. For more information,
see GetChangeTokenStatus.public CreateByteMatchSetResult withChangeToken(String changeToken)
The ChangeToken that you used to submit the
CreateByteMatchSet request. You can also use this value to
query the status of the request. For more information, see
GetChangeTokenStatus.
changeToken - The ChangeToken that you used to submit the
CreateByteMatchSet request. You can also use this
value to query the status of the request. For more information,
see GetChangeTokenStatus.public String toString()
toString in class ObjectObject.toString()public CreateByteMatchSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.