@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdminListGroupsForUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AdminListGroupsForUserRequest() |
| Modifier and Type | Method and Description |
|---|---|
AdminListGroupsForUserRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getLimit()
The limit of the request to list groups.
|
String |
getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
String |
getUsername()
The username for the user.
|
String |
getUserPoolId()
The user pool ID for the user pool.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The limit of the request to list groups.
|
void |
setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
void |
setUsername(String username)
The username for the user.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
String |
toString()
Returns a string representation of this object.
|
AdminListGroupsForUserRequest |
withLimit(Integer limit)
The limit of the request to list groups.
|
AdminListGroupsForUserRequest |
withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
AdminListGroupsForUserRequest |
withUsername(String username)
The username for the user.
|
AdminListGroupsForUserRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
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 setUsername(String username)
The username for the user.
username - The username for the user.public String getUsername()
The username for the user.
public AdminListGroupsForUserRequest withUsername(String username)
The username for the user.
username - The username for the user.public void setUserPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId - The user pool ID for the user pool.public String getUserPoolId()
The user pool ID for the user pool.
public AdminListGroupsForUserRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId - The user pool ID for the user pool.public void setLimit(Integer limit)
The limit of the request to list groups.
limit - The limit of the request to list groups.public Integer getLimit()
The limit of the request to list groups.
public AdminListGroupsForUserRequest withLimit(Integer limit)
The limit of the request to list groups.
limit - The limit of the request to list groups.public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public AdminListGroupsForUserRequest withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String toString()
toString in class ObjectObject.toString()public AdminListGroupsForUserRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.