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>
44 template <
typename ScreenshotNameT = Aws::String>
46 m_screenshotNameHasBeenSet =
true;
47 m_screenshotName = std::forward<ScreenshotNameT>(value);
49 template <
typename ScreenshotNameT = Aws::String>
66 template <
typename IgnoreCoordinatesT = Aws::Vector<Aws::String>>
68 m_ignoreCoordinatesHasBeenSet =
true;
69 m_ignoreCoordinates = std::forward<IgnoreCoordinatesT>(value);
71 template <
typename IgnoreCoordinatesT = Aws::Vector<Aws::String>>
76 template <
typename IgnoreCoordinatesT = Aws::String>
78 m_ignoreCoordinatesHasBeenSet =
true;
79 m_ignoreCoordinates.emplace_back(std::forward<IgnoreCoordinatesT>(value));
87 bool m_screenshotNameHasBeenSet =
false;
88 bool m_ignoreCoordinatesHasBeenSet =
false;
BaseScreenshot & AddIgnoreCoordinates(IgnoreCoordinatesT &&value)
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool IgnoreCoordinatesHasBeenSet() const
AWS_SYNTHETICS_API BaseScreenshot()=default
AWS_SYNTHETICS_API BaseScreenshot(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetScreenshotName() const
bool ScreenshotNameHasBeenSet() const
void SetScreenshotName(ScreenshotNameT &&value)
BaseScreenshot & WithIgnoreCoordinates(IgnoreCoordinatesT &&value)
void SetIgnoreCoordinates(IgnoreCoordinatesT &&value)
BaseScreenshot & WithScreenshotName(ScreenshotNameT &&value)
const Aws::Vector< Aws::String > & GetIgnoreCoordinates() const
AWS_SYNTHETICS_API BaseScreenshot & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue