7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 template<
typename ReportArnT = Aws::String>
50 void SetReportArn(ReportArnT&& value) { m_reportArnHasBeenSet =
true; m_reportArn = std::forward<ReportArnT>(value); }
51 template<
typename ReportArnT = Aws::String>
61 template<
typename TestRawDataPathT = Aws::String>
62 void SetTestRawDataPath(TestRawDataPathT&& value) { m_testRawDataPathHasBeenSet =
true; m_testRawDataPath = std::forward<TestRawDataPathT>(value); }
63 template<
typename TestRawDataPathT = Aws::String>
75 template<
typename PrefixT = Aws::String>
76 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
77 template<
typename PrefixT = Aws::String>
87 template<
typename NameT = Aws::String>
88 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
89 template<
typename NameT = Aws::String>
101 template<
typename StatusT = Aws::String>
102 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
103 template<
typename StatusT = Aws::String>
113 inline void SetDurationInNanoSeconds(
long long value) { m_durationInNanoSecondsHasBeenSet =
true; m_durationInNanoSeconds = value; }
124 template<
typename MessageT = Aws::String>
125 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
126 template<
typename MessageT = Aws::String>
137 template<
typename ExpiredT = Aws::Utils::DateTime>
138 void SetExpired(ExpiredT&& value) { m_expiredHasBeenSet =
true; m_expired = std::forward<ExpiredT>(value); }
139 template<
typename ExpiredT = Aws::Utils::DateTime>
149 template<
typename TestSuiteNameT = Aws::String>
150 void SetTestSuiteName(TestSuiteNameT&& value) { m_testSuiteNameHasBeenSet =
true; m_testSuiteName = std::forward<TestSuiteNameT>(value); }
151 template<
typename TestSuiteNameT = Aws::String>
157 bool m_reportArnHasBeenSet =
false;
160 bool m_testRawDataPathHasBeenSet =
false;
163 bool m_prefixHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
169 bool m_statusHasBeenSet =
false;
171 long long m_durationInNanoSeconds{0};
172 bool m_durationInNanoSecondsHasBeenSet =
false;
175 bool m_messageHasBeenSet =
false;
178 bool m_expiredHasBeenSet =
false;
181 bool m_testSuiteNameHasBeenSet =
false;
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEBUILD_API TestCase & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PrefixHasBeenSet() const
const Aws::String & GetReportArn() const
AWS_CODEBUILD_API TestCase(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
bool ReportArnHasBeenSet() const
bool NameHasBeenSet() const
bool ExpiredHasBeenSet() const
void SetTestRawDataPath(TestRawDataPathT &&value)
bool DurationInNanoSecondsHasBeenSet() const
const Aws::String & GetName() const
TestCase & WithStatus(StatusT &&value)
bool TestSuiteNameHasBeenSet() const
const Aws::String & GetStatus() const
TestCase & WithTestRawDataPath(TestRawDataPathT &&value)
void SetDurationInNanoSeconds(long long value)
void SetPrefix(PrefixT &&value)
TestCase & WithTestSuiteName(TestSuiteNameT &&value)
TestCase & WithMessage(MessageT &&value)
void SetTestSuiteName(TestSuiteNameT &&value)
long long GetDurationInNanoSeconds() const
void SetMessage(MessageT &&value)
const Aws::String & GetPrefix() const
TestCase & WithPrefix(PrefixT &&value)
const Aws::String & GetTestRawDataPath() const
AWS_CODEBUILD_API TestCase()=default
TestCase & WithReportArn(ReportArnT &&value)
void SetReportArn(ReportArnT &&value)
void SetExpired(ExpiredT &&value)
void SetName(NameT &&value)
bool TestRawDataPathHasBeenSet() const
bool StatusHasBeenSet() const
TestCase & WithDurationInNanoSeconds(long long value)
const Aws::String & GetTestSuiteName() const
bool MessageHasBeenSet() const
void SetStatus(StatusT &&value)
TestCase & WithName(NameT &&value)
const Aws::Utils::DateTime & GetExpired() const
TestCase & WithExpired(ExpiredT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue