AWS SDK for C++

AWS SDK for C++ Version 1.11.762

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