@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupMembersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListGroupMembersRequest() |
Modifier and Type | Method and Description |
---|---|
ListGroupMembersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupId()
The identifier for the group to which the members (users or groups) are associated.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
String |
getOrganizationId()
The identifier for the organization under which the group exists.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The identifier for the group to which the members (users or groups) are associated.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the group exists.
|
String |
toString()
Returns a string representation of this object.
|
ListGroupMembersRequest |
withGroupId(String groupId)
The identifier for the group to which the members (users or groups) are associated.
|
ListGroupMembersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListGroupMembersRequest |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListGroupMembersRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the group exists.
|
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 setOrganizationId(String organizationId)
The identifier for the organization under which the group exists.
organizationId
- The identifier for the organization under which the group exists.public String getOrganizationId()
The identifier for the organization under which the group exists.
public ListGroupMembersRequest withOrganizationId(String organizationId)
The identifier for the organization under which the group exists.
organizationId
- The identifier for the organization under which the group exists.public void setGroupId(String groupId)
The identifier for the group to which the members (users or groups) are associated.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
groupId
- The identifier for the group to which the members (users or groups) are associated.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
public String getGroupId()
The identifier for the group to which the members (users or groups) are associated.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
public ListGroupMembersRequest withGroupId(String groupId)
The identifier for the group to which the members (users or groups) are associated.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
groupId
- The identifier for the group to which the members (users or groups) are associated.
The identifier can accept GroupId, Groupname, or email. The following identity formats are available:
Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: group@domain.tld
Group name: group
public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken
- The token to use to retrieve the next page of results. The first call does not contain any tokens.public String getNextToken()
The token to use to retrieve the next page of results. The first call does not contain any tokens.
public ListGroupMembersRequest withNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken
- The token to use to retrieve the next page of results. The first call does not contain any tokens.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public Integer getMaxResults()
The maximum number of results to return in a single call.
public ListGroupMembersRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public String toString()
toString
in class Object
Object.toString()
public ListGroupMembersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()