@Generated(value="software.amazon.awssdk:codegen") public final class ListNetworksRequest extends ManagedBlockchainRequest implements ToCopyableBuilder<ListNetworksRequest.Builder,ListNetworksRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListNetworksRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListNetworksRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Framework |
framework()
An optional framework specifier.
|
String |
frameworkAsString()
An optional framework specifier.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of networks to list.
|
String |
name()
The name of the network.
|
String |
nextToken()
The pagination token that indicates the next set of results to retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListNetworksRequest.Builder> |
serializableBuilderClass() |
NetworkStatus |
status()
An optional status specifier.
|
String |
statusAsString()
An optional status specifier.
|
ListNetworksRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the network.
public final Framework framework()
An optional framework specifier. If provided, only networks of this framework type are listed.
If the service returns an enum value that is not available in the current SDK version, framework will
return Framework.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
frameworkAsString().
Frameworkpublic final String frameworkAsString()
An optional framework specifier. If provided, only networks of this framework type are listed.
If the service returns an enum value that is not available in the current SDK version, framework will
return Framework.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
frameworkAsString().
Frameworkpublic final NetworkStatus status()
An optional status specifier. If provided, only networks currently in this status are listed.
Applies only to Hyperledger Fabric.
If the service returns an enum value that is not available in the current SDK version, status will
return NetworkStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Applies only to Hyperledger Fabric.
NetworkStatuspublic final String statusAsString()
An optional status specifier. If provided, only networks currently in this status are listed.
Applies only to Hyperledger Fabric.
If the service returns an enum value that is not available in the current SDK version, status will
return NetworkStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Applies only to Hyperledger Fabric.
NetworkStatuspublic final Integer maxResults()
The maximum number of networks to list.
public final String nextToken()
The pagination token that indicates the next set of results to retrieve.
public ListNetworksRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListNetworksRequest.Builder,ListNetworksRequest>toBuilder in class ManagedBlockchainRequestpublic static ListNetworksRequest.Builder builder()
public static Class<? extends ListNetworksRequest.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.