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); }
96 inline void SetVpcEndpointId(
const char* value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId.assign(value); }
104 bool m_vpcIdHasBeenSet =
false;
107 bool m_securityGroupIdsHasBeenSet =
false;
110 bool m_subnetsHasBeenSet =
false;
113 bool m_vpcEndpointIdHasBeenSet =
false;
bool VpcEndpointIdHasBeenSet() const
void SetVpcEndpointId(const Aws::String &value)
WorkforceVpcConfigResponse & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
bool VpcIdHasBeenSet() const
bool SecurityGroupIdsHasBeenSet() const
void SetVpcEndpointId(const char *value)
void SetVpcId(const Aws::String &value)
AWS_SAGEMAKER_API WorkforceVpcConfigResponse()
WorkforceVpcConfigResponse & AddSubnets(const Aws::String &value)
WorkforceVpcConfigResponse & AddSecurityGroupIds(Aws::String &&value)
WorkforceVpcConfigResponse & AddSubnets(const char *value)
WorkforceVpcConfigResponse & WithVpcId(const char *value)
AWS_SAGEMAKER_API WorkforceVpcConfigResponse(Aws::Utils::Json::JsonView jsonValue)
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
void SetVpcId(Aws::String &&value)
void SetVpcId(const char *value)
const Aws::String & GetVpcEndpointId() const
void SetVpcEndpointId(Aws::String &&value)
WorkforceVpcConfigResponse & WithVpcEndpointId(const Aws::String &value)
void SetSubnets(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetSubnets() const
bool SubnetsHasBeenSet() const
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
WorkforceVpcConfigResponse & WithVpcEndpointId(const char *value)
WorkforceVpcConfigResponse & WithSubnets(const Aws::Vector< Aws::String > &value)
WorkforceVpcConfigResponse & WithVpcId(Aws::String &&value)
WorkforceVpcConfigResponse & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
WorkforceVpcConfigResponse & AddSecurityGroupIds(const char *value)
WorkforceVpcConfigResponse & AddSubnets(Aws::String &&value)
void SetSubnets(Aws::Vector< Aws::String > &&value)
const Aws::String & GetVpcId() const
WorkforceVpcConfigResponse & WithVpcEndpointId(Aws::String &&value)
WorkforceVpcConfigResponse & AddSecurityGroupIds(const Aws::String &value)
AWS_SAGEMAKER_API WorkforceVpcConfigResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
WorkforceVpcConfigResponse & WithSubnets(Aws::Vector< Aws::String > &&value)
WorkforceVpcConfigResponse & WithVpcId(const Aws::String &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue