@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 ID of the member that owns the node.
|
String |
getNetworkId()
The unique ID of the Managed Blockchain network to which the node belongs.
|
String |
getNodeId()
The unique ID of the node.
|
int |
hashCode() |
void |
setLogPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
|
void |
setMemberId(String memberId)
The unique ID of the member that owns the node.
|
void |
setNetworkId(String networkId)
The unique ID of the Managed Blockchain network to which the node belongs.
|
void |
setNodeId(String nodeId)
The unique ID 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 ID of the member that owns the node.
|
UpdateNodeRequest |
withNetworkId(String networkId)
The unique ID of the Managed Blockchain network to which the node belongs.
|
UpdateNodeRequest |
withNodeId(String nodeId)
The unique ID 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 ID of the Managed Blockchain network to which the node belongs.
networkId
- The unique ID of the Managed Blockchain network to which the node belongs.public String getNetworkId()
The unique ID of the Managed Blockchain network to which the node belongs.
public UpdateNodeRequest withNetworkId(String networkId)
The unique ID of the Managed Blockchain network to which the node belongs.
networkId
- The unique ID of the Managed Blockchain network to which the node belongs.public void setMemberId(String memberId)
The unique ID of the member that owns the node.
memberId
- The unique ID of the member that owns the node.public String getMemberId()
The unique ID of the member that owns the node.
public UpdateNodeRequest withMemberId(String memberId)
The unique ID of the member that owns the node.
memberId
- The unique ID of the member that owns the node.public void setNodeId(String nodeId)
The unique ID of the node.
nodeId
- The unique ID of the node.public String getNodeId()
The unique ID of the node.
public UpdateNodeRequest withNodeId(String nodeId)
The unique ID of the node.
nodeId
- The unique ID 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.