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>
56 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
57 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
71 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
87 inline void SetType(
ReportType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
142 inline ReportGroup&
AddTags(
Tag&& value) { m_tagsHasBeenSet =
true; m_tags.push_back(std::move(value));
return *
this; }
162 bool m_arnHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
168 bool m_typeHasBeenSet =
false;
171 bool m_exportConfigHasBeenSet =
false;
174 bool m_createdHasBeenSet =
false;
177 bool m_lastModifiedHasBeenSet =
false;
180 bool m_tagsHasBeenSet =
false;
183 bool m_statusHasBeenSet =
false;
const ReportType & GetType() const
const ReportExportConfig & GetExportConfig() const
void SetArn(const char *value)
void SetStatus(ReportGroupStatusType &&value)
ReportGroup & WithArn(Aws::String &&value)
ReportGroup & WithCreated(const Aws::Utils::DateTime &value)
void SetName(const Aws::String &value)
ReportGroup & WithTags(Aws::Vector< Tag > &&value)
void SetTags(const Aws::Vector< Tag > &value)
ReportGroup & WithType(ReportType &&value)
const Aws::Utils::DateTime & GetCreated() const
ReportGroup & WithArn(const Aws::String &value)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastModified(const Aws::Utils::DateTime &value)
ReportGroup & WithLastModified(const Aws::Utils::DateTime &value)
void SetArn(Aws::String &&value)
ReportGroup & WithCreated(Aws::Utils::DateTime &&value)
bool ExportConfigHasBeenSet() const
ReportGroup & WithStatus(const ReportGroupStatusType &value)
void SetName(const char *value)
ReportGroup & AddTags(Tag &&value)
const Aws::String & GetName() const
void SetType(const ReportType &value)
bool LastModifiedHasBeenSet() const
ReportGroup & WithName(const char *value)
const ReportGroupStatusType & GetStatus() const
ReportGroup & WithStatus(ReportGroupStatusType &&value)
void SetType(ReportType &&value)
ReportGroup & WithName(Aws::String &&value)
const Aws::String & GetArn() const
void SetName(Aws::String &&value)
void SetArn(const Aws::String &value)
void SetStatus(const ReportGroupStatusType &value)
ReportGroup & WithTags(const Aws::Vector< Tag > &value)
bool StatusHasBeenSet() const
void SetTags(Aws::Vector< Tag > &&value)
void SetLastModified(Aws::Utils::DateTime &&value)
ReportGroup & WithType(const ReportType &value)
bool ArnHasBeenSet() const
bool TypeHasBeenSet() const
void SetExportConfig(const ReportExportConfig &value)
bool CreatedHasBeenSet() const
AWS_CODEBUILD_API ReportGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreated(Aws::Utils::DateTime &&value)
AWS_CODEBUILD_API ReportGroup()
ReportGroup & WithArn(const char *value)
ReportGroup & WithName(const Aws::String &value)
ReportGroup & WithLastModified(Aws::Utils::DateTime &&value)
const Aws::Vector< Tag > & GetTags() const
void SetCreated(const Aws::Utils::DateTime &value)
ReportGroup & WithExportConfig(ReportExportConfig &&value)
void SetExportConfig(ReportExportConfig &&value)
bool NameHasBeenSet() const
ReportGroup & WithExportConfig(const ReportExportConfig &value)
AWS_CODEBUILD_API ReportGroup(Aws::Utils::Json::JsonView jsonValue)
bool TagsHasBeenSet() const
ReportGroup & AddTags(const Tag &value)
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