7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename ReportArnT = Aws::String>
45 m_reportArnHasBeenSet =
true;
46 m_reportArn = std::forward<ReportArnT>(value);
48 template <
typename ReportArnT = Aws::String>
61 template <
typename TestRawDataPathT = Aws::String>
63 m_testRawDataPathHasBeenSet =
true;
64 m_testRawDataPath = std::forward<TestRawDataPathT>(value);
66 template <
typename TestRawDataPathT = Aws::String>
81 template <
typename PrefixT = Aws::String>
83 m_prefixHasBeenSet =
true;
84 m_prefix = std::forward<PrefixT>(value);
86 template <
typename PrefixT = Aws::String>
99 template <
typename NameT = Aws::String>
101 m_nameHasBeenSet =
true;
102 m_name = std::forward<NameT>(value);
104 template <
typename NameT = Aws::String>
106 SetName(std::forward<NameT>(value));
119 template <
typename StatusT = Aws::String>
121 m_statusHasBeenSet =
true;
122 m_status = std::forward<StatusT>(value);
124 template <
typename StatusT = Aws::String>
138 m_durationInNanoSecondsHasBeenSet =
true;
139 m_durationInNanoSeconds = value;
154 template <
typename MessageT = Aws::String>
156 m_messageHasBeenSet =
true;
157 m_message = std::forward<MessageT>(value);
159 template <
typename MessageT = Aws::String>
173 template <
typename ExpiredT = Aws::Utils::DateTime>
175 m_expiredHasBeenSet =
true;
176 m_expired = std::forward<ExpiredT>(value);
178 template <
typename ExpiredT = Aws::Utils::DateTime>
191 template <
typename TestSuiteNameT = Aws::String>
193 m_testSuiteNameHasBeenSet =
true;
194 m_testSuiteName = std::forward<TestSuiteNameT>(value);
196 template <
typename TestSuiteNameT = Aws::String>
213 long long m_durationInNanoSeconds{0};
220 bool m_reportArnHasBeenSet =
false;
221 bool m_testRawDataPathHasBeenSet =
false;
222 bool m_prefixHasBeenSet =
false;
223 bool m_nameHasBeenSet =
false;
224 bool m_statusHasBeenSet =
false;
225 bool m_durationInNanoSecondsHasBeenSet =
false;
226 bool m_messageHasBeenSet =
false;
227 bool m_expiredHasBeenSet =
false;
228 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