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/MemberLogPublishingConfiguration.h>
15namespace ManagedBlockchain
43 template<
typename NetworkIdT = Aws::String>
44 void SetNetworkId(NetworkIdT&& value) { m_networkIdHasBeenSet =
true; m_networkId = std::forward<NetworkIdT>(value); }
45 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 LogPublishingConfigurationT = MemberLogPublishingConfiguration>
68 void SetLogPublishingConfiguration(LogPublishingConfigurationT&& value) { m_logPublishingConfigurationHasBeenSet =
true; m_logPublishingConfiguration = std::forward<LogPublishingConfigurationT>(value); }
69 template<
typename LogPublishingConfigurationT = MemberLogPublishingConfiguration>
75 bool m_networkIdHasBeenSet =
false;
78 bool m_memberIdHasBeenSet =
false;
81 bool m_logPublishingConfigurationHasBeenSet =
false;
void SetNetworkId(NetworkIdT &&value)
bool LogPublishingConfigurationHasBeenSet() const
const Aws::String & GetNetworkId() const
AWS_MANAGEDBLOCKCHAIN_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
UpdateMemberRequest & WithNetworkId(NetworkIdT &&value)
const Aws::String & GetMemberId() const
void SetMemberId(MemberIdT &&value)
bool MemberIdHasBeenSet() const
const MemberLogPublishingConfiguration & GetLogPublishingConfiguration() const
bool NetworkIdHasBeenSet() const
AWS_MANAGEDBLOCKCHAIN_API UpdateMemberRequest()=default
UpdateMemberRequest & WithLogPublishingConfiguration(LogPublishingConfigurationT &&value)
void SetLogPublishingConfiguration(LogPublishingConfigurationT &&value)
UpdateMemberRequest & WithMemberId(MemberIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String