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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetCognitoEventsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCognitoEventsResult
addEventsEntry(String key, String value)
GetCognitoEventsResult
clearEventsEntries()
Removes all the entries added into Events.GetCognitoEventsResult
clone()
boolean
equals(Object obj)
Map<String,String>
getEvents()
The Cognito Events returned from the GetCognitoEvents requestint
hashCode()
void
setEvents(Map<String,String> events)
The Cognito Events returned from the GetCognitoEvents requestString
toString()
Returns a string representation of this object; useful for testing and debugging.GetCognitoEventsResult
withEvents(Map<String,String> events)
The Cognito Events returned from the GetCognitoEvents request
-
-
-
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.
-
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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetCognitoEventsResult clone()
-
-