7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codebuild/model/ReportType.h>
10#include <aws/codebuild/model/ReportExportConfig.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/codebuild/model/ReportGroupStatusType.h>
14#include <aws/codebuild/model/Tag.h>
55 template<
typename ArnT = Aws::String>
56 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
57 template<
typename ArnT = Aws::String>
67 template<
typename NameT = Aws::String>
68 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
69 template<
typename NameT = Aws::String>
93 template<
typename ExportConfigT = ReportExportConfig>
94 void SetExportConfig(ExportConfigT&& value) { m_exportConfigHasBeenSet =
true; m_exportConfig = std::forward<ExportConfigT>(value); }
95 template<
typename ExportConfigT = ReportExportConfig>
105 template<
typename CreatedT = Aws::Utils::DateTime>
106 void SetCreated(CreatedT&& value) { m_createdHasBeenSet =
true; m_created = std::forward<CreatedT>(value); }
107 template<
typename CreatedT = Aws::Utils::DateTime>
117 template<
typename LastModifiedT = Aws::Utils::DateTime>
118 void SetLastModified(LastModifiedT&& value) { m_lastModifiedHasBeenSet =
true; m_lastModified = std::forward<LastModifiedT>(value); }
119 template<
typename LastModifiedT = Aws::Utils::DateTime>
131 template<
typename TagsT = Aws::Vector<Tag>>
132 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
133 template<
typename TagsT = Aws::Vector<Tag>>
135 template<
typename TagsT = Tag>
136 ReportGroup&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
154 bool m_arnHasBeenSet =
false;
157 bool m_nameHasBeenSet =
false;
160 bool m_typeHasBeenSet =
false;
162 ReportExportConfig m_exportConfig;
163 bool m_exportConfigHasBeenSet =
false;
166 bool m_createdHasBeenSet =
false;
169 bool m_lastModifiedHasBeenSet =
false;
172 bool m_tagsHasBeenSet =
false;
175 bool m_statusHasBeenSet =
false;
ReportGroup & WithName(NameT &&value)
const ReportExportConfig & GetExportConfig() const
ReportType GetType() const
void SetName(NameT &&value)
ReportGroup & WithCreated(CreatedT &&value)
const Aws::Utils::DateTime & GetCreated() const
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTags(TagsT &&value)
void SetType(ReportType value)
void SetCreated(CreatedT &&value)
ReportGroup & WithLastModified(LastModifiedT &&value)
bool ExportConfigHasBeenSet() const
const Aws::String & GetName() const
bool LastModifiedHasBeenSet() const
void SetStatus(ReportGroupStatusType value)
const Aws::String & GetArn() const
AWS_CODEBUILD_API ReportGroup()=default
void SetArn(ArnT &&value)
void SetLastModified(LastModifiedT &&value)
bool StatusHasBeenSet() const
ReportGroup & WithStatus(ReportGroupStatusType value)
ReportGroup & WithExportConfig(ExportConfigT &&value)
bool ArnHasBeenSet() const
bool TypeHasBeenSet() const
ReportGroupStatusType GetStatus() const
ReportGroup & AddTags(TagsT &&value)
bool CreatedHasBeenSet() const
AWS_CODEBUILD_API ReportGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExportConfig(ExportConfigT &&value)
ReportGroup & WithArn(ArnT &&value)
const Aws::Vector< Tag > & GetTags() const
ReportGroup & WithTags(TagsT &&value)
ReportGroup & WithType(ReportType value)
bool NameHasBeenSet() const
AWS_CODEBUILD_API ReportGroup(Aws::Utils::Json::JsonView jsonValue)
bool TagsHasBeenSet() const
const Aws::Utils::DateTime & GetLastModified() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue