@Generated(value="software.amazon.awssdk:codegen") public final class ListMembersRequest extends Macie2Request implements ToCopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListMembersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListMembersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of items to include in each page of a paginated response.
|
String |
nextToken()
The nextToken string that specifies which page of results to return in a paginated response.
|
String |
onlyAssociated()
Specifies which accounts to include in the response, based on the status of an account's relationship with the
administrator account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListMembersRequest.Builder> |
serializableBuilderClass() |
ListMembersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of items to include in each page of a paginated response.
public final String nextToken()
The nextToken string that specifies which page of results to return in a paginated response.
public final String onlyAssociated()
Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.
public ListMembersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>toBuilder in class Macie2Requestpublic static ListMembersRequest.Builder builder()
public static Class<? extends ListMembersRequest.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 © 2022. All rights reserved.