7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/notifications/Notifications_EXPORTS.h>
11#include <aws/notifications/model/ManagedNotificationEvent.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace Notifications {
38 template <
typename ArnT = Aws::String>
40 m_arnHasBeenSet =
true;
41 m_arn = std::forward<ArnT>(value);
43 template <
typename ArnT = Aws::String>
45 SetArn(std::forward<ArnT>(value));
55 template <
typename ManagedNotificationConfigurationArnT = Aws::String>
57 m_managedNotificationConfigurationArnHasBeenSet =
true;
58 m_managedNotificationConfigurationArn = std::forward<ManagedNotificationConfigurationArnT>(value);
60 template <
typename ManagedNotificationConfigurationArnT = Aws::String>
72 template <
typename CreationTimeT = Aws::Utils::DateTime>
74 m_creationTimeHasBeenSet =
true;
75 m_creationTime = std::forward<CreationTimeT>(value);
77 template <
typename CreationTimeT = Aws::Utils::DateTime>
89 template <
typename ContentT = ManagedNotificationEvent>
91 m_contentHasBeenSet =
true;
92 m_content = std::forward<ContentT>(value);
94 template <
typename ContentT = ManagedNotificationEvent>
104 template <
typename RequestIdT = Aws::String>
106 m_requestIdHasBeenSet =
true;
107 m_requestId = std::forward<RequestIdT>(value);
109 template <
typename RequestIdT = Aws::String>
124 ManagedNotificationEvent m_content;
128 bool m_arnHasBeenSet =
false;
129 bool m_managedNotificationConfigurationArnHasBeenSet =
false;
130 bool m_creationTimeHasBeenSet =
false;
131 bool m_contentHasBeenSet =
false;
132 bool m_requestIdHasBeenSet =
false;
void SetContent(ContentT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetManagedNotificationConfigurationArn() const
void SetManagedNotificationConfigurationArn(ManagedNotificationConfigurationArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_NOTIFICATIONS_API GetManagedNotificationEventResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ManagedNotificationEvent & GetContent() const
void SetCreationTime(CreationTimeT &&value)
GetManagedNotificationEventResult & WithCreationTime(CreationTimeT &&value)
AWS_NOTIFICATIONS_API GetManagedNotificationEventResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArn() const
void SetRequestId(RequestIdT &&value)
GetManagedNotificationEventResult & WithManagedNotificationConfigurationArn(ManagedNotificationConfigurationArnT &&value)
AWS_NOTIFICATIONS_API GetManagedNotificationEventResult()=default
void SetArn(ArnT &&value)
GetManagedNotificationEventResult & WithArn(ArnT &&value)
GetManagedNotificationEventResult & WithContent(ContentT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetManagedNotificationEventResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue