@Generated(value="software.amazon.awssdk:codegen") public final class NetworkFrameworkAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFrameworkAttributes.Builder,NetworkFrameworkAttributes>
Attributes relevant to the network for the blockchain framework that the network uses.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkFrameworkAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NetworkFrameworkAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
NetworkEthereumAttributes |
ethereum()
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
|
NetworkFabricAttributes |
fabric()
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkFrameworkAttributes.Builder> |
serializableBuilderClass() |
NetworkFrameworkAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NetworkFabricAttributes fabric()
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
public final NetworkEthereumAttributes ethereum()
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
public NetworkFrameworkAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkFrameworkAttributes.Builder,NetworkFrameworkAttributes>public static NetworkFrameworkAttributes.Builder builder()
public static Class<? extends NetworkFrameworkAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.