public class SetCognitoEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to configure Cognito Events"
"NOOP| Constructor and Description |
|---|
SetCognitoEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetCognitoEventsRequest |
addEventsEntry(String key,
String value) |
SetCognitoEventsRequest |
clearEventsEntries()
Removes all the entries added into Events.
|
SetCognitoEventsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Map<String,String> |
getEvents()
The events to configure
|
String |
getIdentityPoolId()
The Cognito Identity Pool to use when configuring Cognito Events
|
int |
hashCode() |
void |
setEvents(Map<String,String> events)
The events to configure
|
void |
setIdentityPoolId(String identityPoolId)
The Cognito Identity Pool to use when configuring Cognito Events
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetCognitoEventsRequest |
withEvents(Map<String,String> events)
The events to configure
|
SetCognitoEventsRequest |
withIdentityPoolId(String identityPoolId)
The Cognito Identity Pool to use when configuring Cognito Events
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIdentityPoolId(String identityPoolId)
The Cognito Identity Pool to use when configuring Cognito Events
identityPoolId - The Cognito Identity Pool to use when configuring Cognito Eventspublic String getIdentityPoolId()
The Cognito Identity Pool to use when configuring Cognito Events
public SetCognitoEventsRequest withIdentityPoolId(String identityPoolId)
The Cognito Identity Pool to use when configuring Cognito Events
identityPoolId - The Cognito Identity Pool to use when configuring Cognito Eventspublic Map<String,String> getEvents()
The events to configure
public void setEvents(Map<String,String> events)
The events to configure
events - The events to configurepublic SetCognitoEventsRequest withEvents(Map<String,String> events)
The events to configure
events - The events to configurepublic SetCognitoEventsRequest addEventsEntry(String key, String value)
public SetCognitoEventsRequest clearEventsEntries()
public String toString()
toString in class ObjectObject.toString()public SetCognitoEventsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.