@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCognitoEventsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response from the GetCognitoEvents request
Constructor and Description |
---|
GetCognitoEventsResult() |
Modifier and Type | Method and 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 request
|
int |
hashCode() |
void |
setEvents(Map<String,String> events)
The Cognito Events returned from the GetCognitoEvents request
|
String |
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
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> getEvents()
The Cognito Events returned from the GetCognitoEvents request
public void setEvents(Map<String,String> events)
The Cognito Events returned from the GetCognitoEvents request
events
- The Cognito Events returned from the GetCognitoEvents requestpublic GetCognitoEventsResult withEvents(Map<String,String> events)
The Cognito Events returned from the GetCognitoEvents request
events
- The Cognito Events returned from the GetCognitoEvents requestpublic GetCognitoEventsResult addEventsEntry(String key, String value)
public GetCognitoEventsResult clearEventsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetCognitoEventsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.