7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ReportArnT = Aws::String>
48 void SetReportArn(ReportArnT&& value) { m_reportArnHasBeenSet =
true; m_reportArn = std::forward<ReportArnT>(value); }
49 template<
typename ReportArnT = Aws::String>
59 template<
typename DataT = Aws::String>
60 void SetData(DataT&& value) { m_dataHasBeenSet =
true; m_data = std::forward<DataT>(value); }
61 template<
typename DataT = Aws::String>
67 bool m_reportArnHasBeenSet =
false;
70 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