7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/braket/model/JobPrimaryStatus.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
65 inline void SetDevice(
const char* value) { m_deviceHasBeenSet =
true; m_device.assign(value); }
91 inline void SetJobArn(
const char* value) { m_jobArnHasBeenSet =
true; m_jobArn.assign(value); }
105 inline void SetJobName(
const char* value) { m_jobNameHasBeenSet =
true; m_jobName.assign(value); }
152 inline JobSummary&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
157 bool m_createdAtHasBeenSet =
false;
160 bool m_deviceHasBeenSet =
false;
163 bool m_endedAtHasBeenSet =
false;
166 bool m_jobArnHasBeenSet =
false;
169 bool m_jobNameHasBeenSet =
false;
172 bool m_startedAtHasBeenSet =
false;
175 bool m_statusHasBeenSet =
false;
178 bool m_tagsHasBeenSet =
false;
JobSummary & AddTags(const Aws::String &key, const Aws::String &value)
bool StatusHasBeenSet() const
AWS_BRAKET_API JobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedAtHasBeenSet() const
JobSummary & WithJobArn(Aws::String &&value)
JobSummary & WithStartedAt(const Aws::Utils::DateTime &value)
void SetStartedAt(const Aws::Utils::DateTime &value)
AWS_BRAKET_API JobSummary(Aws::Utils::Json::JsonView jsonValue)
JobSummary & WithJobName(const char *value)
JobSummary & WithEndedAt(Aws::Utils::DateTime &&value)
void SetJobArn(const char *value)
JobSummary & AddTags(const Aws::String &key, Aws::String &&value)
void SetDevice(const char *value)
void SetJobArn(Aws::String &&value)
JobSummary & WithDevice(Aws::String &&value)
void SetJobName(Aws::String &&value)
JobSummary & WithStatus(JobPrimaryStatus &&value)
JobSummary & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
JobSummary & WithStartedAt(Aws::Utils::DateTime &&value)
void SetStatus(const JobPrimaryStatus &value)
const JobPrimaryStatus & GetStatus() const
void SetJobName(const char *value)
const Aws::String & GetJobName() const
JobSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetEndedAt() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
bool TagsHasBeenSet() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
JobSummary & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::String & GetDevice() const
JobSummary & AddTags(const char *key, const char *value)
void SetEndedAt(Aws::Utils::DateTime &&value)
JobSummary & WithJobName(Aws::String &&value)
bool EndedAtHasBeenSet() const
JobSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
bool JobNameHasBeenSet() const
JobSummary & AddTags(Aws::String &&key, Aws::String &&value)
JobSummary & WithJobArn(const char *value)
const Aws::Utils::DateTime & GetStartedAt() const
void SetDevice(const Aws::String &value)
void SetStatus(JobPrimaryStatus &&value)
bool StartedAtHasBeenSet() const
JobSummary & WithDevice(const char *value)
void SetStartedAt(Aws::Utils::DateTime &&value)
JobSummary & AddTags(Aws::String &&key, const Aws::String &value)
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
JobSummary & WithDevice(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDevice(Aws::String &&value)
void SetEndedAt(const Aws::Utils::DateTime &value)
JobSummary & WithJobArn(const Aws::String &value)
const Aws::String & GetJobArn() const
bool JobArnHasBeenSet() const
void SetJobName(const Aws::String &value)
JobSummary & AddTags(Aws::String &&key, const char *value)
JobSummary & WithEndedAt(const Aws::Utils::DateTime &value)
JobSummary & WithStatus(const JobPrimaryStatus &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
JobSummary & AddTags(const char *key, Aws::String &&value)
AWS_BRAKET_API JobSummary()
void SetJobArn(const Aws::String &value)
bool DeviceHasBeenSet() const
JobSummary & WithJobName(const Aws::String &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue