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>
48 template<
typename VpcIdT = Aws::String>
49 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
50 template<
typename VpcIdT = Aws::String>
61 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
62 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
63 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
65 template<
typename SecurityGroupIdsT = Aws::String>
75 template<
typename SubnetsT = Aws::Vector<Aws::String>>
76 void SetSubnets(SubnetsT&& value) { m_subnetsHasBeenSet =
true; m_subnets = std::forward<SubnetsT>(value); }
77 template<
typename SubnetsT = Aws::Vector<Aws::String>>
79 template<
typename SubnetsT = Aws::String>
85 bool m_vpcIdHasBeenSet =
false;
88 bool m_securityGroupIdsHasBeenSet =
false;
91 bool m_subnetsHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API WorkforceVpcConfigRequest()=default
WorkforceVpcConfigRequest & WithVpcId(VpcIdT &&value)
void SetVpcId(VpcIdT &&value)
WorkforceVpcConfigRequest & AddSubnets(SubnetsT &&value)
const Aws::String & GetVpcId() const
WorkforceVpcConfigRequest & WithSubnets(SubnetsT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
bool VpcIdHasBeenSet() const
WorkforceVpcConfigRequest & WithSecurityGroupIds(SecurityGroupIdsT &&value)
WorkforceVpcConfigRequest & AddSecurityGroupIds(SecurityGroupIdsT &&value)
bool SubnetsHasBeenSet() const
AWS_SAGEMAKER_API WorkforceVpcConfigRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetSubnets() const
void SetSubnets(SubnetsT &&value)
AWS_SAGEMAKER_API WorkforceVpcConfigRequest(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() 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