@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateNodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateNodeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
String |
getMemberId()
The unique identifier of the member that owns this node.
|
String |
getNetworkId()
The unique identifier of the network for the node.
|
NodeConfiguration |
getNodeConfiguration()
The properties of a node configuration.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
void |
setMemberId(String memberId)
The unique identifier of the member that owns this node.
|
void |
setNetworkId(String networkId)
The unique identifier of the network for the node.
|
void |
setNodeConfiguration(NodeConfiguration nodeConfiguration)
The properties of a node configuration.
|
String |
toString()
Returns a string representation of this object.
|
CreateNodeRequest |
withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
CreateNodeRequest |
withMemberId(String memberId)
The unique identifier of the member that owns this node.
|
CreateNodeRequest |
withNetworkId(String networkId)
The unique identifier of the network for the node.
|
CreateNodeRequest |
withNodeConfiguration(NodeConfiguration nodeConfiguration)
The properties of a node configuration.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the AWS CLI.
clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An
idempotent operation completes no more than one time. This identifier is required only if you make a
service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the
AWS CLI.public String getClientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the AWS CLI.
public CreateNodeRequest withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the AWS CLI.
clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An
idempotent operation completes no more than one time. This identifier is required only if you make a
service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the
AWS CLI.public void setNetworkId(String networkId)
The unique identifier of the network for the node.
Ethereum public networks have the following NetworkIds:
n-ethereum-mainnet
n-ethereum-rinkeby
n-ethereum-ropsten
networkId - The unique identifier of the network for the node.
Ethereum public networks have the following NetworkIds:
n-ethereum-mainnet
n-ethereum-rinkeby
n-ethereum-ropsten
public String getNetworkId()
The unique identifier of the network for the node.
Ethereum public networks have the following NetworkIds:
n-ethereum-mainnet
n-ethereum-rinkeby
n-ethereum-ropsten
Ethereum public networks have the following NetworkIds:
n-ethereum-mainnet
n-ethereum-rinkeby
n-ethereum-ropsten
public CreateNodeRequest withNetworkId(String networkId)
The unique identifier of the network for the node.
Ethereum public networks have the following NetworkIds:
n-ethereum-mainnet
n-ethereum-rinkeby
n-ethereum-ropsten
networkId - The unique identifier of the network for the node.
Ethereum public networks have the following NetworkIds:
n-ethereum-mainnet
n-ethereum-rinkeby
n-ethereum-ropsten
public void setMemberId(String memberId)
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric.
memberId - The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric.
public String getMemberId()
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric.
Applies only to Hyperledger Fabric.
public CreateNodeRequest withMemberId(String memberId)
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric.
memberId - The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric.
public void setNodeConfiguration(NodeConfiguration nodeConfiguration)
The properties of a node configuration.
nodeConfiguration - The properties of a node configuration.public NodeConfiguration getNodeConfiguration()
The properties of a node configuration.
public CreateNodeRequest withNodeConfiguration(NodeConfiguration nodeConfiguration)
The properties of a node configuration.
nodeConfiguration - The properties of a node configuration.public String toString()
toString in class ObjectObject.toString()public CreateNodeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()