7#include <aws/codebuild/CodeBuildRequest.h>
8#include <aws/codebuild/CodeBuild_EXPORTS.h>
9#include <aws/codebuild/model/ReportExportConfig.h>
10#include <aws/codebuild/model/ReportType.h>
11#include <aws/codebuild/model/Tag.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
62 m_typeHasBeenSet =
true;
78 template <
typename ExportConfigT = ReportExportConfig>
80 m_exportConfigHasBeenSet =
true;
81 m_exportConfig = std::forward<ExportConfigT>(value);
83 template <
typename ExportConfigT = ReportExportConfig>
98 template <
typename TagsT = Aws::Vector<Tag>>
100 m_tagsHasBeenSet =
true;
101 m_tags = std::forward<TagsT>(value);
103 template <
typename TagsT = Aws::Vector<Tag>>
105 SetTags(std::forward<TagsT>(value));
108 template <
typename TagsT = Tag>
110 m_tagsHasBeenSet =
true;
111 m_tags.emplace_back(std::forward<TagsT>(value));
120 ReportExportConfig m_exportConfig;
123 bool m_nameHasBeenSet =
false;
124 bool m_typeHasBeenSet =
false;
125 bool m_exportConfigHasBeenSet =
false;
126 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