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/MemberLogPublishingConfiguration.h>
15namespace ManagedBlockchain {
39 template <
typename NetworkIdT = Aws::String>
41 m_networkIdHasBeenSet =
true;
42 m_networkId = std::forward<NetworkIdT>(value);
44 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 LogPublishingConfigurationT = MemberLogPublishingConfiguration>
77 m_logPublishingConfigurationHasBeenSet =
true;
78 m_logPublishingConfiguration = std::forward<LogPublishingConfigurationT>(value);
80 template <
typename LogPublishingConfigurationT = MemberLogPublishingConfiguration>
92 bool m_networkIdHasBeenSet =
false;
93 bool m_memberIdHasBeenSet =
false;
94 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