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/ManagedNotificationChildEventSummary.h>
21namespace Notifications {
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
63 template <
typename ManagedNotificationConfigurationArnT = Aws::String>
65 m_managedNotificationConfigurationArnHasBeenSet =
true;
66 m_managedNotificationConfigurationArn = std::forward<ManagedNotificationConfigurationArnT>(value);
68 template <
typename ManagedNotificationConfigurationArnT = Aws::String>
82 template <
typename RelatedAccountT = Aws::String>
84 m_relatedAccountHasBeenSet =
true;
85 m_relatedAccount = std::forward<RelatedAccountT>(value);
87 template <
typename RelatedAccountT = Aws::String>
100 template <
typename CreationTimeT = Aws::Utils::DateTime>
102 m_creationTimeHasBeenSet =
true;
103 m_creationTime = std::forward<CreationTimeT>(value);
105 template <
typename CreationTimeT = Aws::Utils::DateTime>
118 template <
typename ChildEventT = ManagedNotificationChildEventSummary>
120 m_childEventHasBeenSet =
true;
121 m_childEvent = std::forward<ChildEventT>(value);
123 template <
typename ChildEventT = ManagedNotificationChildEventSummary>
137 template <
typename AggregateManagedNotificationEventArnT = Aws::String>
139 m_aggregateManagedNotificationEventArnHasBeenSet =
true;
140 m_aggregateManagedNotificationEventArn = std::forward<AggregateManagedNotificationEventArnT>(value);
142 template <
typename AggregateManagedNotificationEventArnT = Aws::String>
155 template <
typename OrganizationalUnitIdT = Aws::String>
157 m_organizationalUnitIdHasBeenSet =
true;
158 m_organizationalUnitId = std::forward<OrganizationalUnitIdT>(value);
160 template <
typename OrganizationalUnitIdT = Aws::String>
175 ManagedNotificationChildEventSummary m_childEvent;
177 Aws::String m_aggregateManagedNotificationEventArn;
180 bool m_arnHasBeenSet =
false;
181 bool m_managedNotificationConfigurationArnHasBeenSet =
false;
182 bool m_relatedAccountHasBeenSet =
false;
183 bool m_creationTimeHasBeenSet =
false;
184 bool m_childEventHasBeenSet =
false;
185 bool m_aggregateManagedNotificationEventArnHasBeenSet =
false;
186 bool m_organizationalUnitIdHasBeenSet =
false;
bool OrganizationalUnitIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
AWS_NOTIFICATIONS_API ManagedNotificationChildEventOverview()=default
AWS_NOTIFICATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetManagedNotificationConfigurationArn() const
void SetRelatedAccount(RelatedAccountT &&value)
ManagedNotificationChildEventOverview & WithChildEvent(ChildEventT &&value)
void SetManagedNotificationConfigurationArn(ManagedNotificationConfigurationArnT &&value)
bool ManagedNotificationConfigurationArnHasBeenSet() const
ManagedNotificationChildEventOverview & WithManagedNotificationConfigurationArn(ManagedNotificationConfigurationArnT &&value)
bool ArnHasBeenSet() const
ManagedNotificationChildEventOverview & WithAggregateManagedNotificationEventArn(AggregateManagedNotificationEventArnT &&value)
void SetArn(ArnT &&value)
bool ChildEventHasBeenSet() const
bool RelatedAccountHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
ManagedNotificationChildEventOverview & WithArn(ArnT &&value)
void SetChildEvent(ChildEventT &&value)
AWS_NOTIFICATIONS_API ManagedNotificationChildEventOverview & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRelatedAccount() const
const ManagedNotificationChildEventSummary & GetChildEvent() const
const Aws::String & GetOrganizationalUnitId() const
ManagedNotificationChildEventOverview & WithOrganizationalUnitId(OrganizationalUnitIdT &&value)
const Aws::String & GetArn() const
ManagedNotificationChildEventOverview & WithRelatedAccount(RelatedAccountT &&value)
void SetOrganizationalUnitId(OrganizationalUnitIdT &&value)
bool CreationTimeHasBeenSet() const
ManagedNotificationChildEventOverview & WithCreationTime(CreationTimeT &&value)
bool AggregateManagedNotificationEventArnHasBeenSet() const
AWS_NOTIFICATIONS_API ManagedNotificationChildEventOverview(Aws::Utils::Json::JsonView jsonValue)
void SetAggregateManagedNotificationEventArn(AggregateManagedNotificationEventArnT &&value)
const Aws::String & GetAggregateManagedNotificationEventArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue