@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlobalSignOutRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to sign out all devices.
NOOP| Constructor and Description |
|---|
GlobalSignOutRequest() |
| Modifier and Type | Method and Description |
|---|---|
GlobalSignOutRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccessToken()
A valid access token that Amazon Cognito issued to the user who you want to sign out.
|
int |
hashCode() |
void |
setAccessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user who you want to sign out.
|
String |
toString()
Returns a string representation of this object.
|
GlobalSignOutRequest |
withAccessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user who you want to sign out.
|
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, withSdkRequestTimeoutpublic void setAccessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user who you want to sign out.
accessToken - A valid access token that Amazon Cognito issued to the user who you want to sign out.public String getAccessToken()
A valid access token that Amazon Cognito issued to the user who you want to sign out.
public GlobalSignOutRequest withAccessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user who you want to sign out.
accessToken - A valid access token that Amazon Cognito issued to the user who you want to sign out.public String toString()
toString in class ObjectObject.toString()public GlobalSignOutRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()