7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/notifications/Notifications_EXPORTS.h>
10#include <aws/notifications/model/NotificationEvent.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Notifications {
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename NotificationConfigurationArnT = Aws::String>
55 m_notificationConfigurationArnHasBeenSet =
true;
56 m_notificationConfigurationArn = std::forward<NotificationConfigurationArnT>(value);
58 template <
typename NotificationConfigurationArnT = Aws::String>
70 template <
typename CreationTimeT = Aws::Utils::DateTime>
72 m_creationTimeHasBeenSet =
true;
73 m_creationTime = std::forward<CreationTimeT>(value);
75 template <
typename CreationTimeT = Aws::Utils::DateTime>
87 template <
typename ContentT = NotificationEvent>
89 m_contentHasBeenSet =
true;
90 m_content = std::forward<ContentT>(value);
92 template <
typename ContentT = NotificationEvent>
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
120 NotificationEvent m_content;
123 bool m_arnHasBeenSet =
false;
124 bool m_notificationConfigurationArnHasBeenSet =
false;
125 bool m_creationTimeHasBeenSet =
false;
126 bool m_contentHasBeenSet =
false;
127 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_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