7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/model/Control.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace AuditManager {
37 template <
typename ControlT = Control>
39 m_controlHasBeenSet =
true;
40 m_control = std::forward<ControlT>(value);
42 template <
typename ControlT = Control>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_controlHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_AUDITMANAGER_API UpdateControlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetControl(ControlT &&value)
AWS_AUDITMANAGER_API UpdateControlResult()=default
AWS_AUDITMANAGER_API UpdateControlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Control & GetControl() const
UpdateControlResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
UpdateControlResult & WithControl(ControlT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue