7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.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));
75 template <
typename SubnetsT = Aws::Vector<Aws::String>>
77 m_subnetsHasBeenSet =
true;
78 m_subnets = std::forward<SubnetsT>(value);
80 template <
typename SubnetsT = Aws::Vector<Aws::String>>
85 template <
typename SubnetsT = Aws::String>
87 m_subnetsHasBeenSet =
true;
88 m_subnets.emplace_back(std::forward<SubnetsT>(value));
96 bool m_securityGroupIdsHasBeenSet =
false;
97 bool m_subnetsHasBeenSet =
false;
NeoVpcConfig & WithSecurityGroupIds(SecurityGroupIdsT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
void SetSubnets(SubnetsT &&value)
NeoVpcConfig & AddSubnets(SubnetsT &&value)
AWS_SAGEMAKER_API NeoVpcConfig(Aws::Utils::Json::JsonView jsonValue)
NeoVpcConfig & WithSubnets(SubnetsT &&value)
AWS_SAGEMAKER_API NeoVpcConfig()=default
const Aws::Vector< Aws::String > & GetSubnets() const
bool SubnetsHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
bool SecurityGroupIdsHasBeenSet() const
NeoVpcConfig & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_SAGEMAKER_API NeoVpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue