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