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>
76 bool m_securityGroupIdsHasBeenSet =
false;
79 bool m_subnetsHasBeenSet =
false;
bool SubnetsHasBeenSet() const
RecommendationJobVpcConfig & AddSecurityGroupIds(Aws::String &&value)
void SetSubnets(const Aws::Vector< Aws::String > &value)
RecommendationJobVpcConfig & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
RecommendationJobVpcConfig & AddSecurityGroupIds(const Aws::String &value)
RecommendationJobVpcConfig & AddSubnets(const char *value)
AWS_SAGEMAKER_API RecommendationJobVpcConfig(Aws::Utils::Json::JsonView jsonValue)
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
RecommendationJobVpcConfig & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
RecommendationJobVpcConfig & WithSubnets(Aws::Vector< Aws::String > &&value)
AWS_SAGEMAKER_API RecommendationJobVpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
RecommendationJobVpcConfig & WithSubnets(const Aws::Vector< Aws::String > &value)
AWS_SAGEMAKER_API RecommendationJobVpcConfig()
void SetSubnets(Aws::Vector< Aws::String > &&value)
RecommendationJobVpcConfig & AddSecurityGroupIds(const char *value)
const Aws::Vector< Aws::String > & GetSubnets() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool SecurityGroupIdsHasBeenSet() const
RecommendationJobVpcConfig & AddSubnets(const Aws::String &value)
RecommendationJobVpcConfig & AddSubnets(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue