AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
PrivateNetworkConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mailmanager/MailManager_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MailManager {
20namespace Model {
21
29 public:
30 AWS_MAILMANAGER_API PrivateNetworkConfiguration() = default;
33 AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetVpcEndpointId() const { return m_vpcEndpointId; }
41 inline bool VpcEndpointIdHasBeenSet() const { return m_vpcEndpointIdHasBeenSet; }
42 template <typename VpcEndpointIdT = Aws::String>
43 void SetVpcEndpointId(VpcEndpointIdT&& value) {
44 m_vpcEndpointIdHasBeenSet = true;
45 m_vpcEndpointId = std::forward<VpcEndpointIdT>(value);
46 }
47 template <typename VpcEndpointIdT = Aws::String>
49 SetVpcEndpointId(std::forward<VpcEndpointIdT>(value));
50 return *this;
51 }
53 private:
54 Aws::String m_vpcEndpointId;
55 bool m_vpcEndpointIdHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace MailManager
60} // namespace Aws
AWS_MAILMANAGER_API PrivateNetworkConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MAILMANAGER_API PrivateNetworkConfiguration()=default
AWS_MAILMANAGER_API PrivateNetworkConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
PrivateNetworkConfiguration & WithVpcEndpointId(VpcEndpointIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue