7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/fsx/FSxRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
46 template<
typename EnableFsxRouteTableUpdatesFromParticipantAccountsT = Aws::String>
47 void SetEnableFsxRouteTableUpdatesFromParticipantAccounts(EnableFsxRouteTableUpdatesFromParticipantAccountsT&& value) { m_enableFsxRouteTableUpdatesFromParticipantAccountsHasBeenSet =
true; m_enableFsxRouteTableUpdatesFromParticipantAccounts = std::forward<EnableFsxRouteTableUpdatesFromParticipantAccountsT>(value); }
48 template<
typename EnableFsxRouteTableUpdatesFromParticipantAccountsT = Aws::String>
56 template<
typename ClientRequestTokenT = Aws::String>
57 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
58 template<
typename ClientRequestTokenT = Aws::String>
63 Aws::String m_enableFsxRouteTableUpdatesFromParticipantAccounts;
64 bool m_enableFsxRouteTableUpdatesFromParticipantAccountsHasBeenSet =
false;
67 bool m_clientRequestTokenHasBeenSet =
true;
UpdateSharedVpcConfigurationRequest & WithClientRequestToken(ClientRequestTokenT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetEnableFsxRouteTableUpdatesFromParticipantAccounts() const
AWS_FSX_API UpdateSharedVpcConfigurationRequest()=default
bool EnableFsxRouteTableUpdatesFromParticipantAccountsHasBeenSet() const
AWS_FSX_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClientRequestToken() const
UpdateSharedVpcConfigurationRequest & WithEnableFsxRouteTableUpdatesFromParticipantAccounts(EnableFsxRouteTableUpdatesFromParticipantAccountsT &&value)
void SetEnableFsxRouteTableUpdatesFromParticipantAccounts(EnableFsxRouteTableUpdatesFromParticipantAccountsT &&value)
AWS_FSX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String