7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/JobPrimaryStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
45 m_statusHasBeenSet =
true;
60 template <
typename JobArnT = Aws::String>
62 m_jobArnHasBeenSet =
true;
63 m_jobArn = std::forward<JobArnT>(value);
65 template <
typename JobArnT = Aws::String>
78 template <
typename JobNameT = Aws::String>
80 m_jobNameHasBeenSet =
true;
81 m_jobName = std::forward<JobNameT>(value);
83 template <
typename JobNameT = Aws::String>
96 template <
typename DeviceT = Aws::String>
98 m_deviceHasBeenSet =
true;
99 m_device = std::forward<DeviceT>(value);
101 template <
typename DeviceT = Aws::String>
114 template <
typename CreatedAtT = Aws::Utils::DateTime>
116 m_createdAtHasBeenSet =
true;
117 m_createdAt = std::forward<CreatedAtT>(value);
119 template <
typename CreatedAtT = Aws::Utils::DateTime>
132 template <
typename StartedAtT = Aws::Utils::DateTime>
134 m_startedAtHasBeenSet =
true;
135 m_startedAt = std::forward<StartedAtT>(value);
137 template <
typename StartedAtT = Aws::Utils::DateTime>
150 template <
typename EndedAtT = Aws::Utils::DateTime>
152 m_endedAtHasBeenSet =
true;
153 m_endedAt = std::forward<EndedAtT>(value);
155 template <
typename EndedAtT = Aws::Utils::DateTime>
168 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
170 m_tagsHasBeenSet =
true;
171 m_tags = std::forward<TagsT>(value);
173 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
175 SetTags(std::forward<TagsT>(value));
178 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
180 m_tagsHasBeenSet =
true;
181 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
201 bool m_statusHasBeenSet =
false;
202 bool m_jobArnHasBeenSet =
false;
203 bool m_jobNameHasBeenSet =
false;
204 bool m_deviceHasBeenSet =
false;
205 bool m_createdAtHasBeenSet =
false;
206 bool m_startedAtHasBeenSet =
false;
207 bool m_endedAtHasBeenSet =
false;
208 bool m_tagsHasBeenSet =
false;
void SetCreatedAt(CreatedAtT &&value)
bool StatusHasBeenSet() const
AWS_BRAKET_API JobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedAtHasBeenSet() const
void SetStatus(JobPrimaryStatus value)
void SetJobName(JobNameT &&value)
JobSummary & WithCreatedAt(CreatedAtT &&value)
AWS_BRAKET_API JobSummary(Aws::Utils::Json::JsonView jsonValue)
JobSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
JobSummary & WithStartedAt(StartedAtT &&value)
void SetEndedAt(EndedAtT &&value)
JobSummary & WithJobArn(JobArnT &&value)
JobSummary & WithDevice(DeviceT &&value)
const Aws::String & GetJobName() const
JobSummary & WithTags(TagsT &&value)
const Aws::Utils::DateTime & GetEndedAt() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
const Aws::String & GetDevice() const
AWS_BRAKET_API JobSummary()=default
void SetTags(TagsT &&value)
bool EndedAtHasBeenSet() const
bool JobNameHasBeenSet() const
JobSummary & WithEndedAt(EndedAtT &&value)
const Aws::Utils::DateTime & GetStartedAt() const
bool StartedAtHasBeenSet() const
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetJobArn() const
bool JobArnHasBeenSet() const
void SetStartedAt(StartedAtT &&value)
JobPrimaryStatus GetStatus() const
void SetJobArn(JobArnT &&value)
void SetDevice(DeviceT &&value)
bool DeviceHasBeenSet() const
JobSummary & WithStatus(JobPrimaryStatus value)
JobSummary & WithJobName(JobNameT &&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