Class GetCognitoEventsResult
java.lang.Object
com.amazonaws.services.cognitosync.model.GetCognitoEventsResult
- All Implemented Interfaces:
Serializable, Cloneable
The response from the GetCognitoEvents request
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEventsEntry(String key, String value) Removes all the entries added into Events.clone()booleanThe Cognito Events returned from the GetCognitoEvents requestinthashCode()voidThe Cognito Events returned from the GetCognitoEvents requesttoString()Returns a string representation of this object; useful for testing and debugging.withEvents(Map<String, String> events) The Cognito Events returned from the GetCognitoEvents request
-
Constructor Details
-
GetCognitoEventsResult
public GetCognitoEventsResult()
-
-
Method Details
-
getEvents
-
setEvents
-
withEvents
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
-
clearEventsEntries
Removes all the entries added into Events. <p> Returns a reference to this object so that method calls can be chained together. -
toString
-
equals
-
hashCode
-
clone
-