7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/CodeBuildRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codebuild/model/ReportType.h>
11#include <aws/codebuild/model/ReportExportConfig.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/codebuild/model/Tag.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
70 template<
typename ExportConfigT = ReportExportConfig>
71 void SetExportConfig(ExportConfigT&& value) { m_exportConfigHasBeenSet =
true; m_exportConfig = std::forward<ExportConfigT>(value); }
72 template<
typename ExportConfigT = ReportExportConfig>
84 template<
typename TagsT = Aws::Vector<Tag>>
85 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
86 template<
typename TagsT = Aws::Vector<Tag>>
88 template<
typename TagsT = Tag>
94 bool m_nameHasBeenSet =
false;
97 bool m_typeHasBeenSet =
false;
99 ReportExportConfig m_exportConfig;
100 bool m_exportConfigHasBeenSet =
false;
103 bool m_tagsHasBeenSet =
false;
void SetExportConfig(ExportConfigT &&value)
CreateReportGroupRequest & WithType(ReportType value)
const Aws::Vector< Tag > & GetTags() const
AWS_CODEBUILD_API CreateReportGroupRequest()=default
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool ExportConfigHasBeenSet() const
ReportType GetType() const
CreateReportGroupRequest & WithExportConfig(ExportConfigT &&value)
void SetTags(TagsT &&value)
CreateReportGroupRequest & WithName(NameT &&value)
void SetName(NameT &&value)
void SetType(ReportType value)
bool NameHasBeenSet() const
AWS_CODEBUILD_API Aws::String SerializePayload() const override
AWS_CODEBUILD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const ReportExportConfig & GetExportConfig() const
CreateReportGroupRequest & AddTags(TagsT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetName() const
CreateReportGroupRequest & WithTags(TagsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector