AWS SDK for C++

AWS SDK for C++ Version 1.11.758

Loading...
Searching...
No Matches
ConnectorEgressConfig.h
1
6#pragma once
7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/ConnectorVpcLatticeEgressConfig.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
31 public:
32 AWS_TRANSFER_API ConnectorEgressConfig() = default;
35 AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
43 inline const ConnectorVpcLatticeEgressConfig& GetVpcLattice() const { return m_vpcLattice; }
44 inline bool VpcLatticeHasBeenSet() const { return m_vpcLatticeHasBeenSet; }
45 template <typename VpcLatticeT = ConnectorVpcLatticeEgressConfig>
46 void SetVpcLattice(VpcLatticeT&& value) {
47 m_vpcLatticeHasBeenSet = true;
48 m_vpcLattice = std::forward<VpcLatticeT>(value);
49 }
50 template <typename VpcLatticeT = ConnectorVpcLatticeEgressConfig>
51 ConnectorEgressConfig& WithVpcLattice(VpcLatticeT&& value) {
52 SetVpcLattice(std::forward<VpcLatticeT>(value));
53 return *this;
54 }
56 private:
58 bool m_vpcLatticeHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace Transfer
63} // namespace Aws
AWS_TRANSFER_API ConnectorEgressConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API ConnectorEgressConfig()=default
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
ConnectorEgressConfig & WithVpcLattice(VpcLatticeT &&value)
AWS_TRANSFER_API ConnectorEgressConfig(Aws::Utils::Json::JsonView jsonValue)
const ConnectorVpcLatticeEgressConfig & GetVpcLattice() const
Aws::Utils::Json::JsonValue JsonValue