7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/model/AssessmentReportStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AuditManager {
46 template <
typename IdT = Aws::String>
48 m_idHasBeenSet =
true;
49 m_id = std::forward<IdT>(value);
51 template <
typename IdT = Aws::String>
53 SetId(std::forward<IdT>(value));
64 template <
typename NameT = Aws::String>
66 m_nameHasBeenSet =
true;
67 m_name = std::forward<NameT>(value);
69 template <
typename NameT = Aws::String>
71 SetName(std::forward<NameT>(value));
82 template <
typename DescriptionT = Aws::String>
84 m_descriptionHasBeenSet =
true;
85 m_description = std::forward<DescriptionT>(value);
87 template <
typename DescriptionT = Aws::String>
100 template <
typename AwsAccountIdT = Aws::String>
102 m_awsAccountIdHasBeenSet =
true;
103 m_awsAccountId = std::forward<AwsAccountIdT>(value);
105 template <
typename AwsAccountIdT = Aws::String>
118 template <
typename AssessmentIdT = Aws::String>
120 m_assessmentIdHasBeenSet =
true;
121 m_assessmentId = std::forward<AssessmentIdT>(value);
123 template <
typename AssessmentIdT = Aws::String>
136 template <
typename AssessmentNameT = Aws::String>
138 m_assessmentNameHasBeenSet =
true;
139 m_assessmentName = std::forward<AssessmentNameT>(value);
141 template <
typename AssessmentNameT = Aws::String>
154 template <
typename AuthorT = Aws::String>
156 m_authorHasBeenSet =
true;
157 m_author = std::forward<AuthorT>(value);
159 template <
typename AuthorT = Aws::String>
173 m_statusHasBeenSet =
true;
188 template <
typename CreationTimeT = Aws::Utils::DateTime>
190 m_creationTimeHasBeenSet =
true;
191 m_creationTime = std::forward<CreationTimeT>(value);
193 template <
typename CreationTimeT = Aws::Utils::DateTime>
217 bool m_idHasBeenSet =
false;
218 bool m_nameHasBeenSet =
false;
219 bool m_descriptionHasBeenSet =
false;
220 bool m_awsAccountIdHasBeenSet =
false;
221 bool m_assessmentIdHasBeenSet =
false;
222 bool m_assessmentNameHasBeenSet =
false;
223 bool m_authorHasBeenSet =
false;
224 bool m_statusHasBeenSet =
false;
225 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