7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ReportArnT = Aws::String>
43 m_reportArnHasBeenSet =
true;
44 m_reportArn = std::forward<ReportArnT>(value);
46 template <
typename ReportArnT = Aws::String>
59 template <
typename DataT = Aws::String>
61 m_dataHasBeenSet =
true;
62 m_data = std::forward<DataT>(value);
64 template <
typename DataT = Aws::String>
66 SetData(std::forward<DataT>(value));
74 bool m_reportArnHasBeenSet =
false;
75 bool m_dataHasBeenSet =
false;
const Aws::String & GetData() const
AWS_CODEBUILD_API ReportWithRawData()=default
const Aws::String & GetReportArn() const
bool DataHasBeenSet() const
ReportWithRawData & WithReportArn(ReportArnT &&value)
void SetData(DataT &&value)
AWS_CODEBUILD_API ReportWithRawData & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ReportArnHasBeenSet() const
AWS_CODEBUILD_API ReportWithRawData(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
void SetReportArn(ReportArnT &&value)
ReportWithRawData & WithData(DataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue