AWS SDK for C++

AWS SDK for C++ Version 1.11.683

Loading...
Searching...
No Matches
PutDeliverabilityDashboardOptionResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint-email/PinpointEmail_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 PinpointEmail {
22namespace Model {
30 public:
31 AWS_PINPOINTEMAIL_API PutDeliverabilityDashboardOptionResult() = default;
35
37
38 inline const Aws::String& GetRequestId() const { return m_requestId; }
39 template <typename RequestIdT = Aws::String>
40 void SetRequestId(RequestIdT&& value) {
41 m_requestIdHasBeenSet = true;
42 m_requestId = std::forward<RequestIdT>(value);
43 }
44 template <typename RequestIdT = Aws::String>
46 SetRequestId(std::forward<RequestIdT>(value));
47 return *this;
48 }
50 private:
51 Aws::String m_requestId;
52 bool m_requestIdHasBeenSet = false;
53};
54
55} // namespace Model
56} // namespace PinpointEmail
57} // namespace Aws
AWS_PINPOINTEMAIL_API PutDeliverabilityDashboardOptionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PINPOINTEMAIL_API PutDeliverabilityDashboardOptionResult()=default
AWS_PINPOINTEMAIL_API PutDeliverabilityDashboardOptionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutDeliverabilityDashboardOptionResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue