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/ManagedNotificationChildEvent.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>
55 template<
typename ManagedNotificationConfigurationArnT = Aws::String>
56 void SetManagedNotificationConfigurationArn(ManagedNotificationConfigurationArnT&& value) { m_managedNotificationConfigurationArnHasBeenSet =
true; m_managedNotificationConfigurationArn = std::forward<ManagedNotificationConfigurationArnT>(value); }
57 template<
typename ManagedNotificationConfigurationArnT = Aws::String>
66 template<
typename CreationTimeT = Aws::Utils::DateTime>
67 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
68 template<
typename CreationTimeT = Aws::Utils::DateTime>
77 template<
typename ContentT = ManagedNotificationChildEvent>
78 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
79 template<
typename ContentT = ManagedNotificationChildEvent>
86 template<
typename RequestIdT = Aws::String>
87 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
88 template<
typename RequestIdT = Aws::String>
94 bool m_arnHasBeenSet =
false;
97 bool m_managedNotificationConfigurationArnHasBeenSet =
false;
100 bool m_creationTimeHasBeenSet =
false;
102 ManagedNotificationChildEvent m_content;
103 bool m_contentHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
GetManagedNotificationChildEventResult & WithRequestId(RequestIdT &&value)
AWS_NOTIFICATIONS_API GetManagedNotificationChildEventResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NOTIFICATIONS_API GetManagedNotificationChildEventResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ManagedNotificationChildEvent & GetContent() const
GetManagedNotificationChildEventResult & WithContent(ContentT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetContent(ContentT &&value)
void SetManagedNotificationConfigurationArn(ManagedNotificationConfigurationArnT &&value)
void SetArn(ArnT &&value)
AWS_NOTIFICATIONS_API GetManagedNotificationChildEventResult()=default
GetManagedNotificationChildEventResult & WithArn(ArnT &&value)
GetManagedNotificationChildEventResult & WithManagedNotificationConfigurationArn(ManagedNotificationConfigurationArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetManagedNotificationChildEventResult & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetArn() const
const Aws::String & GetManagedNotificationConfigurationArn() const
void SetCreationTime(CreationTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue