AWS SDK for C++

AWS SDK for C++ Version 1.11.709

Loading...
Searching...
No Matches
AssociateOrganizationalUnitResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notifications/Notifications_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace Notifications {
22namespace Model {
24 public:
25 AWS_NOTIFICATIONS_API AssociateOrganizationalUnitResult() = default;
29
31
32 inline const Aws::String& GetRequestId() const { return m_requestId; }
33 template <typename RequestIdT = Aws::String>
34 void SetRequestId(RequestIdT&& value) {
35 m_requestIdHasBeenSet = true;
36 m_requestId = std::forward<RequestIdT>(value);
37 }
38 template <typename RequestIdT = Aws::String>
40 SetRequestId(std::forward<RequestIdT>(value));
41 return *this;
42 }
44 private:
45 Aws::String m_requestId;
46 bool m_requestIdHasBeenSet = false;
47};
48
49} // namespace Model
50} // namespace Notifications
51} // namespace Aws
AWS_NOTIFICATIONS_API AssociateOrganizationalUnitResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NOTIFICATIONS_API AssociateOrganizationalUnitResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateOrganizationalUnitResult & WithRequestId(RequestIdT &&value)
AWS_NOTIFICATIONS_API AssociateOrganizationalUnitResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue