public class GetCognitoEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetCognitoEvents operation.
Gets the events and the corresponding Lambda functions associated with an identity pool.
This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.
NOOP| Constructor and Description |
|---|
GetCognitoEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetCognitoEventsRequest |
clone() |
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
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getIdentityPoolId()
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(String identityPoolId)
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The Cognito Identity Pool ID for the requestpublic GetCognitoEventsRequest withIdentityPoolId(String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The Cognito Identity Pool ID for the requestpublic String toString()
toString in class ObjectObject.toString()public GetCognitoEventsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.