7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
83 template <
typename AddressAllocationIdsT = Aws::Vector<Aws::String>>
85 m_addressAllocationIdsHasBeenSet =
true;
86 m_addressAllocationIds = std::forward<AddressAllocationIdsT>(value);
88 template <
typename AddressAllocationIdsT = Aws::Vector<Aws::String>>
93 template <
typename AddressAllocationIdsT = Aws::String>
95 m_addressAllocationIdsHasBeenSet =
true;
96 m_addressAllocationIds.emplace_back(std::forward<AddressAllocationIdsT>(value));
109 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
111 m_subnetIdsHasBeenSet =
true;
112 m_subnetIds = std::forward<SubnetIdsT>(value);
114 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
119 template <
typename SubnetIdsT = Aws::String>
121 m_subnetIdsHasBeenSet =
true;
122 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
137 template <
typename VpcEndpo
intIdT = Aws::String>
139 m_vpcEndpointIdHasBeenSet =
true;
140 m_vpcEndpointId = std::forward<VpcEndpointIdT>(value);
142 template <
typename VpcEndpo
intIdT = Aws::String>
157 template <
typename VpcIdT = Aws::String>
159 m_vpcIdHasBeenSet =
true;
160 m_vpcId = std::forward<VpcIdT>(value);
162 template <
typename VpcIdT = Aws::String>
164 SetVpcId(std::forward<VpcIdT>(value));
192 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
194 m_securityGroupIdsHasBeenSet =
true;
195 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
197 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
202 template <
typename SecurityGroupIdsT = Aws::String>
204 m_securityGroupIdsHasBeenSet =
true;
205 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
219 bool m_addressAllocationIdsHasBeenSet =
false;
220 bool m_subnetIdsHasBeenSet =
false;
221 bool m_vpcEndpointIdHasBeenSet =
false;
222 bool m_vpcIdHasBeenSet =
false;
223 bool m_securityGroupIdsHasBeenSet =
false;
AWS_TRANSFER_API EndpointDetails(Aws::Utils::Json::JsonView jsonValue)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::Vector< Aws::String > & GetAddressAllocationIds() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
EndpointDetails & AddSubnetIds(SubnetIdsT &&value)
EndpointDetails & WithSecurityGroupIds(SecurityGroupIdsT &&value)
void SetVpcId(VpcIdT &&value)
void SetVpcEndpointId(VpcEndpointIdT &&value)
EndpointDetails & WithVpcId(VpcIdT &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
bool SubnetIdsHasBeenSet() const
AWS_TRANSFER_API EndpointDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSubnetIds(SubnetIdsT &&value)
const Aws::String & GetVpcId() const
bool VpcEndpointIdHasBeenSet() const
bool VpcIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
const Aws::String & GetVpcEndpointId() const
EndpointDetails & WithAddressAllocationIds(AddressAllocationIdsT &&value)
EndpointDetails & WithSubnetIds(SubnetIdsT &&value)
AWS_TRANSFER_API EndpointDetails()=default
bool AddressAllocationIdsHasBeenSet() const
EndpointDetails & AddSecurityGroupIds(SecurityGroupIdsT &&value)
void SetAddressAllocationIds(AddressAllocationIdsT &&value)
EndpointDetails & AddAddressAllocationIds(AddressAllocationIdsT &&value)
EndpointDetails & WithVpcEndpointId(VpcEndpointIdT &&value)
bool SecurityGroupIdsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue