public class GetCognitoEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request for a list of the configured Cognito Events
NOOP| Constructor and Description |
|---|
GetCognitoEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetCognitoEventsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getIdentityPoolId()
The Cognito Identity Pool ID for the request
|
int |
hashCode() |
void |
setIdentityPoolId(String identityPoolId)
The Cognito Identity Pool ID for the request
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetCognitoEventsRequest |
withIdentityPoolId(String identityPoolId)
The Cognito Identity Pool ID for the request
|
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 ID for the request
identityPoolId - The Cognito Identity Pool ID for the requestpublic String getIdentityPoolId()
The Cognito Identity Pool ID for the request
public GetCognitoEventsRequest withIdentityPoolId(String identityPoolId)
The Cognito Identity Pool ID for the request
identityPoolId - The Cognito Identity Pool ID for the requestpublic String toString()
toString in class ObjectObject.toString()public GetCognitoEventsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.