7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devicefarm/model/TestType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/devicefarm/model/ExecutionStatus.h>
12#include <aws/devicefarm/model/ExecutionResult.h>
13#include <aws/devicefarm/model/Counters.h>
14#include <aws/devicefarm/model/DeviceMinutes.h>
40 AWS_DEVICEFARM_API
Suite() =
default;
52 template<
typename ArnT = Aws::String>
53 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
54 template<
typename ArnT = Aws::String>
64 template<
typename NameT = Aws::String>
65 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
66 template<
typename NameT = Aws::String>
93 template<
typename CreatedT = Aws::Utils::DateTime>
94 void SetCreated(CreatedT&& value) { m_createdHasBeenSet =
true; m_created = std::forward<CreatedT>(value); }
95 template<
typename CreatedT = Aws::Utils::DateTime>
132 template<
typename StartedT = Aws::Utils::DateTime>
133 void SetStarted(StartedT&& value) { m_startedHasBeenSet =
true; m_started = std::forward<StartedT>(value); }
134 template<
typename StartedT = Aws::Utils::DateTime>
144 template<
typename StoppedT = Aws::Utils::DateTime>
145 void SetStopped(StoppedT&& value) { m_stoppedHasBeenSet =
true; m_stopped = std::forward<StoppedT>(value); }
146 template<
typename StoppedT = Aws::Utils::DateTime>
156 template<
typename CountersT = Counters>
157 void SetCounters(CountersT&& value) { m_countersHasBeenSet =
true; m_counters = std::forward<CountersT>(value); }
158 template<
typename CountersT = Counters>
168 template<
typename MessageT = Aws::String>
169 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
170 template<
typename MessageT = Aws::String>
181 template<
typename DeviceMinutesT = DeviceMinutes>
182 void SetDeviceMinutes(DeviceMinutesT&& value) { m_deviceMinutesHasBeenSet =
true; m_deviceMinutes = std::forward<DeviceMinutesT>(value); }
183 template<
typename DeviceMinutesT = DeviceMinutes>
189 bool m_arnHasBeenSet =
false;
192 bool m_nameHasBeenSet =
false;
195 bool m_typeHasBeenSet =
false;
198 bool m_createdHasBeenSet =
false;
201 bool m_statusHasBeenSet =
false;
204 bool m_resultHasBeenSet =
false;
207 bool m_startedHasBeenSet =
false;
210 bool m_stoppedHasBeenSet =
false;
213 bool m_countersHasBeenSet =
false;
216 bool m_messageHasBeenSet =
false;
218 DeviceMinutes m_deviceMinutes;
219 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