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>
49 template <
typename BaseScreenshotsT = Aws::Vector<BaseScreenshot>>
51 m_baseScreenshotsHasBeenSet =
true;
52 m_baseScreenshots = std::forward<BaseScreenshotsT>(value);
54 template <
typename BaseScreenshotsT = Aws::Vector<BaseScreenshot>>
59 template <
typename BaseScreenshotsT = BaseScreenshot>
61 m_baseScreenshotsHasBeenSet =
true;
62 m_baseScreenshots.emplace_back(std::forward<BaseScreenshotsT>(value));
74 template <
typename BaseCanaryRunIdT = Aws::String>
76 m_baseCanaryRunIdHasBeenSet =
true;
77 m_baseCanaryRunId = std::forward<BaseCanaryRunIdT>(value);
79 template <
typename BaseCanaryRunIdT = Aws::String>
93 m_browserTypeHasBeenSet =
true;
94 m_browserType = value;
107 bool m_baseScreenshotsHasBeenSet =
false;
108 bool m_baseCanaryRunIdHasBeenSet =
false;
109 bool m_browserTypeHasBeenSet =
false;
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool BaseCanaryRunIdHasBeenSet() const
void SetBaseCanaryRunId(BaseCanaryRunIdT &&value)
AWS_SYNTHETICS_API VisualReferenceOutput()=default
VisualReferenceOutput & WithBrowserType(BrowserType value)
const Aws::String & GetBaseCanaryRunId() const
AWS_SYNTHETICS_API VisualReferenceOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
BrowserType GetBrowserType() const
void SetBaseScreenshots(BaseScreenshotsT &&value)
VisualReferenceOutput & WithBaseScreenshots(BaseScreenshotsT &&value)
void SetBrowserType(BrowserType value)
const Aws::Vector< BaseScreenshot > & GetBaseScreenshots() const
bool BrowserTypeHasBeenSet() const
VisualReferenceOutput & AddBaseScreenshots(BaseScreenshotsT &&value)
bool BaseScreenshotsHasBeenSet() const
AWS_SYNTHETICS_API VisualReferenceOutput(Aws::Utils::Json::JsonView jsonValue)
VisualReferenceOutput & WithBaseCanaryRunId(BaseCanaryRunIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue