@Generated(value="software.amazon.awssdk:codegen") public final class ListMembersRequest extends DetectiveRequest 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) |
String |
graphArn()
The ARN of the behavior graph for which to retrieve the list of member accounts.
|
int |
hashCode() |
Integer |
maxResults()
The maximum number of member accounts to include in the response.
|
String |
nextToken()
For requests to retrieve the next page of member account results, the pagination token that was returned with the
previous page of results.
|
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 String graphArn()
The ARN of the behavior graph for which to retrieve the list of member accounts.
public final String nextToken()
For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.
public final Integer maxResults()
The maximum number of member accounts to include in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.
public ListMembersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>toBuilder in class DetectiveRequestpublic 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 © 2021. All rights reserved.