7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ManagedGrafana
79 bool m_securityGroupIdsHasBeenSet =
false;
82 bool m_subnetIdsHasBeenSet =
false;
VpcConfiguration & AddSubnetIds(const Aws::String &value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
VpcConfiguration & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
VpcConfiguration & AddSecurityGroupIds(const char *value)
bool SubnetIdsHasBeenSet() const
VpcConfiguration & AddSubnetIds(Aws::String &&value)
AWS_MANAGEDGRAFANA_API VpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
VpcConfiguration & AddSubnetIds(const char *value)
VpcConfiguration & WithSubnetIds(const Aws::Vector< Aws::String > &value)
AWS_MANAGEDGRAFANA_API VpcConfiguration()
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
AWS_MANAGEDGRAFANA_API VpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupIdsHasBeenSet() const
VpcConfiguration & WithSubnetIds(Aws::Vector< Aws::String > &&value)
VpcConfiguration & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
VpcConfiguration & AddSecurityGroupIds(Aws::String &&value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
VpcConfiguration & AddSecurityGroupIds(const Aws::String &value)
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&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