@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupMembershipsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListGroupMembershipsRequest() |
Modifier and Type | Method and Description |
---|---|
ListGroupMembershipsRequest |
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.
|
String |
getGroupName()
The name of the group that you want to see a membership list of.
|
Integer |
getMaxResults()
The maximum number of results to return from this request.
|
String |
getNamespace()
The namespace of the group that you want a list of users 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 |
setGroupName(String groupName)
The name of the group that you want to see a membership list of.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return from this request.
|
void |
setNamespace(String namespace)
The namespace of the group that you want a list of users 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.
|
ListGroupMembershipsRequest |
withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in.
|
ListGroupMembershipsRequest |
withGroupName(String groupName)
The name of the group that you want to see a membership list of.
|
ListGroupMembershipsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return from this request.
|
ListGroupMembershipsRequest |
withNamespace(String namespace)
The namespace of the group that you want a list of users from.
|
ListGroupMembershipsRequest |
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 setGroupName(String groupName)
The name of the group that you want to see a membership list of.
groupName
- The name of the group that you want to see a membership list of.public String getGroupName()
The name of the group that you want to see a membership list of.
public ListGroupMembershipsRequest withGroupName(String groupName)
The name of the group that you want to see a membership list of.
groupName
- The name of the group that you want to see a membership list of.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 ListGroupMembershipsRequest 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 ListGroupMembershipsRequest 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 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 ListGroupMembershipsRequest 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 setNamespace(String namespace)
The namespace of the group that you want a list of users from.
namespace
- The namespace of the group that you want a list of users from.public String getNamespace()
The namespace of the group that you want a list of users from.
public ListGroupMembershipsRequest withNamespace(String namespace)
The namespace of the group that you want a list of users from.
namespace
- The namespace of the group that you want a list of users from.public String toString()
toString
in class Object
Object.toString()
public ListGroupMembershipsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()