@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUserGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListUserGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListUserGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The AWS Account ID that the user is in.
|
Integer |
getMaxResults()
The maximum number of results to return from this request.
|
String |
getNamespace()
The namespace.
|
String |
getNextToken()
A pagination token that can be used in a subsequent request.
|
String |
getUserName()
The name of the user that you want to list groups for.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The AWS Account ID that the user is in.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return from this request.
|
void |
setNamespace(String namespace)
The namespace.
|
void |
setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
void |
setUserName(String userName)
The name of the user that you want to list groups for.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListUserGroupsRequest |
withAwsAccountId(String awsAccountId)
The AWS Account ID that the user is in.
|
ListUserGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return from this request.
|
ListUserGroupsRequest |
withNamespace(String namespace)
The namespace.
|
ListUserGroupsRequest |
withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListUserGroupsRequest |
withUserName(String userName)
The name of the user that you want to list groups for.
|
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 setUserName(String userName)
The name of the user that you want to list groups for.
userName
- The name of the user that you want to list groups for.public String getUserName()
The name of the user that you want to list groups for.
public ListUserGroupsRequest withUserName(String userName)
The name of the user that you want to list groups for.
userName
- The name of the user that you want to list groups for.public void setAwsAccountId(String awsAccountId)
The AWS Account ID that the user is in. Currently, use the AWS Account ID which contains your Amazon QuickSight account.
awsAccountId
- The AWS Account ID that the user is in. Currently, use the AWS Account ID which contains your Amazon
QuickSight account.public String getAwsAccountId()
The AWS Account ID that the user is in. Currently, use the AWS Account ID which contains your Amazon QuickSight account.
public ListUserGroupsRequest withAwsAccountId(String awsAccountId)
The AWS Account ID that the user is in. Currently, use the AWS Account ID which contains your Amazon QuickSight account.
awsAccountId
- The AWS Account ID that the user is in. Currently, use the AWS Account ID which contains your Amazon
QuickSight account.public void setNamespace(String namespace)
The namespace. Currently, you should set this to default
.
namespace
- The namespace. Currently, you should set this to default
.public String getNamespace()
The namespace. Currently, you should set this to default
.
default
.public ListUserGroupsRequest withNamespace(String namespace)
The namespace. Currently, you should set this to default
.
namespace
- The namespace. Currently, you should set this to default
.public void setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken
- A pagination token that can be used in a subsequent request.public String getNextToken()
A pagination token that can be used in a subsequent request.
public ListUserGroupsRequest withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken
- A pagination token that can be used in a subsequent request.public void setMaxResults(Integer maxResults)
The maximum number of results to return from this request.
maxResults
- The maximum number of results to return from this request.public Integer getMaxResults()
The maximum number of results to return from this request.
public ListUserGroupsRequest withMaxResults(Integer maxResults)
The maximum number of results to return from this request.
maxResults
- The maximum number of results to return from this request.public String toString()
toString
in class Object
Object.toString()
public ListUserGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.