@Generated(value="software.amazon.awssdk:codegen") public final class ListGroupsForEntityRequest extends WorkMailRequest implements ToCopyableBuilder<ListGroupsForEntityRequest.Builder,ListGroupsForEntityRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGroupsForEntityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGroupsForEntityRequest.Builder |
builder() |
String |
entityId()
The identifier for the entity.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ListGroupsForEntityFilters |
filters()
Limit the search results based on the filter criteria.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return in a single call.
|
String |
nextToken()
The token to use to retrieve the next page of results.
|
String |
organizationId()
The identifier for the organization under which the entity exists.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListGroupsForEntityRequest.Builder> |
serializableBuilderClass() |
ListGroupsForEntityRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String organizationId()
The identifier for the organization under which the entity exists.
public final String entityId()
The identifier for the entity.
The entity ID can accept UserId or GroupID, Username or Groupname, or email.
Entity ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: entity@domain.tld
Entity name: entity
The entity ID can accept UserId or GroupID, Username or Groupname, or email.
Entity ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: entity@domain.tld
Entity name: entity
public final ListGroupsForEntityFilters filters()
Limit the search results based on the filter criteria.
public final String nextToken()
The token to use to retrieve the next page of results. The first call does not contain any tokens.
public final Integer maxResults()
The maximum number of results to return in a single call.
public ListGroupsForEntityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListGroupsForEntityRequest.Builder,ListGroupsForEntityRequest>toBuilder in class WorkMailRequestpublic static ListGroupsForEntityRequest.Builder builder()
public static Class<? extends ListGroupsForEntityRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.