7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
10#include <aws/devops-agent/model/IpAddressType.h>
21namespace DevOpsAgent {
43 template <
typename HostAddressT = Aws::String>
45 m_hostAddressHasBeenSet =
true;
46 m_hostAddress = std::forward<HostAddressT>(value);
48 template <
typename HostAddressT = Aws::String>
61 template <
typename VpcIdT = Aws::String>
63 m_vpcIdHasBeenSet =
true;
64 m_vpcId = std::forward<VpcIdT>(value);
66 template <
typename VpcIdT = Aws::String>
68 SetVpcId(std::forward<VpcIdT>(value));
79 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
81 m_subnetIdsHasBeenSet =
true;
82 m_subnetIds = std::forward<SubnetIdsT>(value);
84 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
89 template <
typename SubnetIdsT = Aws::String>
91 m_subnetIdsHasBeenSet =
true;
92 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
104 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
106 m_securityGroupIdsHasBeenSet =
true;
107 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
109 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
114 template <
typename SecurityGroupIdsT = Aws::String>
116 m_securityGroupIdsHasBeenSet =
true;
117 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
129 m_ipAddressTypeHasBeenSet =
true;
130 m_ipAddressType = value;
146 m_ipv4AddressesPerEniHasBeenSet =
true;
147 m_ipv4AddressesPerEni = value;
161 template <
typename PortRangesT = Aws::Vector<Aws::String>>
163 m_portRangesHasBeenSet =
true;
164 m_portRanges = std::forward<PortRangesT>(value);
166 template <
typename PortRangesT = Aws::Vector<Aws::String>>
171 template <
typename PortRangesT = Aws::String>
173 m_portRangesHasBeenSet =
true;
174 m_portRanges.emplace_back(std::forward<PortRangesT>(value));
185 template <
typename CertificateT = Aws::String>
187 m_certificateHasBeenSet =
true;
188 m_certificate = std::forward<CertificateT>(value);
190 template <
typename CertificateT = Aws::String>
207 int m_ipv4AddressesPerEni{0};
212 bool m_hostAddressHasBeenSet =
false;
213 bool m_vpcIdHasBeenSet =
false;
214 bool m_subnetIdsHasBeenSet =
false;
215 bool m_securityGroupIdsHasBeenSet =
false;
216 bool m_ipAddressTypeHasBeenSet =
false;
217 bool m_ipv4AddressesPerEniHasBeenSet =
false;
218 bool m_portRangesHasBeenSet =
false;
219 bool m_certificateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue