7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
47 m_subnetIdsHasBeenSet =
true;
48 m_subnetIds = std::forward<SubnetIdsT>(value);
50 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
55 template <
typename SubnetIdsT = Aws::String>
57 m_subnetIdsHasBeenSet =
true;
58 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));
90 bool m_subnetIdsHasBeenSet =
false;
91 bool m_securityGroupIdsHasBeenSet =
false;
bool SubnetIdsHasBeenSet() const
AWS_BEDROCK_API VpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSubnetIds() const
AWS_BEDROCK_API VpcConfig()=default
VpcConfig & AddSecurityGroupIds(SecurityGroupIdsT &&value)
void SetSubnetIds(SubnetIdsT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool SecurityGroupIdsHasBeenSet() const
VpcConfig & AddSubnetIds(SubnetIdsT &&value)
VpcConfig & WithSubnetIds(SubnetIdsT &&value)
AWS_BEDROCK_API VpcConfig(Aws::Utils::Json::JsonView jsonValue)
VpcConfig & WithSecurityGroupIds(SecurityGroupIdsT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue