7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/notifications/model/NotificationEvent.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace Notifications
42 template<
typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
44 template<
typename ArnT = Aws::String>
53 template<
typename NotificationConfigurationArnT = Aws::String>
54 void SetNotificationConfigurationArn(NotificationConfigurationArnT&& value) { m_notificationConfigurationArnHasBeenSet =
true; m_notificationConfigurationArn = std::forward<NotificationConfigurationArnT>(value); }
55 template<
typename NotificationConfigurationArnT = Aws::String>
64 template<
typename CreationTimeT = Aws::Utils::DateTime>
65 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
66 template<
typename CreationTimeT = Aws::Utils::DateTime>
75 template<
typename ContentT = NotificationEvent>
76 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
77 template<
typename ContentT = NotificationEvent>
84 template<
typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
86 template<
typename RequestIdT = Aws::String>
92 bool m_arnHasBeenSet =
false;
95 bool m_notificationConfigurationArnHasBeenSet =
false;
98 bool m_creationTimeHasBeenSet =
false;
100 NotificationEvent m_content;
101 bool m_contentHasBeenSet =
false;
104 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