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/TestGridSessionStatus.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
63 m_statusHasBeenSet =
true;
78 template <
typename CreatedT = Aws::Utils::DateTime>
80 m_createdHasBeenSet =
true;
81 m_created = std::forward<CreatedT>(value);
83 template <
typename CreatedT = Aws::Utils::DateTime>
96 template <
typename EndedT = Aws::Utils::DateTime>
98 m_endedHasBeenSet =
true;
99 m_ended = std::forward<EndedT>(value);
101 template <
typename EndedT = Aws::Utils::DateTime>
103 SetEnded(std::forward<EndedT>(value));
115 m_billingMinutesHasBeenSet =
true;
116 m_billingMinutes = value;
130 template <
typename SeleniumPropertiesT = Aws::String>
132 m_seleniumPropertiesHasBeenSet =
true;
133 m_seleniumProperties = std::forward<SeleniumPropertiesT>(value);
135 template <
typename SeleniumPropertiesT = Aws::String>
150 double m_billingMinutes{0.0};
153 bool m_arnHasBeenSet =
false;
154 bool m_statusHasBeenSet =
false;
155 bool m_createdHasBeenSet =
false;
156 bool m_endedHasBeenSet =
false;
157 bool m_billingMinutesHasBeenSet =
false;
158 bool m_seleniumPropertiesHasBeenSet =
false;
TestGridSession & WithSeleniumProperties(SeleniumPropertiesT &&value)
void SetEnded(EndedT &&value)
TestGridSession & WithEnded(EndedT &&value)
TestGridSession & WithStatus(TestGridSessionStatus value)
void SetBillingMinutes(double value)
const Aws::Utils::DateTime & GetEnded() const
bool BillingMinutesHasBeenSet() const
TestGridSession & WithCreated(CreatedT &&value)
TestGridSession & WithArn(ArnT &&value)
bool EndedHasBeenSet() const
const Aws::String & GetArn() const
bool StatusHasBeenSet() const
const Aws::String & GetSeleniumProperties() const
void SetStatus(TestGridSessionStatus value)
AWS_DEVICEFARM_API TestGridSession & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreated() const
void SetCreated(CreatedT &&value)
double GetBillingMinutes() const
bool SeleniumPropertiesHasBeenSet() const
TestGridSessionStatus GetStatus() const
AWS_DEVICEFARM_API TestGridSession()=default
void SetArn(ArnT &&value)
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreatedHasBeenSet() const
bool ArnHasBeenSet() const
AWS_DEVICEFARM_API TestGridSession(Aws::Utils::Json::JsonView jsonValue)
TestGridSession & WithBillingMinutes(double value)
void SetSeleniumProperties(SeleniumPropertiesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue