7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/managedblockchain/ManagedBlockchainRequest.h>
9#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
10#include <aws/managedblockchain/model/NodeLogPublishingConfiguration.h>
15namespace ManagedBlockchain {
38 template <
typename NetworkIdT = Aws::String>
40 m_networkIdHasBeenSet =
true;
41 m_networkId = std::forward<NetworkIdT>(value);
43 template <
typename NetworkIdT = Aws::String>
57 template <
typename MemberIdT = Aws::String>
59 m_memberIdHasBeenSet =
true;
60 m_memberId = std::forward<MemberIdT>(value);
62 template <
typename MemberIdT = Aws::String>
75 template <
typename NodeIdT = Aws::String>
77 m_nodeIdHasBeenSet =
true;
78 m_nodeId = std::forward<NodeIdT>(value);
80 template <
typename NodeIdT = Aws::String>
93 template <
typename LogPublishingConfigurationT = NodeLogPublishingConfiguration>
95 m_logPublishingConfigurationHasBeenSet =
true;
96 m_logPublishingConfiguration = std::forward<LogPublishingConfigurationT>(value);
98 template <
typename LogPublishingConfigurationT = NodeLogPublishingConfiguration>
112 bool m_networkIdHasBeenSet =
false;
113 bool m_memberIdHasBeenSet =
false;
114 bool m_nodeIdHasBeenSet =
false;
115 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