AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ServiceNetworkEndpoint.h
1
6#pragma once
7#include <aws/odb/Odb_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/odb/model/VpcEndpointType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace odb
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_ODB_API ServiceNetworkEndpoint() = default;
40
41
43
46 inline const Aws::String& GetVpcEndpointId() const { return m_vpcEndpointId; }
47 inline bool VpcEndpointIdHasBeenSet() const { return m_vpcEndpointIdHasBeenSet; }
48 template<typename VpcEndpointIdT = Aws::String>
49 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet = true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
50 template<typename VpcEndpointIdT = Aws::String>
51 ServiceNetworkEndpoint& WithVpcEndpointId(VpcEndpointIdT&& value) { SetVpcEndpointId(std::forward<VpcEndpointIdT>(value)); return *this;}
53
55
59 inline VpcEndpointType GetVpcEndpointType() const { return m_vpcEndpointType; }
60 inline bool VpcEndpointTypeHasBeenSet() const { return m_vpcEndpointTypeHasBeenSet; }
61 inline void SetVpcEndpointType(VpcEndpointType value) { m_vpcEndpointTypeHasBeenSet = true; m_vpcEndpointType = value; }
64 private:
65
66 Aws::String m_vpcEndpointId;
67 bool m_vpcEndpointIdHasBeenSet = false;
68
70 bool m_vpcEndpointTypeHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace odb
75} // namespace Aws
AWS_ODB_API ServiceNetworkEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceNetworkEndpoint & WithVpcEndpointId(VpcEndpointIdT &&value)
AWS_ODB_API ServiceNetworkEndpoint(Aws::Utils::Json::JsonView jsonValue)
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ODB_API ServiceNetworkEndpoint()=default
ServiceNetworkEndpoint & WithVpcEndpointType(VpcEndpointType value)
void SetVpcEndpointId(VpcEndpointIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue