7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
9#include <aws/devicefarm/model/TestReportMetrics.h>
42 template <
typename MessageT = Aws::String>
44 m_messageHasBeenSet =
true;
45 m_message = std::forward<MessageT>(value);
47 template <
typename MessageT = Aws::String>
60 template <
typename MetricsT = TestReportMetrics>
62 m_metricsHasBeenSet =
true;
63 m_metrics = std::forward<MetricsT>(value);
65 template <
typename MetricsT = TestReportMetrics>
78 template <
typename TestDetailsUrlT = Aws::String>
80 m_testDetailsUrlHasBeenSet =
true;
81 m_testDetailsUrl = std::forward<TestDetailsUrlT>(value);
83 template <
typename TestDetailsUrlT = Aws::String>
95 bool m_messageHasBeenSet =
false;
96 bool m_metricsHasBeenSet =
false;
97 bool m_testDetailsUrlHasBeenSet =
false;
void SetMessage(MessageT &&value)
TestReport & WithTestDetailsUrl(TestDetailsUrlT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetTestDetailsUrl() const
const Aws::String & GetMessage() const
TestReport & WithMetrics(MetricsT &&value)
AWS_DEVICEFARM_API TestReport(Aws::Utils::Json::JsonView jsonValue)
bool TestDetailsUrlHasBeenSet() const
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
const TestReportMetrics & GetMetrics() const
AWS_DEVICEFARM_API TestReport & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MetricsHasBeenSet() const
TestReport & WithMessage(MessageT &&value)
void SetTestDetailsUrl(TestDetailsUrlT &&value)
void SetMetrics(MetricsT &&value)
AWS_DEVICEFARM_API TestReport()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue