7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetTimeoutInSeconds(
int value) { m_timeoutInSecondsHasBeenSet =
true; m_timeoutInSeconds = value; }
62 inline void SetMemoryInMB(
int value) { m_memoryInMBHasBeenSet =
true; m_memoryInMB = value; }
80 inline void SetActiveTracing(
bool value) { m_activeTracingHasBeenSet =
true; m_activeTracing = value; }
100 template<
typename EnvironmentVariablesT = Aws::Map<Aws::String, Aws::String>>
101 void SetEnvironmentVariables(EnvironmentVariablesT&& value) { m_environmentVariablesHasBeenSet =
true; m_environmentVariables = std::forward<EnvironmentVariablesT>(value); }
102 template<
typename EnvironmentVariablesT = Aws::Map<Aws::String, Aws::String>>
104 template<
typename EnvironmentVariablesKeyT = Aws::String,
typename EnvironmentVariablesValueT = Aws::String>
106 m_environmentVariablesHasBeenSet =
true; m_environmentVariables.emplace(std::forward<EnvironmentVariablesKeyT>(key), std::forward<EnvironmentVariablesValueT>(value));
return *
this;
120 inline void SetEphemeralStorage(
int value) { m_ephemeralStorageHasBeenSet =
true; m_ephemeralStorage = value; }
125 int m_timeoutInSeconds{0};
126 bool m_timeoutInSecondsHasBeenSet =
false;
129 bool m_memoryInMBHasBeenSet =
false;
131 bool m_activeTracing{
false};
132 bool m_activeTracingHasBeenSet =
false;
135 bool m_environmentVariablesHasBeenSet =
false;
137 int m_ephemeralStorage{0};
138 bool m_ephemeralStorageHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue