Class GetOpenIdTokenResult

    • Constructor Detail

      • GetOpenIdTokenResult

        public GetOpenIdTokenResult()
    • Method Detail

      • setIdentityId

        public void setIdentityId​(String identityId)
        A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.
        Parameters:
        identityId - A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.
      • getIdentityId

        public String getIdentityId()
        A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.
        Returns:
        A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.
      • withIdentityId

        public GetOpenIdTokenResult withIdentityId​(String identityId)
        A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.
        Parameters:
        identityId - A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setToken

        public void setToken​(String token)
        An OpenID token, valid for 15 minutes.
        Parameters:
        token - An OpenID token, valid for 15 minutes.
      • getToken

        public String getToken()
        An OpenID token, valid for 15 minutes.
        Returns:
        An OpenID token, valid for 15 minutes.
      • withToken

        public GetOpenIdTokenResult withToken​(String token)
        An OpenID token, valid for 15 minutes.
        Parameters:
        token - An OpenID token, valid for 15 minutes.
        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