7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AccessAnalyzer
53 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
61 bool m_vpcIdHasBeenSet =
false;
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ACCESSANALYZER_API VpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVpcId(Aws::String &&value)
VpcConfiguration & WithVpcId(const char *value)
const Aws::String & GetVpcId() const
void SetVpcId(const Aws::String &value)
bool VpcIdHasBeenSet() const
AWS_ACCESSANALYZER_API VpcConfiguration()
VpcConfiguration & WithVpcId(Aws::String &&value)
AWS_ACCESSANALYZER_API VpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
VpcConfiguration & WithVpcId(const Aws::String &value)
void SetVpcId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue