7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
51 void SetSubnetIds(
SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
52 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
54 template<
typename SubnetIdsT = Aws::String>
65 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
67 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
69 template<
typename SecurityGroupIdsT = Aws::String>
75 bool m_subnetIdsHasBeenSet =
false;
78 bool m_securityGroupIdsHasBeenSet =
false;
void SetSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
DataSourceVpcConfiguration & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
DataSourceVpcConfiguration & AddSubnetIds(SubnetIdsT &&value)
bool SubnetIdsHasBeenSet() const
DataSourceVpcConfiguration & WithSubnetIds(SubnetIdsT &&value)
AWS_QBUSINESS_API DataSourceVpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
bool SecurityGroupIdsHasBeenSet() const
AWS_QBUSINESS_API DataSourceVpcConfiguration()=default
DataSourceVpcConfiguration & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_QBUSINESS_API DataSourceVpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSubnetIds() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue