Class GetCognitoEventsResult

java.lang.Object
com.amazonaws.services.cognitosync.model.GetCognitoEventsResult
All Implemented Interfaces:
Serializable, Cloneable

public class GetCognitoEventsResult extends Object implements Serializable, Cloneable

The response from the GetCognitoEvents request

See Also:
  • Constructor Details

    • GetCognitoEventsResult

      public GetCognitoEventsResult()
  • Method Details

    • 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.
    • addEventsEntry

      public GetCognitoEventsResult addEventsEntry(String key, String value)
    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public GetCognitoEventsResult clone()
      Overrides:
      clone in class Object