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 GetCognitoEventsResultaddEventsEntry(String key, String value)GetCognitoEventsResultclearEventsEntries()Removes all the entries added into Events.GetCognitoEventsResultclone()booleanequals(Object obj)Map<String,String>getEvents()The Cognito Events returned from the GetCognitoEvents requestinthashCode()voidsetEvents(Map<String,String> events)The Cognito Events returned from the GetCognitoEvents requestStringtoString()Returns a string representation of this object; useful for testing and debugging.GetCognitoEventsResultwithEvents(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetCognitoEventsResult clone()
-
-