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()
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
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public GetCognitoEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.