7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fsx/FSxRequest.h>
10#include <aws/fsx/FSx_EXPORTS.h>
41 return m_enableFsxRouteTableUpdatesFromParticipantAccounts;
44 return m_enableFsxRouteTableUpdatesFromParticipantAccountsHasBeenSet;
46 template <
typename EnableFsxRouteTableUpdatesFromParticipantAccountsT = Aws::String>
48 m_enableFsxRouteTableUpdatesFromParticipantAccountsHasBeenSet =
true;
49 m_enableFsxRouteTableUpdatesFromParticipantAccounts = std::forward<EnableFsxRouteTableUpdatesFromParticipantAccountsT>(value);
51 template <
typename EnableFsxRouteTableUpdatesFromParticipantAccountsT = Aws::String>
53 EnableFsxRouteTableUpdatesFromParticipantAccountsT&& value) {
63 template <
typename ClientRequestTokenT = Aws::String>
65 m_clientRequestTokenHasBeenSet =
true;
66 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
68 template <
typename ClientRequestTokenT = Aws::String>
75 Aws::String m_enableFsxRouteTableUpdatesFromParticipantAccounts;
78 bool m_enableFsxRouteTableUpdatesFromParticipantAccountsHasBeenSet =
false;
79 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