7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
56 inline VpcConfig&
AddSubnetIds(
const char* value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.push_back(value);
return *
this; }
71 inline VpcConfig&
AddSecurityGroupIds(
const char* value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.push_back(value);
return *
this; }
76 bool m_subnetIdsHasBeenSet =
false;
79 bool m_securityGroupIdsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
VpcConfig & WithSubnetIds(const Aws::Vector< Aws::String > &value)
bool SubnetIdsHasBeenSet() const
VpcConfig & AddSubnetIds(const char *value)
VpcConfig & AddSubnetIds(const Aws::String &value)
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
bool SecurityGroupIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
VpcConfig & AddSecurityGroupIds(const Aws::String &value)
VpcConfig & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
VpcConfig & AddSecurityGroupIds(const char *value)
VpcConfig & AddSubnetIds(Aws::String &&value)
VpcConfig & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
AWS_APPSTREAM_API VpcConfig(Aws::Utils::Json::JsonView jsonValue)
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPSTREAM_API VpcConfig()
AWS_APPSTREAM_API VpcConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
VpcConfig & WithSubnetIds(Aws::Vector< Aws::String > &&value)
VpcConfig & AddSecurityGroupIds(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