7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/auditmanager/model/AssessmentReportStatus.h>
10#include <aws/core/utils/DateTime.h>
52 template<
typename IdT = Aws::String>
53 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
54 template<
typename IdT = Aws::String>
64 template<
typename NameT = Aws::String>
65 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
66 template<
typename NameT = Aws::String>
76 template<
typename DescriptionT = Aws::String>
77 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
78 template<
typename DescriptionT = Aws::String>
88 template<
typename AwsAccountIdT = Aws::String>
89 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
90 template<
typename AwsAccountIdT = Aws::String>
100 template<
typename AssessmentIdT = Aws::String>
101 void SetAssessmentId(AssessmentIdT&& value) { m_assessmentIdHasBeenSet =
true; m_assessmentId = std::forward<AssessmentIdT>(value); }
102 template<
typename AssessmentIdT = Aws::String>
112 template<
typename AssessmentNameT = Aws::String>
113 void SetAssessmentName(AssessmentNameT&& value) { m_assessmentNameHasBeenSet =
true; m_assessmentName = std::forward<AssessmentNameT>(value); }
114 template<
typename AssessmentNameT = Aws::String>
124 template<
typename AuthorT = Aws::String>
125 void SetAuthor(AuthorT&& value) { m_authorHasBeenSet =
true; m_author = std::forward<AuthorT>(value); }
126 template<
typename AuthorT = Aws::String>
146 template<
typename CreationTimeT = Aws::Utils::DateTime>
147 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
148 template<
typename CreationTimeT = Aws::Utils::DateTime>
154 bool m_idHasBeenSet =
false;
157 bool m_nameHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
163 bool m_awsAccountIdHasBeenSet =
false;
166 bool m_assessmentIdHasBeenSet =
false;
169 bool m_assessmentNameHasBeenSet =
false;
172 bool m_authorHasBeenSet =
false;
175 bool m_statusHasBeenSet =
false;
178 bool m_creationTimeHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
void SetAuthor(AuthorT &&value)
AssessmentReport & WithId(IdT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetAssessmentId(AssessmentIdT &&value)
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
AWS_AUDITMANAGER_API AssessmentReport & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AUDITMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AssessmentReport & WithStatus(AssessmentReportStatus value)
AssessmentReport & WithName(NameT &&value)
bool AssessmentIdHasBeenSet() const
bool IdHasBeenSet() const
const Aws::String & GetAssessmentId() const
bool AuthorHasBeenSet() const
AWS_AUDITMANAGER_API AssessmentReport()=default
AssessmentReport & WithAssessmentId(AssessmentIdT &&value)
void SetStatus(AssessmentReportStatus value)
bool AssessmentNameHasBeenSet() const
const Aws::String & GetAwsAccountId() const
const Aws::String & GetName() const
void SetAwsAccountId(AwsAccountIdT &&value)
AssessmentReport & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAssessmentName() const
AssessmentReport & WithAssessmentName(AssessmentNameT &&value)
AWS_AUDITMANAGER_API AssessmentReport(Aws::Utils::Json::JsonView jsonValue)
AssessmentReportStatus GetStatus() const
bool CreationTimeHasBeenSet() const
bool StatusHasBeenSet() const
AssessmentReport & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetAuthor() const
void SetName(NameT &&value)
const Aws::String & GetId() const
AssessmentReport & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetAssessmentName(AssessmentNameT &&value)
AssessmentReport & WithAuthor(AuthorT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue