7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/synthetics/Synthetics_EXPORTS.h>
46 m_timeoutInSecondsHasBeenSet =
true;
47 m_timeoutInSeconds = value;
63 m_memoryInMBHasBeenSet =
true;
87 m_activeTracingHasBeenSet =
true;
88 m_activeTracing = value;
112 template <
typename EnvironmentVariablesT = Aws::Map<Aws::String, Aws::String>>
114 m_environmentVariablesHasBeenSet =
true;
115 m_environmentVariables = std::forward<EnvironmentVariablesT>(value);
117 template <
typename EnvironmentVariablesT = Aws::Map<Aws::String, Aws::String>>
122 template <
typename EnvironmentVariablesKeyT = Aws::String,
typename EnvironmentVariablesValueT = Aws::String>
124 m_environmentVariablesHasBeenSet =
true;
125 m_environmentVariables.emplace(std::forward<EnvironmentVariablesKeyT>(key), std::forward<EnvironmentVariablesValueT>(value));
141 m_ephemeralStorageHasBeenSet =
true;
142 m_ephemeralStorage = value;
150 int m_timeoutInSeconds{0};
151 bool m_timeoutInSecondsHasBeenSet =
false;
154 bool m_memoryInMBHasBeenSet =
false;
156 bool m_activeTracing{
false};
157 bool m_activeTracingHasBeenSet =
false;
160 bool m_environmentVariablesHasBeenSet =
false;
162 int m_ephemeralStorage{0};
163 bool m_ephemeralStorageHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue