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
42 template<
typename NetworkIdT = Aws::String>
43 void SetNetworkId(NetworkIdT&& value) { m_networkIdHasBeenSet =
true; m_networkId = std::forward<NetworkIdT>(value); }
44 template<
typename NetworkIdT = Aws::String>
55 template<
typename MemberIdT = Aws::String>
56 void SetMemberId(MemberIdT&& value) { m_memberIdHasBeenSet =
true; m_memberId = std::forward<MemberIdT>(value); }
57 template<
typename MemberIdT = Aws::String>
67 template<
typename NodeIdT = Aws::String>
68 void SetNodeId(NodeIdT&& value) { m_nodeIdHasBeenSet =
true; m_nodeId = std::forward<NodeIdT>(value); }
69 template<
typename NodeIdT = Aws::String>
79 template<
typename LogPublishingConfigurationT = NodeLogPublishingConfiguration>
80 void SetLogPublishingConfiguration(LogPublishingConfigurationT&& value) { m_logPublishingConfigurationHasBeenSet =
true; m_logPublishingConfiguration = std::forward<LogPublishingConfigurationT>(value); }
81 template<
typename LogPublishingConfigurationT = NodeLogPublishingConfiguration>
87 bool m_networkIdHasBeenSet =
false;
90 bool m_memberIdHasBeenSet =
false;
93 bool m_nodeIdHasBeenSet =
false;
96 bool m_logPublishingConfigurationHasBeenSet =
false;
AWS_MANAGEDBLOCKCHAIN_API Aws::String SerializePayload() const override
AWS_MANAGEDBLOCKCHAIN_API UpdateNodeRequest()=default
void SetNodeId(NodeIdT &&value)
virtual const char * GetServiceRequestName() const override
bool LogPublishingConfigurationHasBeenSet() const
void SetNetworkId(NetworkIdT &&value)
void SetLogPublishingConfiguration(LogPublishingConfigurationT &&value)
bool NetworkIdHasBeenSet() const
const Aws::String & GetMemberId() const
const Aws::String & GetNodeId() const
const Aws::String & GetNetworkId() const
UpdateNodeRequest & WithNodeId(NodeIdT &&value)
void SetMemberId(MemberIdT &&value)
UpdateNodeRequest & WithNetworkId(NetworkIdT &&value)
UpdateNodeRequest & WithLogPublishingConfiguration(LogPublishingConfigurationT &&value)
bool MemberIdHasBeenSet() const
bool NodeIdHasBeenSet() const
const NodeLogPublishingConfiguration & GetLogPublishingConfiguration() const
UpdateNodeRequest & WithMemberId(MemberIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String