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>
44 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
46 m_securityGroupIdsHasBeenSet =
true;
47 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
49 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
54 template <
typename SecurityGroupIdsT = Aws::String>
56 m_securityGroupIdsHasBeenSet =
true;
57 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
68 template <
typename SubnetsT = Aws::Vector<Aws::String>>
70 m_subnetsHasBeenSet =
true;
71 m_subnets = std::forward<SubnetsT>(value);
73 template <
typename SubnetsT = Aws::Vector<Aws::String>>
78 template <
typename SubnetsT = Aws::String>
80 m_subnetsHasBeenSet =
true;
81 m_subnets.emplace_back(std::forward<SubnetsT>(value));
89 bool m_securityGroupIdsHasBeenSet =
false;
90 bool m_subnetsHasBeenSet =
false;
bool SubnetsHasBeenSet() const
AWS_SAGEMAKER_API RecommendationJobVpcConfig()=default
AWS_SAGEMAKER_API RecommendationJobVpcConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API RecommendationJobVpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
RecommendationJobVpcConfig & AddSecurityGroupIds(SecurityGroupIdsT &&value)
void SetSubnets(SubnetsT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
RecommendationJobVpcConfig & AddSubnets(SubnetsT &&value)
RecommendationJobVpcConfig & WithSubnets(SubnetsT &&value)
const Aws::Vector< Aws::String > & GetSubnets() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool SecurityGroupIdsHasBeenSet() const
RecommendationJobVpcConfig & WithSecurityGroupIds(SecurityGroupIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue