public class DeleteByteMatchSetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
changeToken
The
ChangeToken that you used to submit the
DeleteByteMatchSet request. |
Constructor and Description |
---|
DeleteByteMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
DeleteByteMatchSetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChangeToken()
The
ChangeToken that you used to submit the
DeleteByteMatchSet request. |
int |
hashCode() |
void |
setChangeToken(java.lang.String changeToken)
The
ChangeToken that you used to submit the
DeleteByteMatchSet request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteByteMatchSetResult |
withChangeToken(java.lang.String changeToken)
The
ChangeToken that you used to submit the
DeleteByteMatchSet request. |
private java.lang.String changeToken
The ChangeToken
that you used to submit the
DeleteByteMatchSet
request. You can also use this value to
query the status of the request. For more information, see
GetChangeTokenStatus.
public void setChangeToken(java.lang.String changeToken)
The ChangeToken
that you used to submit the
DeleteByteMatchSet
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
DeleteByteMatchSet
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
DeleteByteMatchSet
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
DeleteByteMatchSet
request. You can also use this
value to query the status of the request. For more information,
see GetChangeTokenStatus.public DeleteByteMatchSetResult withChangeToken(java.lang.String changeToken)
The ChangeToken
that you used to submit the
DeleteByteMatchSet
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
DeleteByteMatchSet
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 DeleteByteMatchSetResult clone()
clone
in class java.lang.Object