Class GetChangeTokenResult

    • Constructor Detail

      • GetChangeTokenResult

        public GetChangeTokenResult()
    • Method Detail

      • setChangeToken

        public void setChangeToken​(String changeToken)

        The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

        Parameters:
        changeToken - The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.
      • getChangeToken

        public String getChangeToken()

        The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

        Returns:
        The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.
      • withChangeToken

        public GetChangeTokenResult withChangeToken​(String changeToken)

        The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.

        Parameters:
        changeToken - The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object