AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateSharedVpcConfigurationRequest.h
1
6#pragma once
7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/fsx/FSxRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11#include <aws/core/utils/UUID.h>
12
13namespace Aws
14{
15namespace FSx
16{
17namespace Model
18{
19
23 {
24 public:
26
27 // Service request name is the Operation name which will send this request out,
28 // each operation should has unique request name, so that we can get operation's name from this request.
29 // Note: this is not true for response, multiple operations may have the same response name,
30 // so we can not get operation's name from response.
31 inline virtual const char* GetServiceRequestName() const override { return "UpdateSharedVpcConfiguration"; }
32
33 AWS_FSX_API Aws::String SerializePayload() const override;
34
36
37
39
44 inline const Aws::String& GetEnableFsxRouteTableUpdatesFromParticipantAccounts() const{ return m_enableFsxRouteTableUpdatesFromParticipantAccounts; }
45 inline bool EnableFsxRouteTableUpdatesFromParticipantAccountsHasBeenSet() const { return m_enableFsxRouteTableUpdatesFromParticipantAccountsHasBeenSet; }
46 inline void SetEnableFsxRouteTableUpdatesFromParticipantAccounts(const Aws::String& value) { m_enableFsxRouteTableUpdatesFromParticipantAccountsHasBeenSet = true; m_enableFsxRouteTableUpdatesFromParticipantAccounts = value; }
47 inline void SetEnableFsxRouteTableUpdatesFromParticipantAccounts(Aws::String&& value) { m_enableFsxRouteTableUpdatesFromParticipantAccountsHasBeenSet = true; m_enableFsxRouteTableUpdatesFromParticipantAccounts = std::move(value); }
48 inline void SetEnableFsxRouteTableUpdatesFromParticipantAccounts(const char* value) { m_enableFsxRouteTableUpdatesFromParticipantAccountsHasBeenSet = true; m_enableFsxRouteTableUpdatesFromParticipantAccounts.assign(value); }
53
55
56 inline const Aws::String& GetClientRequestToken() const{ return m_clientRequestToken; }
57 inline bool ClientRequestTokenHasBeenSet() const { return m_clientRequestTokenHasBeenSet; }
58 inline void SetClientRequestToken(const Aws::String& value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken = value; }
59 inline void SetClientRequestToken(Aws::String&& value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken = std::move(value); }
60 inline void SetClientRequestToken(const char* value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken.assign(value); }
63 inline UpdateSharedVpcConfigurationRequest& WithClientRequestToken(const char* value) { SetClientRequestToken(value); return *this;}
65 private:
66
67 Aws::String m_enableFsxRouteTableUpdatesFromParticipantAccounts;
68 bool m_enableFsxRouteTableUpdatesFromParticipantAccountsHasBeenSet = false;
69
70 Aws::String m_clientRequestToken;
71 bool m_clientRequestTokenHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace FSx
76} // namespace Aws
UpdateSharedVpcConfigurationRequest & WithClientRequestToken(const Aws::String &value)
UpdateSharedVpcConfigurationRequest & WithEnableFsxRouteTableUpdatesFromParticipantAccounts(const Aws::String &value)
AWS_FSX_API Aws::String SerializePayload() const override
UpdateSharedVpcConfigurationRequest & WithClientRequestToken(const char *value)
UpdateSharedVpcConfigurationRequest & WithClientRequestToken(Aws::String &&value)
UpdateSharedVpcConfigurationRequest & WithEnableFsxRouteTableUpdatesFromParticipantAccounts(Aws::String &&value)
AWS_FSX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateSharedVpcConfigurationRequest & WithEnableFsxRouteTableUpdatesFromParticipantAccounts(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String