@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
master 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 Integer maxResults()
The maximum number of items to include in each page of a paginated response.
public String nextToken()
The nextToken string that specifies which page of results to return in a paginated response.
public String onlyAssociated()
Specifies which accounts to include in the response, based on the status of an account's relationship with the master account. By default, the response includes only current member accounts. To include all accounts, set the value for this parameter 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.