@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdminUserGlobalSignOutRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to sign out of all devices, as an administrator.
NOOP| Constructor and Description |
|---|
AdminUserGlobalSignOutRequest() |
| Modifier and Type | Method and Description |
|---|---|
AdminUserGlobalSignOutRequest |
clone() |
boolean |
equals(Object obj) |
String |
getUsername()
The username of the user that you want to query or modify.
|
String |
getUserPoolId()
The user pool ID.
|
int |
hashCode() |
void |
setUsername(String username)
The username of the user that you want to query or modify.
|
void |
setUserPoolId(String userPoolId)
The user pool ID.
|
String |
toString()
Returns a string representation of this object.
|
AdminUserGlobalSignOutRequest |
withUsername(String username)
The username of the user that you want to query or modify.
|
AdminUserGlobalSignOutRequest |
withUserPoolId(String userPoolId)
The user pool ID.
|
addHandlerContext, copyBaseTo, 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 setUserPoolId(String userPoolId)
The user pool ID.
userPoolId - The user pool ID.public String getUserPoolId()
The user pool ID.
public AdminUserGlobalSignOutRequest withUserPoolId(String userPoolId)
The user pool ID.
userPoolId - The user pool ID.public void setUsername(String username)
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username isn't an alias attribute in your
user pool, you can also use their sub in this request.
username - The username of the user that you want to query or modify. The value of this parameter is typically your
user's username, but it can be any of their alias attributes. If username isn't an alias
attribute in your user pool, you can also use their sub in this request.public String getUsername()
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username isn't an alias attribute in your
user pool, you can also use their sub in this request.
username isn't an alias
attribute in your user pool, you can also use their sub in this request.public AdminUserGlobalSignOutRequest withUsername(String username)
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username isn't an alias attribute in your
user pool, you can also use their sub in this request.
username - The username of the user that you want to query or modify. The value of this parameter is typically your
user's username, but it can be any of their alias attributes. If username isn't an alias
attribute in your user pool, you can also use their sub in this request.public String toString()
toString in class ObjectObject.toString()public AdminUserGlobalSignOutRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.