@Generated(value="software.amazon.awssdk:codegen") public final class ListNodesRequest extends ManagedBlockchainRequest implements ToCopyableBuilder<ListNodesRequest.Builder,ListNodesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListNodesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListNodesRequest.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 nodes to list.
|
String |
memberId()
The unique identifier of the member who owns the nodes to list.
|
String |
networkId()
The unique identifier of the network for which to list nodes.
|
String |
nextToken()
The pagination token that indicates the next set of results to retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListNodesRequest.Builder> |
serializableBuilderClass() |
NodeStatus |
status()
An optional status specifier.
|
String |
statusAsString()
An optional status specifier.
|
ListNodesRequest.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 nodes.
public final String memberId()
The unique identifier of the member who owns the nodes to list.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
public final NodeStatus status()
An optional status specifier. If provided, only nodes 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 NodeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
NodeStatuspublic final String statusAsString()
An optional status specifier. If provided, only nodes 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 NodeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
NodeStatuspublic final Integer maxResults()
The maximum number of nodes to list.
public final String nextToken()
The pagination token that indicates the next set of results to retrieve.
public ListNodesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListNodesRequest.Builder,ListNodesRequest>toBuilder in class ManagedBlockchainRequestpublic static ListNodesRequest.Builder builder()
public static Class<? extends ListNodesRequest.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.