7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/LocaleCode.h>
9#include <aws/connect/model/NotificationPriority.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename IdT = Aws::String>
48 m_idHasBeenSet =
true;
49 m_id = std::forward<IdT>(value);
51 template <
typename IdT = Aws::String>
53 SetId(std::forward<IdT>(value));
64 template <
typename ArnT = Aws::String>
66 m_arnHasBeenSet =
true;
67 m_arn = std::forward<ArnT>(value);
69 template <
typename ArnT = Aws::String>
71 SetArn(std::forward<ArnT>(value));
82 template <
typename InstanceIdT = Aws::String>
84 m_instanceIdHasBeenSet =
true;
85 m_instanceId = std::forward<InstanceIdT>(value);
87 template <
typename InstanceIdT = Aws::String>
100 template <
typename ContentT = Aws::Map<LocaleCode, Aws::String>>
102 m_contentHasBeenSet =
true;
103 m_content = std::forward<ContentT>(value);
105 template <
typename ContentT = Aws::Map<LocaleCode, Aws::String>>
111 m_contentHasBeenSet =
true;
112 m_content.emplace(key, value);
124 m_priorityHasBeenSet =
true;
139 template <
typename RecipientsT = Aws::Vector<Aws::String>>
141 m_recipientsHasBeenSet =
true;
142 m_recipients = std::forward<RecipientsT>(value);
144 template <
typename RecipientsT = Aws::Vector<Aws::String>>
149 template <
typename RecipientsT = Aws::String>
151 m_recipientsHasBeenSet =
true;
152 m_recipients.emplace_back(std::forward<RecipientsT>(value));
163 template <
typename CreatedAtT = Aws::Utils::DateTime>
165 m_createdAtHasBeenSet =
true;
166 m_createdAt = std::forward<CreatedAtT>(value);
168 template <
typename CreatedAtT = Aws::Utils::DateTime>
181 template <
typename ExpiresAtT = Aws::Utils::DateTime>
183 m_expiresAtHasBeenSet =
true;
184 m_expiresAt = std::forward<ExpiresAtT>(value);
186 template <
typename ExpiresAtT = Aws::Utils::DateTime>
199 template <
typename LastModifiedRegionT = Aws::String>
201 m_lastModifiedRegionHasBeenSet =
true;
202 m_lastModifiedRegion = std::forward<LastModifiedRegionT>(value);
204 template <
typename LastModifiedRegionT = Aws::String>
217 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
219 m_lastModifiedTimeHasBeenSet =
true;
220 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
222 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
235 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
237 m_tagsHasBeenSet =
true;
238 m_tags = std::forward<TagsT>(value);
240 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
242 SetTags(std::forward<TagsT>(value));
245 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
247 m_tagsHasBeenSet =
true;
248 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
274 bool m_idHasBeenSet =
false;
275 bool m_arnHasBeenSet =
false;
276 bool m_instanceIdHasBeenSet =
false;
277 bool m_contentHasBeenSet =
false;
278 bool m_priorityHasBeenSet =
false;
279 bool m_recipientsHasBeenSet =
false;
280 bool m_createdAtHasBeenSet =
false;
281 bool m_expiresAtHasBeenSet =
false;
282 bool m_lastModifiedRegionHasBeenSet =
false;
283 bool m_lastModifiedTimeHasBeenSet =
false;
284 bool m_tagsHasBeenSet =
false;
bool RecipientsHasBeenSet() const
void SetRecipients(RecipientsT &&value)
const Aws::Vector< Aws::String > & GetRecipients() const
AWS_CONNECT_API NotificationSearchSummary()=default
AWS_CONNECT_API NotificationSearchSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(CreatedAtT &&value)
NotificationSearchSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetLastModifiedRegion() const
void SetExpiresAt(ExpiresAtT &&value)
NotificationSearchSummary & AddRecipients(RecipientsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool InstanceIdHasBeenSet() const
bool PriorityHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
NotificationPriority GetPriority() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
NotificationSearchSummary & WithId(IdT &&value)
const Aws::Utils::DateTime & GetExpiresAt() const
const Aws::String & GetArn() const
NotificationSearchSummary & WithTags(TagsT &&value)
bool LastModifiedRegionHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
void SetPriority(NotificationPriority value)
void SetContent(ContentT &&value)
void SetLastModifiedRegion(LastModifiedRegionT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetInstanceId() const
bool ContentHasBeenSet() const
NotificationSearchSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
bool ArnHasBeenSet() const
NotificationSearchSummary & WithPriority(NotificationPriority value)
NotificationSearchSummary & WithArn(ArnT &&value)
NotificationSearchSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Map< LocaleCode, Aws::String > & GetContent() const
NotificationSearchSummary & WithRecipients(RecipientsT &&value)
bool TagsHasBeenSet() const
AWS_CONNECT_API NotificationSearchSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
NotificationSearchSummary & WithLastModifiedRegion(LastModifiedRegionT &&value)
NotificationSearchSummary & WithContent(ContentT &&value)
bool IdHasBeenSet() const
void SetArn(ArnT &&value)
NotificationSearchSummary & AddContent(LocaleCode key, Aws::String value)
NotificationSearchSummary & WithInstanceId(InstanceIdT &&value)
const Aws::String & GetId() const
void SetTags(TagsT &&value)
bool ExpiresAtHasBeenSet() const
void SetInstanceId(InstanceIdT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
NotificationSearchSummary & WithExpiresAt(ExpiresAtT &&value)
bool CreatedAtHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue