7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
50 template<
typename ScreenshotNameT = Aws::String>
51 void SetScreenshotName(ScreenshotNameT&& value) { m_screenshotNameHasBeenSet =
true; m_screenshotName = std::forward<ScreenshotNameT>(value); }
52 template<
typename ScreenshotNameT = Aws::String>
66 template<
typename IgnoreCoordinatesT = Aws::Vector<Aws::String>>
67 void SetIgnoreCoordinates(IgnoreCoordinatesT&& value) { m_ignoreCoordinatesHasBeenSet =
true; m_ignoreCoordinates = std::forward<IgnoreCoordinatesT>(value); }
68 template<
typename IgnoreCoordinatesT = Aws::Vector<Aws::String>>
70 template<
typename IgnoreCoordinatesT = Aws::String>
71 BaseScreenshot&
AddIgnoreCoordinates(IgnoreCoordinatesT&& value) { m_ignoreCoordinatesHasBeenSet =
true; m_ignoreCoordinates.emplace_back(std::forward<IgnoreCoordinatesT>(value));
return *
this; }
76 bool m_screenshotNameHasBeenSet =
false;
79 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