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>
50 template<
typename CreatedAtT = Aws::Utils::DateTime>
51 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
52 template<
typename CreatedAtT = Aws::Utils::DateTime>
63 template<
typename DeviceT = Aws::String>
64 void SetDevice(DeviceT&& value) { m_deviceHasBeenSet =
true; m_device = std::forward<DeviceT>(value); }
65 template<
typename DeviceT = Aws::String>
75 template<
typename EndedAtT = Aws::Utils::DateTime>
76 void SetEndedAt(EndedAtT&& value) { m_endedAtHasBeenSet =
true; m_endedAt = std::forward<EndedAtT>(value); }
77 template<
typename EndedAtT = Aws::Utils::DateTime>
87 template<
typename JobArnT = Aws::String>
88 void SetJobArn(JobArnT&& value) { m_jobArnHasBeenSet =
true; m_jobArn = std::forward<JobArnT>(value); }
89 template<
typename JobArnT = Aws::String>
99 template<
typename JobNameT = Aws::String>
100 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
101 template<
typename JobNameT = Aws::String>
111 template<
typename StartedAtT = Aws::Utils::DateTime>
112 void SetStartedAt(StartedAtT&& value) { m_startedAtHasBeenSet =
true; m_startedAt = std::forward<StartedAtT>(value); }
113 template<
typename StartedAtT = Aws::Utils::DateTime>
134 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
136 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
138 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
140 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
146 bool m_createdAtHasBeenSet =
false;
149 bool m_deviceHasBeenSet =
false;
152 bool m_endedAtHasBeenSet =
false;
155 bool m_jobArnHasBeenSet =
false;
158 bool m_jobNameHasBeenSet =
false;
161 bool m_startedAtHasBeenSet =
false;
164 bool m_statusHasBeenSet =
false;
167 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