7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
50 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
89 bool m_vpcIdHasBeenSet =
false;
92 bool m_securityGroupIdsHasBeenSet =
false;
95 bool m_subnetsHasBeenSet =
false;
WorkforceVpcConfigRequest & WithVpcId(const char *value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
WorkforceVpcConfigRequest & AddSubnets(Aws::String &&value)
WorkforceVpcConfigRequest & AddSecurityGroupIds(const char *value)
WorkforceVpcConfigRequest & AddSecurityGroupIds(Aws::String &&value)
WorkforceVpcConfigRequest & WithVpcId(Aws::String &&value)
const Aws::String & GetVpcId() const
bool VpcIdHasBeenSet() const
WorkforceVpcConfigRequest & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
WorkforceVpcConfigRequest & AddSubnets(const char *value)
AWS_SAGEMAKER_API WorkforceVpcConfigRequest()
WorkforceVpcConfigRequest & AddSubnets(const Aws::String &value)
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
void SetSubnets(Aws::Vector< Aws::String > &&value)
WorkforceVpcConfigRequest & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
bool SubnetsHasBeenSet() const
void SetVpcId(const Aws::String &value)
void SetVpcId(const char *value)
WorkforceVpcConfigRequest & WithVpcId(const Aws::String &value)
void SetSubnets(const Aws::Vector< Aws::String > &value)
WorkforceVpcConfigRequest & WithSubnets(const Aws::Vector< Aws::String > &value)
AWS_SAGEMAKER_API WorkforceVpcConfigRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSubnets() const
AWS_SAGEMAKER_API WorkforceVpcConfigRequest(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupIdsHasBeenSet() const
void SetVpcId(Aws::String &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
WorkforceVpcConfigRequest & AddSecurityGroupIds(const Aws::String &value)
WorkforceVpcConfigRequest & WithSubnets(Aws::Vector< 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