7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/managedblockchain/ManagedBlockchainRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/managedblockchain/model/NodeLogPublishingConfiguration.h>
15namespace ManagedBlockchain
44 inline void SetNetworkId(
const char* value) { m_networkIdHasBeenSet =
true; m_networkId.assign(value); }
59 inline void SetMemberId(
const char* value) { m_memberIdHasBeenSet =
true; m_memberId.assign(value); }
73 inline void SetNodeId(
const char* value) { m_nodeIdHasBeenSet =
true; m_nodeId.assign(value); }
93 bool m_networkIdHasBeenSet =
false;
96 bool m_memberIdHasBeenSet =
false;
99 bool m_nodeIdHasBeenSet =
false;
102 bool m_logPublishingConfigurationHasBeenSet =
false;
AWS_MANAGEDBLOCKCHAIN_API Aws::String SerializePayload() const override
UpdateNodeRequest & WithMemberId(Aws::String &&value)
UpdateNodeRequest & WithNetworkId(const Aws::String &value)
UpdateNodeRequest & WithLogPublishingConfiguration(const NodeLogPublishingConfiguration &value)
virtual const char * GetServiceRequestName() const override
UpdateNodeRequest & WithNodeId(const Aws::String &value)
bool LogPublishingConfigurationHasBeenSet() const
UpdateNodeRequest & WithNodeId(const char *value)
void SetNetworkId(Aws::String &&value)
void SetNodeId(Aws::String &&value)
void SetMemberId(const Aws::String &value)
void SetLogPublishingConfiguration(NodeLogPublishingConfiguration &&value)
AWS_MANAGEDBLOCKCHAIN_API UpdateNodeRequest()
bool NetworkIdHasBeenSet() const
UpdateNodeRequest & WithMemberId(const Aws::String &value)
const Aws::String & GetMemberId() const
const Aws::String & GetNodeId() const
UpdateNodeRequest & WithNodeId(Aws::String &&value)
const Aws::String & GetNetworkId() const
UpdateNodeRequest & WithMemberId(const char *value)
void SetLogPublishingConfiguration(const NodeLogPublishingConfiguration &value)
bool MemberIdHasBeenSet() const
void SetNodeId(const Aws::String &value)
bool NodeIdHasBeenSet() const
void SetNetworkId(const Aws::String &value)
const NodeLogPublishingConfiguration & GetLogPublishingConfiguration() const
UpdateNodeRequest & WithNetworkId(const char *value)
void SetNodeId(const char *value)
void SetMemberId(const char *value)
UpdateNodeRequest & WithLogPublishingConfiguration(NodeLogPublishingConfiguration &&value)
void SetMemberId(Aws::String &&value)
void SetNetworkId(const char *value)
UpdateNodeRequest & WithNetworkId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String