7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
10#include <aws/devicefarm/model/Counters.h>
11#include <aws/devicefarm/model/DeviceMinutes.h>
12#include <aws/devicefarm/model/ExecutionResult.h>
13#include <aws/devicefarm/model/ExecutionStatus.h>
14#include <aws/devicefarm/model/TestType.h>
35 AWS_DEVICEFARM_API
Suite() =
default;
46 template <
typename ArnT = Aws::String>
48 m_arnHasBeenSet =
true;
49 m_arn = std::forward<ArnT>(value);
51 template <
typename ArnT = Aws::String>
53 SetArn(std::forward<ArnT>(value));
64 template <
typename NameT = Aws::String>
66 m_nameHasBeenSet =
true;
67 m_name = std::forward<NameT>(value);
69 template <
typename NameT = Aws::String>
71 SetName(std::forward<NameT>(value));
90 m_typeHasBeenSet =
true;
105 template <
typename CreatedT = Aws::Utils::DateTime>
107 m_createdHasBeenSet =
true;
108 m_created = std::forward<CreatedT>(value);
110 template <
typename CreatedT = Aws::Utils::DateTime>
128 m_statusHasBeenSet =
true;
147 m_resultHasBeenSet =
true;
162 template <
typename StartedT = Aws::Utils::DateTime>
164 m_startedHasBeenSet =
true;
165 m_started = std::forward<StartedT>(value);
167 template <
typename StartedT = Aws::Utils::DateTime>
180 template <
typename StoppedT = Aws::Utils::DateTime>
182 m_stoppedHasBeenSet =
true;
183 m_stopped = std::forward<StoppedT>(value);
185 template <
typename StoppedT = Aws::Utils::DateTime>
198 template <
typename CountersT = Counters>
200 m_countersHasBeenSet =
true;
201 m_counters = std::forward<CountersT>(value);
203 template <
typename CountersT = Counters>
216 template <
typename MessageT = Aws::String>
218 m_messageHasBeenSet =
true;
219 m_message = std::forward<MessageT>(value);
221 template <
typename MessageT = Aws::String>
235 template <
typename DeviceMinutesT = DeviceMinutes>
237 m_deviceMinutesHasBeenSet =
true;
238 m_deviceMinutes = std::forward<DeviceMinutesT>(value);
240 template <
typename DeviceMinutesT = DeviceMinutes>
267 DeviceMinutes m_deviceMinutes;
268 bool m_arnHasBeenSet =
false;
269 bool m_nameHasBeenSet =
false;
270 bool m_typeHasBeenSet =
false;
271 bool m_createdHasBeenSet =
false;
272 bool m_statusHasBeenSet =
false;
273 bool m_resultHasBeenSet =
false;
274 bool m_startedHasBeenSet =
false;
275 bool m_stoppedHasBeenSet =
false;
276 bool m_countersHasBeenSet =
false;
277 bool m_messageHasBeenSet =
false;
278 bool m_deviceMinutesHasBeenSet =
false;
bool StatusHasBeenSet() const
void SetDeviceMinutes(DeviceMinutesT &&value)
Suite & WithStopped(StoppedT &&value)
const Aws::String & GetArn() const
AWS_DEVICEFARM_API Suite & operator=(Aws::Utils::Json::JsonView jsonValue)
ExecutionStatus GetStatus() const
const Aws::Utils::DateTime & GetStarted() const
bool ArnHasBeenSet() const
const Aws::String & GetName() const
void SetMessage(MessageT &&value)
void SetArn(ArnT &&value)
bool DeviceMinutesHasBeenSet() const
const Aws::String & GetMessage() const
void SetCounters(CountersT &&value)
bool StoppedHasBeenSet() const
Suite & WithCounters(CountersT &&value)
const DeviceMinutes & GetDeviceMinutes() const
Suite & WithStatus(ExecutionStatus value)
bool StartedHasBeenSet() const
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
Suite & WithDeviceMinutes(DeviceMinutesT &&value)
void SetStatus(ExecutionStatus value)
bool NameHasBeenSet() const
void SetResult(ExecutionResult value)
bool CreatedHasBeenSet() const
AWS_DEVICEFARM_API Suite(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreated() const
Suite & WithResult(ExecutionResult value)
Suite & WithArn(ArnT &&value)
bool MessageHasBeenSet() const
AWS_DEVICEFARM_API Suite()=default
const Aws::Utils::DateTime & GetStopped() const
Suite & WithType(TestType value)
void SetName(NameT &&value)
void SetStarted(StartedT &&value)
ExecutionResult GetResult() const
Suite & WithStarted(StartedT &&value)
bool CountersHasBeenSet() const
void SetType(TestType value)
bool TypeHasBeenSet() const
const Counters & GetCounters() const
bool ResultHasBeenSet() const
void SetStopped(StoppedT &&value)
Suite & WithName(NameT &&value)
void SetCreated(CreatedT &&value)
Suite & WithMessage(MessageT &&value)
Suite & WithCreated(CreatedT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue