@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateNodeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateNodeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
NodeLogPublishingConfiguration |
getLogPublishingConfiguration()
Configuration properties for publishing to Amazon CloudWatch Logs.
|
String |
getMemberId()
The unique identifier of the member that owns the node.
|
String |
getNetworkId()
The unique identifier of the network that the node is on.
|
String |
getNodeId()
The unique identifier of the node.
|
int |
hashCode() |
void |
setLogPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
|
void |
setMemberId(String memberId)
The unique identifier of the member that owns the node.
|
void |
setNetworkId(String networkId)
The unique identifier of the network that the node is on.
|
void |
setNodeId(String nodeId)
The unique identifier of the node.
|
String |
toString()
Returns a string representation of this object.
|
UpdateNodeRequest |
withLogPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
|
UpdateNodeRequest |
withMemberId(String memberId)
The unique identifier of the member that owns the node.
|
UpdateNodeRequest |
withNetworkId(String networkId)
The unique identifier of the network that the node is on.
|
UpdateNodeRequest |
withNodeId(String nodeId)
The unique identifier of the node.
|
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, withSdkRequestTimeout
public void setNetworkId(String networkId)
The unique identifier of the network that the node is on.
networkId
- The unique identifier of the network that the node is on.public String getNetworkId()
The unique identifier of the network that the node is on.
public UpdateNodeRequest withNetworkId(String networkId)
The unique identifier of the network that the node is on.
networkId
- The unique identifier of the network that the node is on.public void setMemberId(String memberId)
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric.
memberId
- The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric.
public String getMemberId()
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric.
Applies only to Hyperledger Fabric.
public UpdateNodeRequest withMemberId(String memberId)
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric.
memberId
- The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric.
public void setNodeId(String nodeId)
The unique identifier of the node.
nodeId
- The unique identifier of the node.public String getNodeId()
The unique identifier of the node.
public UpdateNodeRequest withNodeId(String nodeId)
The unique identifier of the node.
nodeId
- The unique identifier of the node.public void setLogPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
logPublishingConfiguration
- Configuration properties for publishing to Amazon CloudWatch Logs.public NodeLogPublishingConfiguration getLogPublishingConfiguration()
Configuration properties for publishing to Amazon CloudWatch Logs.
public UpdateNodeRequest withLogPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
logPublishingConfiguration
- Configuration properties for publishing to Amazon CloudWatch Logs.public String toString()
toString
in class Object
Object.toString()
public UpdateNodeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()