Class CreateByteMatchSetResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA ByteMatchSet that contains noByteMatchTupleobjects.TheChangeTokenthat you used to submit theCreateByteMatchSetrequest.inthashCode()voidsetByteMatchSet(ByteMatchSet byteMatchSet) A ByteMatchSet that contains noByteMatchTupleobjects.voidsetChangeToken(String changeToken) TheChangeTokenthat you used to submit theCreateByteMatchSetrequest.toString()Returns a string representation of this object; useful for testing and debugging.withByteMatchSet(ByteMatchSet byteMatchSet) A ByteMatchSet that contains noByteMatchTupleobjects.withChangeToken(String changeToken) TheChangeTokenthat you used to submit theCreateByteMatchSetrequest.
-
Constructor Details
-
CreateByteMatchSetResult
public CreateByteMatchSetResult()
-
-
Method Details
-
setByteMatchSet
A ByteMatchSet that contains no
ByteMatchTupleobjects.- Parameters:
byteMatchSet- A ByteMatchSet that contains noByteMatchTupleobjects.
-
getByteMatchSet
A ByteMatchSet that contains no
ByteMatchTupleobjects.- Returns:
- A ByteMatchSet that contains no
ByteMatchTupleobjects.
-
withByteMatchSet
A ByteMatchSet that contains no
ByteMatchTupleobjects.- Parameters:
byteMatchSet- A ByteMatchSet that contains noByteMatchTupleobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeToken
The
ChangeTokenthat you used to submit theCreateByteMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken- TheChangeTokenthat you used to submit theCreateByteMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
getChangeToken
The
ChangeTokenthat you used to submit theCreateByteMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- The
ChangeTokenthat you used to submit theCreateByteMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
withChangeToken
The
ChangeTokenthat you used to submit theCreateByteMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken- TheChangeTokenthat you used to submit theCreateByteMatchSetrequest. 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
-