7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
89 template<
typename AddressAllocationIdsT = Aws::Vector<Aws::String>>
90 void SetAddressAllocationIds(AddressAllocationIdsT&& value) { m_addressAllocationIdsHasBeenSet =
true; m_addressAllocationIds = std::forward<AddressAllocationIdsT>(value); }
91 template<
typename AddressAllocationIdsT = Aws::Vector<Aws::String>>
93 template<
typename AddressAllocationIdsT = Aws::String>
94 EndpointDetails&
AddAddressAllocationIds(AddressAllocationIdsT&& value) { m_addressAllocationIdsHasBeenSet =
true; m_addressAllocationIds.emplace_back(std::forward<AddressAllocationIdsT>(value));
return *
this; }
105 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
106 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
107 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
109 template<
typename SubnetIdsT = Aws::String>
110 EndpointDetails&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
123 template<
typename VpcEndpo
intIdT = Aws::String>
124 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
125 template<
typename VpcEndpo
intIdT = Aws::String>
137 template<
typename VpcIdT = Aws::String>
138 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
139 template<
typename VpcIdT = Aws::String>
159 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
160 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
161 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
163 template<
typename SecurityGroupIdsT = Aws::String>
164 EndpointDetails&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
169 bool m_addressAllocationIdsHasBeenSet =
false;
172 bool m_subnetIdsHasBeenSet =
false;
175 bool m_vpcEndpointIdHasBeenSet =
false;
178 bool m_vpcIdHasBeenSet =
false;
181 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