7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/synthetics/Synthetics_EXPORTS.h>
9#include <aws/synthetics/model/VpcConfigInput.h>
43 template <
typename LocationT = Aws::String>
45 m_locationHasBeenSet =
true;
46 m_location = std::forward<LocationT>(value);
48 template <
typename LocationT = Aws::String>
62 template <
typename VpcConfigT = VpcConfigInput>
64 m_vpcConfigHasBeenSet =
true;
65 m_vpcConfig = std::forward<VpcConfigT>(value);
67 template <
typename VpcConfigT = VpcConfigInput>
83 template <
typename KmsKeyArnT = Aws::String>
85 m_kmsKeyArnHasBeenSet =
true;
86 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
88 template <
typename KmsKeyArnT = Aws::String>
100 bool m_locationHasBeenSet =
false;
101 bool m_vpcConfigHasBeenSet =
false;
102 bool m_kmsKeyArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue