@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 Amazon QuickSight user name that you want to list group memberships 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 Amazon QuickSight user name that you want to list group memberships for.
|
String |
toString()
Returns a string representation of this object.
|
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 Amazon QuickSight user name that you want to list group memberships 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 Amazon QuickSight user name that you want to list group memberships for.
userName
- The Amazon QuickSight user name that you want to list group memberships for.public String getUserName()
The Amazon QuickSight user name that you want to list group memberships for.
public ListUserGroupsRequest withUserName(String userName)
The Amazon QuickSight user name that you want to list group memberships for.
userName
- The Amazon QuickSight user name that you want to list group memberships for.public void setAwsAccountId(String awsAccountId)
The AWS account ID that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
awsAccountId
- The AWS account ID that the user is in. Currently, you use the ID for the AWS account that contains your
Amazon QuickSight account.public String getAwsAccountId()
The AWS account ID that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
public ListUserGroupsRequest withAwsAccountId(String awsAccountId)
The AWS account ID that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
awsAccountId
- The AWS account ID that the user is in. Currently, you use the ID for the AWS account that 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()