7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/synthetics/model/BrowserType.h>
11#include <aws/synthetics/model/BaseScreenshot.h>
55 template<
typename BaseScreenshotsT = Aws::Vector<BaseScreenshot>>
56 void SetBaseScreenshots(BaseScreenshotsT&& value) { m_baseScreenshotsHasBeenSet =
true; m_baseScreenshots = std::forward<BaseScreenshotsT>(value); }
57 template<
typename BaseScreenshotsT = Aws::Vector<BaseScreenshot>>
59 template<
typename BaseScreenshotsT = BaseScreenshot>
70 template<
typename BaseCanaryRunIdT = Aws::String>
71 void SetBaseCanaryRunId(BaseCanaryRunIdT&& value) { m_baseCanaryRunIdHasBeenSet =
true; m_baseCanaryRunId = std::forward<BaseCanaryRunIdT>(value); }
72 template<
typename BaseCanaryRunIdT = Aws::String>
88 bool m_baseScreenshotsHasBeenSet =
false;
91 bool m_baseCanaryRunIdHasBeenSet =
false;
94 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