7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/QuantumTaskStatus.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>
43 template <
typename QuantumTaskArnT = Aws::String>
45 m_quantumTaskArnHasBeenSet =
true;
46 m_quantumTaskArn = std::forward<QuantumTaskArnT>(value);
48 template <
typename QuantumTaskArnT = Aws::String>
62 m_statusHasBeenSet =
true;
77 template <
typename DeviceArnT = Aws::String>
79 m_deviceArnHasBeenSet =
true;
80 m_deviceArn = std::forward<DeviceArnT>(value);
82 template <
typename DeviceArnT = Aws::String>
93 inline long long GetShots()
const {
return m_shots; }
96 m_shotsHasBeenSet =
true;
111 template <
typename OutputS3BucketT = Aws::String>
113 m_outputS3BucketHasBeenSet =
true;
114 m_outputS3Bucket = std::forward<OutputS3BucketT>(value);
116 template <
typename OutputS3BucketT = Aws::String>
129 template <
typename OutputS3DirectoryT = Aws::String>
131 m_outputS3DirectoryHasBeenSet =
true;
132 m_outputS3Directory = std::forward<OutputS3DirectoryT>(value);
134 template <
typename OutputS3DirectoryT = Aws::String>
147 template <
typename CreatedAtT = Aws::Utils::DateTime>
149 m_createdAtHasBeenSet =
true;
150 m_createdAt = std::forward<CreatedAtT>(value);
152 template <
typename CreatedAtT = Aws::Utils::DateTime>
165 template <
typename EndedAtT = Aws::Utils::DateTime>
167 m_endedAtHasBeenSet =
true;
168 m_endedAt = std::forward<EndedAtT>(value);
170 template <
typename EndedAtT = Aws::Utils::DateTime>
183 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
185 m_tagsHasBeenSet =
true;
186 m_tags = std::forward<TagsT>(value);
188 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
190 SetTags(std::forward<TagsT>(value));
193 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
195 m_tagsHasBeenSet =
true;
196 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
207 long long m_shots{0};
218 bool m_quantumTaskArnHasBeenSet =
false;
219 bool m_statusHasBeenSet =
false;
220 bool m_deviceArnHasBeenSet =
false;
221 bool m_shotsHasBeenSet =
false;
222 bool m_outputS3BucketHasBeenSet =
false;
223 bool m_outputS3DirectoryHasBeenSet =
false;
224 bool m_createdAtHasBeenSet =
false;
225 bool m_endedAtHasBeenSet =
false;
226 bool m_tagsHasBeenSet =
false;
QuantumTaskStatus GetStatus() const
bool OutputS3BucketHasBeenSet() const
QuantumTaskSummary & WithCreatedAt(CreatedAtT &&value)
bool EndedAtHasBeenSet() const
AWS_BRAKET_API QuantumTaskSummary()=default
bool TagsHasBeenSet() const
const Aws::String & GetOutputS3Bucket() const
QuantumTaskSummary & WithTags(TagsT &&value)
long long GetShots() const
void SetEndedAt(EndedAtT &&value)
bool ShotsHasBeenSet() const
void SetQuantumTaskArn(QuantumTaskArnT &&value)
QuantumTaskSummary & WithShots(long long value)
const Aws::String & GetDeviceArn() const
void SetShots(long long value)
QuantumTaskSummary & WithStatus(QuantumTaskStatus value)
void SetOutputS3Directory(OutputS3DirectoryT &&value)
AWS_BRAKET_API QuantumTaskSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(CreatedAtT &&value)
QuantumTaskSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
QuantumTaskSummary & WithDeviceArn(DeviceArnT &&value)
bool QuantumTaskArnHasBeenSet() const
bool DeviceArnHasBeenSet() const
bool CreatedAtHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDeviceArn(DeviceArnT &&value)
void SetTags(TagsT &&value)
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
QuantumTaskSummary & WithOutputS3Bucket(OutputS3BucketT &&value)
QuantumTaskSummary & WithEndedAt(EndedAtT &&value)
const Aws::Utils::DateTime & GetEndedAt() const
void SetStatus(QuantumTaskStatus value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
QuantumTaskSummary & WithQuantumTaskArn(QuantumTaskArnT &&value)
void SetOutputS3Bucket(OutputS3BucketT &&value)
bool OutputS3DirectoryHasBeenSet() const
const Aws::String & GetOutputS3Directory() const
const Aws::String & GetQuantumTaskArn() const
AWS_BRAKET_API QuantumTaskSummary(Aws::Utils::Json::JsonView jsonValue)
QuantumTaskSummary & WithOutputS3Directory(OutputS3DirectoryT &&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