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/ManagedNotificationChildEventSummary.h>
23namespace Notifications
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
63 template<
typename ManagedNotificationConfigurationArnT = Aws::String>
64 void SetManagedNotificationConfigurationArn(ManagedNotificationConfigurationArnT&& value) { m_managedNotificationConfigurationArnHasBeenSet =
true; m_managedNotificationConfigurationArn = std::forward<ManagedNotificationConfigurationArnT>(value); }
65 template<
typename ManagedNotificationConfigurationArnT = Aws::String>
76 template<
typename RelatedAccountT = Aws::String>
77 void SetRelatedAccount(RelatedAccountT&& value) { m_relatedAccountHasBeenSet =
true; m_relatedAccount = std::forward<RelatedAccountT>(value); }
78 template<
typename RelatedAccountT = Aws::String>
88 template<
typename CreationTimeT = Aws::Utils::DateTime>
89 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
90 template<
typename CreationTimeT = Aws::Utils::DateTime>
100 template<
typename ChildEventT = ManagedNotificationChildEventSummary>
101 void SetChildEvent(ChildEventT&& value) { m_childEventHasBeenSet =
true; m_childEvent = std::forward<ChildEventT>(value); }
102 template<
typename ChildEventT = ManagedNotificationChildEventSummary>
113 template<
typename AggregateManagedNotificationEventArnT = Aws::String>
114 void SetAggregateManagedNotificationEventArn(AggregateManagedNotificationEventArnT&& value) { m_aggregateManagedNotificationEventArnHasBeenSet =
true; m_aggregateManagedNotificationEventArn = std::forward<AggregateManagedNotificationEventArnT>(value); }
115 template<
typename AggregateManagedNotificationEventArnT = Aws::String>
125 template<
typename OrganizationalUnitIdT = Aws::String>
126 void SetOrganizationalUnitId(OrganizationalUnitIdT&& value) { m_organizationalUnitIdHasBeenSet =
true; m_organizationalUnitId = std::forward<OrganizationalUnitIdT>(value); }
127 template<
typename OrganizationalUnitIdT = Aws::String>
133 bool m_arnHasBeenSet =
false;
136 bool m_managedNotificationConfigurationArnHasBeenSet =
false;
139 bool m_relatedAccountHasBeenSet =
false;
142 bool m_creationTimeHasBeenSet =
false;
144 ManagedNotificationChildEventSummary m_childEvent;
145 bool m_childEventHasBeenSet =
false;
147 Aws::String m_aggregateManagedNotificationEventArn;
148 bool m_aggregateManagedNotificationEventArnHasBeenSet =
false;
151 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