7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AccessAnalyzer {
45 template <
typename VpcIdT = Aws::String>
47 m_vpcIdHasBeenSet =
true;
48 m_vpcId = std::forward<VpcIdT>(value);
50 template <
typename VpcIdT = Aws::String>
52 SetVpcId(std::forward<VpcIdT>(value));
58 bool m_vpcIdHasBeenSet =
false;
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ACCESSANALYZER_API VpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
VpcConfiguration & WithVpcId(VpcIdT &&value)
const Aws::String & GetVpcId() const
bool VpcIdHasBeenSet() const
void SetVpcId(VpcIdT &&value)
AWS_ACCESSANALYZER_API VpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ACCESSANALYZER_API VpcConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue