@Generated(value="software.amazon.awssdk:codegen") public final class MemberFrameworkConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MemberFrameworkConfiguration.Builder,MemberFrameworkConfiguration>
Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MemberFrameworkConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MemberFrameworkConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
MemberFabricConfiguration |
fabric()
Attributes of Hyperledger Fabric for a member on 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 MemberFrameworkConfiguration.Builder> |
serializableBuilderClass() |
MemberFrameworkConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MemberFabricConfiguration fabric()
Attributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.
public MemberFrameworkConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MemberFrameworkConfiguration.Builder,MemberFrameworkConfiguration>public static MemberFrameworkConfiguration.Builder builder()
public static Class<? extends MemberFrameworkConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.