7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kendra/Kendra_EXPORTS.h>
44 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
46 m_subnetIdsHasBeenSet =
true;
47 m_subnetIds = std::forward<SubnetIdsT>(value);
49 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
54 template <
typename SubnetIdsT = Aws::String>
56 m_subnetIdsHasBeenSet =
true;
57 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
69 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
71 m_securityGroupIdsHasBeenSet =
true;
72 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
74 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
79 template <
typename SecurityGroupIdsT = Aws::String>
81 m_securityGroupIdsHasBeenSet =
true;
82 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
88 bool m_subnetIdsHasBeenSet =
false;
91 bool m_securityGroupIdsHasBeenSet =
false;
AWS_KENDRA_API DataSourceVpcConfiguration()=default
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
void SetSubnetIds(SubnetIdsT &&value)
bool SecurityGroupIdsHasBeenSet() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
DataSourceVpcConfiguration & WithSecurityGroupIds(SecurityGroupIdsT &&value)
bool SubnetIdsHasBeenSet() const
DataSourceVpcConfiguration & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_KENDRA_API DataSourceVpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
DataSourceVpcConfiguration & AddSubnetIds(SubnetIdsT &&value)
AWS_KENDRA_API DataSourceVpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
DataSourceVpcConfiguration & WithSubnetIds(SubnetIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue