@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public SetCognitoEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.