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/ManagedNotificationEvent.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 ManagedNotificationConfigurationArnT = Aws::String>
54 void SetManagedNotificationConfigurationArn(ManagedNotificationConfigurationArnT&& value) { m_managedNotificationConfigurationArnHasBeenSet =
true; m_managedNotificationConfigurationArn = std::forward<ManagedNotificationConfigurationArnT>(value); }
55 template<
typename ManagedNotificationConfigurationArnT = 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 = ManagedNotificationEvent>
76 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
77 template<
typename ContentT = ManagedNotificationEvent>
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_managedNotificationConfigurationArnHasBeenSet =
false;
98 bool m_creationTimeHasBeenSet =
false;
100 ManagedNotificationEvent m_content;
101 bool m_contentHasBeenSet =
false;
104 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)
GetManagedNotificationEventResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue