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()
boolean
The Cognito Events returned from the GetCognitoEvents requestint
hashCode()
void
The 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
The Cognito Events returned from the GetCognitoEvents request
- Returns:
- The Cognito Events returned from the GetCognitoEvents request
-
setEvents
The Cognito Events returned from the GetCognitoEvents request
- Parameters:
events
- The Cognito Events returned from the GetCognitoEvents request
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-