Class NodeEthereumAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.managedblockchain.model.NodeEthereumAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NodeEthereumAttributes.Builder,NodeEthereumAttributes>
@Generated("software.amazon.awssdk:codegen") public final class NodeEthereumAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeEthereumAttributes.Builder,NodeEthereumAttributes>
Attributes of an Ethereum node.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNodeEthereumAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeEthereumAttributes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhttpEndpoint()The endpoint on which the Ethereum node listens to run Ethereum API methods over HTTP connections from a client.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NodeEthereumAttributes.Builder>serializableBuilderClass()NodeEthereumAttributes.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwebSocketEndpoint()The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over WebSocket connections from a client.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
httpEndpoint
public 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.
- Returns:
- 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.
-
webSocketEndpoint
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.
- Returns:
- 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.
-
toBuilder
public NodeEthereumAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeEthereumAttributes.Builder,NodeEthereumAttributes>
-
builder
public static NodeEthereumAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends NodeEthereumAttributes.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-