7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/AuditManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/auditmanager/model/Scope.h>
11#include <aws/auditmanager/model/AssessmentReportsDestination.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/auditmanager/model/Role.h>
45 template<
typename AssessmentIdT = Aws::String>
46 void SetAssessmentId(AssessmentIdT&& value) { m_assessmentIdHasBeenSet =
true; m_assessmentId = std::forward<AssessmentIdT>(value); }
47 template<
typename AssessmentIdT = Aws::String>
57 template<
typename AssessmentNameT = Aws::String>
58 void SetAssessmentName(AssessmentNameT&& value) { m_assessmentNameHasBeenSet =
true; m_assessmentName = std::forward<AssessmentNameT>(value); }
59 template<
typename AssessmentNameT = Aws::String>
69 template<
typename AssessmentDescriptionT = Aws::String>
70 void SetAssessmentDescription(AssessmentDescriptionT&& value) { m_assessmentDescriptionHasBeenSet =
true; m_assessmentDescription = std::forward<AssessmentDescriptionT>(value); }
71 template<
typename AssessmentDescriptionT = Aws::String>
81 template<
typename ScopeT = Scope>
82 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
83 template<
typename ScopeT = Scope>
94 template<
typename AssessmentReportsDestinationT = AssessmentReportsDestination>
95 void SetAssessmentReportsDestination(AssessmentReportsDestinationT&& value) { m_assessmentReportsDestinationHasBeenSet =
true; m_assessmentReportsDestination = std::forward<AssessmentReportsDestinationT>(value); }
96 template<
typename AssessmentReportsDestinationT = AssessmentReportsDestination>
106 template<
typename RolesT = Aws::Vector<Role>>
107 void SetRoles(RolesT&& value) { m_rolesHasBeenSet =
true; m_roles = std::forward<RolesT>(value); }
108 template<
typename RolesT = Aws::Vector<Role>>
110 template<
typename RolesT = Role>
116 bool m_assessmentIdHasBeenSet =
false;
119 bool m_assessmentNameHasBeenSet =
false;
122 bool m_assessmentDescriptionHasBeenSet =
false;
125 bool m_scopeHasBeenSet =
false;
128 bool m_assessmentReportsDestinationHasBeenSet =
false;
131 bool m_rolesHasBeenSet =
false;
void SetAssessmentDescription(AssessmentDescriptionT &&value)
void SetAssessmentId(AssessmentIdT &&value)
virtual const char * GetServiceRequestName() const override
UpdateAssessmentRequest & WithScope(ScopeT &&value)
bool ScopeHasBeenSet() const
void SetAssessmentReportsDestination(AssessmentReportsDestinationT &&value)
bool AssessmentNameHasBeenSet() const
const Aws::String & GetAssessmentId() const
void SetAssessmentName(AssessmentNameT &&value)
AWS_AUDITMANAGER_API UpdateAssessmentRequest()=default
void SetScope(ScopeT &&value)
bool RolesHasBeenSet() const
const Aws::Vector< Role > & GetRoles() const
bool AssessmentReportsDestinationHasBeenSet() const
bool AssessmentDescriptionHasBeenSet() const
const Aws::String & GetAssessmentName() const
void SetRoles(RolesT &&value)
const Aws::String & GetAssessmentDescription() const
UpdateAssessmentRequest & WithAssessmentReportsDestination(AssessmentReportsDestinationT &&value)
UpdateAssessmentRequest & AddRoles(RolesT &&value)
const AssessmentReportsDestination & GetAssessmentReportsDestination() const
AWS_AUDITMANAGER_API Aws::String SerializePayload() const override
UpdateAssessmentRequest & WithAssessmentDescription(AssessmentDescriptionT &&value)
bool AssessmentIdHasBeenSet() const
UpdateAssessmentRequest & WithAssessmentId(AssessmentIdT &&value)
UpdateAssessmentRequest & WithRoles(RolesT &&value)
const Scope & GetScope() const
UpdateAssessmentRequest & WithAssessmentName(AssessmentNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector