7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/model/Framework.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace AuditManager {
38 template <
typename FrameworkT = Framework>
40 m_frameworkHasBeenSet =
true;
41 m_framework = std::forward<FrameworkT>(value);
43 template <
typename FrameworkT = Framework>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
68 bool m_frameworkHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
AWS_AUDITMANAGER_API GetAssessmentFrameworkResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAssessmentFrameworkResult & WithFramework(FrameworkT &&value)
const Framework & GetFramework() const
void SetRequestId(RequestIdT &&value)
GetAssessmentFrameworkResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_AUDITMANAGER_API GetAssessmentFrameworkResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_AUDITMANAGER_API GetAssessmentFrameworkResult()=default
void SetFramework(FrameworkT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue