7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
51 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
52 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
54 template<
typename SecurityGroupIdsT = Aws::String>
64 template<
typename SubnetsT = Aws::Vector<Aws::String>>
65 void SetSubnets(SubnetsT&& value) { m_subnetsHasBeenSet =
true; m_subnets = std::forward<SubnetsT>(value); }
66 template<
typename SubnetsT = Aws::Vector<Aws::String>>
68 template<
typename SubnetsT = Aws::String>
74 bool m_securityGroupIdsHasBeenSet =
false;
77 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