@Generated(value="software.amazon.awssdk:codegen") public final class NodeEthereumAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeEthereumAttributes.Builder,NodeEthereumAttributes>
Attributes of an Ethereum node.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NodeEthereumAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NodeEthereumAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
httpEndpoint()
The endpoint on which the Ethereum node listens to run Ethereum API methods over HTTP connections from a client.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NodeEthereumAttributes.Builder> |
serializableBuilderClass() |
NodeEthereumAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
webSocketEndpoint()
The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over WebSocket connections from
a client.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String httpEndpoint()
The endpoint on which the Ethereum node listens to run Ethereum API methods over HTTP connections from a client. Use this endpoint in client code for smart contracts when using an HTTP connection. Connections to this endpoint are authenticated using Signature Version 4.
public final String webSocketEndpoint()
The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over WebSocket connections from a client. Use this endpoint in client code for smart contracts when using a WebSocket connection. Connections to this endpoint are authenticated using Signature Version 4.
public NodeEthereumAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NodeEthereumAttributes.Builder,NodeEthereumAttributes>public static NodeEthereumAttributes.Builder builder()
public static Class<? extends NodeEthereumAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.