7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/synthetics/model/CanaryRunStatus.h>
10#include <aws/synthetics/model/CanaryRunTimeline.h>
50 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
51 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
65 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
104 inline void SetArtifactS3Location(
const char* value) { m_artifactS3LocationHasBeenSet =
true; m_artifactS3Location.assign(value); }
112 bool m_idHasBeenSet =
false;
115 bool m_nameHasBeenSet =
false;
118 bool m_statusHasBeenSet =
false;
121 bool m_timelineHasBeenSet =
false;
124 bool m_artifactS3LocationHasBeenSet =
false;
bool ArtifactS3LocationHasBeenSet() const
void SetName(const char *value)
bool StatusHasBeenSet() const
AWS_SYNTHETICS_API CanaryRun & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
CanaryRun & WithTimeline(CanaryRunTimeline &&value)
void SetStatus(CanaryRunStatus &&value)
CanaryRun & WithId(Aws::String &&value)
void SetId(const Aws::String &value)
CanaryRun & WithArtifactS3Location(const char *value)
CanaryRun & WithId(const char *value)
void SetId(const char *value)
void SetId(Aws::String &&value)
AWS_SYNTHETICS_API CanaryRun()
const CanaryRunTimeline & GetTimeline() const
const Aws::String & GetArtifactS3Location() const
CanaryRun & WithArtifactS3Location(const Aws::String &value)
void SetArtifactS3Location(const Aws::String &value)
CanaryRun & WithId(const Aws::String &value)
CanaryRun & WithName(const Aws::String &value)
CanaryRun & WithStatus(const CanaryRunStatus &value)
void SetTimeline(CanaryRunTimeline &&value)
bool TimelineHasBeenSet() const
void SetArtifactS3Location(Aws::String &&value)
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
CanaryRun & WithArtifactS3Location(Aws::String &&value)
const CanaryRunStatus & GetStatus() const
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArtifactS3Location(const char *value)
void SetName(Aws::String &&value)
AWS_SYNTHETICS_API CanaryRun(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
CanaryRun & WithTimeline(const CanaryRunTimeline &value)
void SetTimeline(const CanaryRunTimeline &value)
CanaryRun & WithName(const char *value)
CanaryRun & WithStatus(CanaryRunStatus &&value)
void SetStatus(const CanaryRunStatus &value)
CanaryRun & WithName(Aws::String &&value)
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue