7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/synthetics/Synthetics_EXPORTS.h>
9#include <aws/synthetics/model/CanaryRun.h>
42 template <
typename CanaryNameT = Aws::String>
44 m_canaryNameHasBeenSet =
true;
45 m_canaryName = std::forward<CanaryNameT>(value);
47 template <
typename CanaryNameT = Aws::String>
60 template <
typename LastRunT = CanaryRun>
62 m_lastRunHasBeenSet =
true;
63 m_lastRun = std::forward<LastRunT>(value);
65 template <
typename LastRunT = CanaryRun>
73 bool m_canaryNameHasBeenSet =
false;
76 bool m_lastRunHasBeenSet =
false;
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastRun(LastRunT &&value)
CanaryLastRun & WithLastRun(LastRunT &&value)
const Aws::String & GetCanaryName() const
AWS_SYNTHETICS_API CanaryLastRun()=default
AWS_SYNTHETICS_API CanaryLastRun & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCanaryName(CanaryNameT &&value)
AWS_SYNTHETICS_API CanaryLastRun(Aws::Utils::Json::JsonView jsonValue)
const CanaryRun & GetLastRun() const
CanaryLastRun & WithCanaryName(CanaryNameT &&value)
bool CanaryNameHasBeenSet() const
bool LastRunHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue