@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
GetCognitoEventsRequest |
withIdentityPoolId(String identityPoolId)
The Cognito Identity Pool ID for the request
|
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 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 Object
Object.toString()
public GetCognitoEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()