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/NotificationEvent.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace Notifications {
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
54 template <
typename NotificationConfigurationArnT = Aws::String>
56 m_notificationConfigurationArnHasBeenSet =
true;
57 m_notificationConfigurationArn = std::forward<NotificationConfigurationArnT>(value);
59 template <
typename NotificationConfigurationArnT = Aws::String>
71 template <
typename CreationTimeT = Aws::Utils::DateTime>
73 m_creationTimeHasBeenSet =
true;
74 m_creationTime = std::forward<CreationTimeT>(value);
76 template <
typename CreationTimeT = Aws::Utils::DateTime>
88 template <
typename ContentT = NotificationEvent>
90 m_contentHasBeenSet =
true;
91 m_content = std::forward<ContentT>(value);
93 template <
typename ContentT = NotificationEvent>
103 template <
typename RequestIdT = Aws::String>
105 m_requestIdHasBeenSet =
true;
106 m_requestId = std::forward<RequestIdT>(value);
108 template <
typename RequestIdT = Aws::String>
123 NotificationEvent m_content;
127 bool m_arnHasBeenSet =
false;
128 bool m_notificationConfigurationArnHasBeenSet =
false;
129 bool m_creationTimeHasBeenSet =
false;
130 bool m_contentHasBeenSet =
false;
131 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_NOTIFICATIONS_API GetNotificationEventResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
GetNotificationEventResult & WithContent(ContentT &&value)
AWS_NOTIFICATIONS_API GetNotificationEventResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetContent(ContentT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_NOTIFICATIONS_API GetNotificationEventResult()=default
GetNotificationEventResult & WithRequestId(RequestIdT &&value)
GetNotificationEventResult & WithNotificationConfigurationArn(NotificationConfigurationArnT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetNotificationConfigurationArn() const
GetNotificationEventResult & WithCreationTime(CreationTimeT &&value)
GetNotificationEventResult & WithArn(ArnT &&value)
void SetNotificationConfigurationArn(NotificationConfigurationArnT &&value)
const NotificationEvent & GetContent() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue