@Generated(value="software.amazon.awssdk:codegen") public final class ListMembersRequest extends ManagedBlockchainRequest 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() |
Boolean |
isOwned()
An optional Boolean value.
|
Integer |
maxResults()
The maximum number of members to return in the request.
|
String |
name()
The optional name of the member to list.
|
String |
networkId()
The unique identifier of the network for which to list members.
|
String |
nextToken()
The pagination token that indicates the next set of results to retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListMembersRequest.Builder> |
serializableBuilderClass() |
MemberStatus |
status()
An optional status specifier.
|
String |
statusAsString()
An optional status specifier.
|
ListMembersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String networkId()
The unique identifier of the network for which to list members.
public final String name()
The optional name of the member to list.
public final MemberStatus status()
An optional status specifier. If provided, only members currently in this status are listed.
If the service returns an enum value that is not available in the current SDK version, status will
return MemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
MemberStatuspublic final String statusAsString()
An optional status specifier. If provided, only members currently in this status are listed.
If the service returns an enum value that is not available in the current SDK version, status will
return MemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
MemberStatuspublic final Boolean isOwned()
An optional Boolean value. If provided, the request is limited either to members that the current Amazon Web
Services account owns (true) or that other Amazon Web Services accountsn own (false).
If omitted, all members are listed.
true) or that other Amazon Web Services accountsn own (
false). If omitted, all members are listed.public final Integer maxResults()
The maximum number of members to return in the request.
public final String nextToken()
The pagination token that indicates the next set of results to retrieve.
public ListMembersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>toBuilder in class ManagedBlockchainRequestpublic 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 © 2023. All rights reserved.