public class CreateByteMatchSetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private ByteMatchSet |
byteMatchSet
A ByteMatchSet that contains no
ByteMatchTuple
objects. |
private java.lang.String |
changeToken
The
ChangeToken that you used to submit the
CreateByteMatchSet request. |
Constructor and Description |
---|
CreateByteMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateByteMatchSetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
ByteMatchSet |
getByteMatchSet()
A ByteMatchSet that contains no
ByteMatchTuple
objects. |
java.lang.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(java.lang.String changeToken)
The
ChangeToken that you used to submit the
CreateByteMatchSet request. |
java.lang.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(java.lang.String changeToken)
The
ChangeToken that you used to submit the
CreateByteMatchSet request. |
private ByteMatchSet byteMatchSet
A ByteMatchSet that contains no ByteMatchTuple
objects.
private java.lang.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.
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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateByteMatchSetResult clone()
clone
in class java.lang.Object