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/Tag.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
63 template <
typename ExportConfigT = ReportExportConfig>
65 m_exportConfigHasBeenSet =
true;
66 m_exportConfig = std::forward<ExportConfigT>(value);
68 template <
typename ExportConfigT = ReportExportConfig>
83 template <
typename TagsT = Aws::Vector<Tag>>
85 m_tagsHasBeenSet =
true;
86 m_tags = std::forward<TagsT>(value);
88 template <
typename TagsT = Aws::Vector<Tag>>
90 SetTags(std::forward<TagsT>(value));
93 template <
typename TagsT = Tag>
95 m_tagsHasBeenSet =
true;
96 m_tags.emplace_back(std::forward<TagsT>(value));
102 bool m_arnHasBeenSet =
false;
105 bool m_exportConfigHasBeenSet =
false;
108 bool m_tagsHasBeenSet =
false;
bool ExportConfigHasBeenSet() const
AWS_CODEBUILD_API Aws::String SerializePayload() const override
void SetExportConfig(ExportConfigT &&value)
UpdateReportGroupRequest & WithArn(ArnT &&value)
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
AWS_CODEBUILD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetArn() const
const ReportExportConfig & GetExportConfig() const
UpdateReportGroupRequest & WithTags(TagsT &&value)
AWS_CODEBUILD_API UpdateReportGroupRequest()=default
virtual const char * GetServiceRequestName() const override
bool ArnHasBeenSet() const
void SetArn(ArnT &&value)
UpdateReportGroupRequest & AddTags(TagsT &&value)
UpdateReportGroupRequest & WithExportConfig(ExportConfigT &&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