7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
50 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
52 m_securityGroupIdsHasBeenSet =
true;
53 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
55 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
60 template <
typename SecurityGroupIdsT = Aws::String>
62 m_securityGroupIdsHasBeenSet =
true;
63 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
79 template <
typename SubnetsT = Aws::Vector<Aws::String>>
81 m_subnetsHasBeenSet =
true;
82 m_subnets = std::forward<SubnetsT>(value);
84 template <
typename SubnetsT = Aws::Vector<Aws::String>>
89 template <
typename SubnetsT = Aws::String>
91 m_subnetsHasBeenSet =
true;
92 m_subnets.emplace_back(std::forward<SubnetsT>(value));
100 bool m_securityGroupIdsHasBeenSet =
false;
101 bool m_subnetsHasBeenSet =
false;
void SetSubnets(SubnetsT &&value)
bool SubnetsHasBeenSet() const
VpcConfig & AddSubnets(SubnetsT &&value)
const Aws::Vector< Aws::String > & GetSubnets() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
VpcConfig & WithSubnets(SubnetsT &&value)
VpcConfig & AddSecurityGroupIds(SecurityGroupIdsT &&value)
VpcConfig & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_COMPREHEND_API VpcConfig(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
AWS_COMPREHEND_API VpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHEND_API VpcConfig()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue