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/ManagedNotificationEvent.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace 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 ManagedNotificationConfigurationArnT = Aws::String>
56 m_managedNotificationConfigurationArnHasBeenSet =
true;
57 m_managedNotificationConfigurationArn = std::forward<ManagedNotificationConfigurationArnT>(value);
59 template <
typename ManagedNotificationConfigurationArnT = 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 = ManagedNotificationEvent>
90 m_contentHasBeenSet =
true;
91 m_content = std::forward<ContentT>(value);
93 template <
typename ContentT = ManagedNotificationEvent>
103 template <
typename RequestIdT = Aws::String>
105 m_requestIdHasBeenSet =
true;
106 m_requestId = std::forward<RequestIdT>(value);
108 template <
typename RequestIdT = Aws::String>
121 ManagedNotificationEvent m_content;
124 bool m_arnHasBeenSet =
false;
125 bool m_managedNotificationConfigurationArnHasBeenSet =
false;
126 bool m_creationTimeHasBeenSet =
false;
127 bool m_contentHasBeenSet =
false;
128 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