7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
42 template <
typename VpcIdT = Aws::String>
44 m_vpcIdHasBeenSet =
true;
45 m_vpcId = std::forward<VpcIdT>(value);
47 template <
typename VpcIdT = Aws::String>
49 SetVpcId(std::forward<VpcIdT>(value));
60 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
62 m_subnetIdsHasBeenSet =
true;
63 m_subnetIds = std::forward<SubnetIdsT>(value);
65 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
70 template <
typename SubnetIdsT = Aws::String>
72 m_subnetIdsHasBeenSet =
true;
73 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
84 template <
typename SecurityGroupIdT = Aws::String>
86 m_securityGroupIdHasBeenSet =
true;
87 m_securityGroupId = std::forward<SecurityGroupIdT>(value);
89 template <
typename SecurityGroupIdT = Aws::String>
101 bool m_vpcIdHasBeenSet =
false;
102 bool m_subnetIdsHasBeenSet =
false;
103 bool m_securityGroupIdHasBeenSet =
false;
VpcPropertiesPatch & WithSecurityGroupId(SecurityGroupIdT &&value)
AWS_DATAZONE_API VpcPropertiesPatch()=default
void SetSecurityGroupId(SecurityGroupIdT &&value)
void SetVpcId(VpcIdT &&value)
const Aws::String & GetSecurityGroupId() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
VpcPropertiesPatch & WithSubnetIds(SubnetIdsT &&value)
bool SubnetIdsHasBeenSet() const
bool SecurityGroupIdHasBeenSet() const
const Aws::String & GetVpcId() const
AWS_DATAZONE_API VpcPropertiesPatch(Aws::Utils::Json::JsonView jsonValue)
VpcPropertiesPatch & WithVpcId(VpcIdT &&value)
bool VpcIdHasBeenSet() const
VpcPropertiesPatch & AddSubnetIds(SubnetIdsT &&value)
AWS_DATAZONE_API VpcPropertiesPatch & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() 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