AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
WebAppEndpointDetails.h
1
6#pragma once
7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/WebAppVpcConfig.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Transfer {
20namespace Model {
21
29 public:
30 AWS_TRANSFER_API WebAppEndpointDetails() = default;
33 AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const WebAppVpcConfig& GetVpc() const { return m_vpc; }
40 inline bool VpcHasBeenSet() const { return m_vpcHasBeenSet; }
41 template <typename VpcT = WebAppVpcConfig>
42 void SetVpc(VpcT&& value) {
43 m_vpcHasBeenSet = true;
44 m_vpc = std::forward<VpcT>(value);
45 }
46 template <typename VpcT = WebAppVpcConfig>
48 SetVpc(std::forward<VpcT>(value));
49 return *this;
50 }
52 private:
53 WebAppVpcConfig m_vpc;
54 bool m_vpcHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Transfer
59} // namespace Aws
AWS_TRANSFER_API WebAppEndpointDetails()=default
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSFER_API WebAppEndpointDetails(Aws::Utils::Json::JsonView jsonValue)
WebAppEndpointDetails & WithVpc(VpcT &&value)
AWS_TRANSFER_API WebAppEndpointDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue