Class CreateByteMatchSetResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A ByteMatchSet that contains noByteMatchTuple
objects.TheChangeToken
that you used to submit theCreateByteMatchSet
request.int
hashCode()
void
setByteMatchSet
(ByteMatchSet byteMatchSet) A ByteMatchSet that contains noByteMatchTuple
objects.void
setChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateByteMatchSet
request.toString()
Returns a string representation of this object; useful for testing and debugging.withByteMatchSet
(ByteMatchSet byteMatchSet) A ByteMatchSet that contains noByteMatchTuple
objects.withChangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateByteMatchSet
request.
-
Constructor Details
-
CreateByteMatchSetResult
public CreateByteMatchSetResult()
-
-
Method Details
-
setByteMatchSet
A ByteMatchSet that contains no
ByteMatchTuple
objects.- Parameters:
byteMatchSet
- A ByteMatchSet that contains noByteMatchTuple
objects.
-
getByteMatchSet
A ByteMatchSet that contains no
ByteMatchTuple
objects.- Returns:
- A ByteMatchSet that contains no
ByteMatchTuple
objects.
-
withByteMatchSet
A ByteMatchSet that contains no
ByteMatchTuple
objects.- Parameters:
byteMatchSet
- A ByteMatchSet that contains noByteMatchTuple
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeToken
The
ChangeToken
that you used to submit theCreateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken
- TheChangeToken
that you used to submit theCreateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
getChangeToken
The
ChangeToken
that you used to submit theCreateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- The
ChangeToken
that you used to submit theCreateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
withChangeToken
The
ChangeToken
that you used to submit theCreateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken
- TheChangeToken
that you used to submit theCreateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-