7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/ReportExportConfig.h>
9#include <aws/codebuild/model/ReportGroupStatusType.h>
10#include <aws/codebuild/model/ReportType.h>
11#include <aws/codebuild/model/Tag.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
49 template <
typename ArnT = Aws::String>
51 m_arnHasBeenSet =
true;
52 m_arn = std::forward<ArnT>(value);
54 template <
typename ArnT = Aws::String>
56 SetArn(std::forward<ArnT>(value));
67 template <
typename NameT = Aws::String>
69 m_nameHasBeenSet =
true;
70 m_name = std::forward<NameT>(value);
72 template <
typename NameT = Aws::String>
74 SetName(std::forward<NameT>(value));
89 m_typeHasBeenSet =
true;
105 template <
typename ExportConfigT = ReportExportConfig>
107 m_exportConfigHasBeenSet =
true;
108 m_exportConfig = std::forward<ExportConfigT>(value);
110 template <
typename ExportConfigT = ReportExportConfig>
123 template <
typename CreatedT = Aws::Utils::DateTime>
125 m_createdHasBeenSet =
true;
126 m_created = std::forward<CreatedT>(value);
128 template <
typename CreatedT = Aws::Utils::DateTime>
141 template <
typename LastModifiedT = Aws::Utils::DateTime>
143 m_lastModifiedHasBeenSet =
true;
144 m_lastModified = std::forward<LastModifiedT>(value);
146 template <
typename LastModifiedT = Aws::Utils::DateTime>
161 template <
typename TagsT = Aws::Vector<Tag>>
163 m_tagsHasBeenSet =
true;
164 m_tags = std::forward<TagsT>(value);
166 template <
typename TagsT = Aws::Vector<Tag>>
168 SetTags(std::forward<TagsT>(value));
171 template <
typename TagsT = Tag>
173 m_tagsHasBeenSet =
true;
174 m_tags.emplace_back(std::forward<TagsT>(value));
189 m_statusHasBeenSet =
true;
204 ReportExportConfig m_exportConfig;
213 bool m_arnHasBeenSet =
false;
214 bool m_nameHasBeenSet =
false;
215 bool m_typeHasBeenSet =
false;
216 bool m_exportConfigHasBeenSet =
false;
217 bool m_createdHasBeenSet =
false;
218 bool m_lastModifiedHasBeenSet =
false;
219 bool m_tagsHasBeenSet =
false;
220 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