7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/synthetics/Synthetics_EXPORTS.h>
10#include <aws/synthetics/model/BaseScreenshot.h>
11#include <aws/synthetics/model/BrowserType.h>
53 template <
typename BaseScreenshotsT = Aws::Vector<BaseScreenshot>>
55 m_baseScreenshotsHasBeenSet =
true;
56 m_baseScreenshots = std::forward<BaseScreenshotsT>(value);
58 template <
typename BaseScreenshotsT = Aws::Vector<BaseScreenshot>>
63 template <
typename BaseScreenshotsT = BaseScreenshot>
65 m_baseScreenshotsHasBeenSet =
true;
66 m_baseScreenshots.emplace_back(std::forward<BaseScreenshotsT>(value));
85 template <
typename BaseCanaryRunIdT = Aws::String>
87 m_baseCanaryRunIdHasBeenSet =
true;
88 m_baseCanaryRunId = std::forward<BaseCanaryRunIdT>(value);
90 template <
typename BaseCanaryRunIdT = Aws::String>
104 m_browserTypeHasBeenSet =
true;
105 m_browserType = value;
118 bool m_baseScreenshotsHasBeenSet =
false;
119 bool m_baseCanaryRunIdHasBeenSet =
false;
120 bool m_browserTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue