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>
90 template<
typename VpcEndpo
intIdT = Aws::String>
91 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
92 template<
typename VpcEndpo
intIdT = Aws::String>
98 bool m_vpcIdHasBeenSet =
false;
101 bool m_securityGroupIdsHasBeenSet =
false;
104 bool m_subnetsHasBeenSet =
false;
107 bool m_vpcEndpointIdHasBeenSet =
false;
bool VpcEndpointIdHasBeenSet() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
bool VpcIdHasBeenSet() const
bool SecurityGroupIdsHasBeenSet() const
WorkforceVpcConfigResponse & WithVpcId(VpcIdT &&value)
WorkforceVpcConfigResponse & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_SAGEMAKER_API WorkforceVpcConfigResponse(Aws::Utils::Json::JsonView jsonValue)
void SetVpcEndpointId(VpcEndpointIdT &&value)
const Aws::String & GetVpcEndpointId() const
const Aws::Vector< Aws::String > & GetSubnets() const
bool SubnetsHasBeenSet() const
WorkforceVpcConfigResponse & AddSubnets(SubnetsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
AWS_SAGEMAKER_API WorkforceVpcConfigResponse()=default
WorkforceVpcConfigResponse & WithSubnets(SubnetsT &&value)
const Aws::String & GetVpcId() const
void SetSubnets(SubnetsT &&value)
WorkforceVpcConfigResponse & WithVpcEndpointId(VpcEndpointIdT &&value)
AWS_SAGEMAKER_API WorkforceVpcConfigResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVpcId(VpcIdT &&value)
WorkforceVpcConfigResponse & AddSecurityGroupIds(SecurityGroupIdsT &&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