Class GetCognitoEventsResult

    • Constructor Detail

      • GetCognitoEventsResult

        public GetCognitoEventsResult()
    • Method Detail

      • getEvents

        public Map<String,​String> getEvents()

        The Cognito Events returned from the GetCognitoEvents request

        Returns:
        The Cognito Events returned from the GetCognitoEvents request
      • setEvents

        public void setEvents​(Map<String,​String> events)

        The Cognito Events returned from the GetCognitoEvents request

        Parameters:
        events - The Cognito Events returned from the GetCognitoEvents request
      • withEvents

        public GetCognitoEventsResult withEvents​(Map<String,​String> events)

        The Cognito Events returned from the GetCognitoEvents request

        Parameters:
        events - The Cognito Events returned from the GetCognitoEvents request
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearEventsEntries

        public GetCognitoEventsResult clearEventsEntries()
        Removes all the entries added into Events. <p> 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