7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/guardduty/model/SecurityGroup.h>
56 inline VpcConfig&
AddSubnetIds(
const char* value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.push_back(value);
return *
this; }
67 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
89 bool m_subnetIdsHasBeenSet =
false;
92 bool m_vpcIdHasBeenSet =
false;
95 bool m_securityGroupsHasBeenSet =
false;
void SetSecurityGroups(const Aws::Vector< SecurityGroup > &value)
void SetVpcId(const char *value)
VpcConfig & WithVpcId(const char *value)
VpcConfig & AddSubnetIds(Aws::String &&value)
VpcConfig & WithVpcId(Aws::String &&value)
AWS_GUARDDUTY_API VpcConfig(Aws::Utils::Json::JsonView jsonValue)
VpcConfig & AddSubnetIds(const char *value)
VpcConfig & WithSecurityGroups(const Aws::Vector< SecurityGroup > &value)
const Aws::Vector< SecurityGroup > & GetSecurityGroups() const
VpcConfig & WithSubnetIds(Aws::Vector< Aws::String > &&value)
VpcConfig & WithVpcId(const Aws::String &value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
const Aws::String & GetVpcId() const
void SetVpcId(Aws::String &&value)
VpcConfig & AddSecurityGroups(const SecurityGroup &value)
VpcConfig & WithSecurityGroups(Aws::Vector< SecurityGroup > &&value)
AWS_GUARDDUTY_API VpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupsHasBeenSet() const
VpcConfig & AddSubnetIds(const Aws::String &value)
bool VpcIdHasBeenSet() const
AWS_GUARDDUTY_API VpcConfig()
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
VpcConfig & AddSecurityGroups(SecurityGroup &&value)
void SetVpcId(const Aws::String &value)
bool SubnetIdsHasBeenSet() const
void SetSecurityGroups(Aws::Vector< SecurityGroup > &&value)
VpcConfig & WithSubnetIds(const Aws::Vector< Aws::String > &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