7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
57 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
58 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
60 template<
typename SecurityGroupIdsT = Aws::String>
61 VpcConfig&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
75 template<
typename SubnetsT = Aws::Vector<Aws::String>>
76 void SetSubnets(SubnetsT&& value) { m_subnetsHasBeenSet =
true; m_subnets = std::forward<SubnetsT>(value); }
77 template<
typename SubnetsT = Aws::Vector<Aws::String>>
79 template<
typename SubnetsT = Aws::String>
80 VpcConfig&
AddSubnets(SubnetsT&& value) { m_subnetsHasBeenSet =
true; m_subnets.emplace_back(std::forward<SubnetsT>(value));
return *
this; }
85 bool m_securityGroupIdsHasBeenSet =
false;
88 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