7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/LocaleCode.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
59 template <
typename NotificationIdT = Aws::String>
61 m_notificationIdHasBeenSet =
true;
62 m_notificationId = std::forward<NotificationIdT>(value);
64 template <
typename NotificationIdT = Aws::String>
78 template <
typename ContentT = Aws::Map<LocaleCode, Aws::String>>
80 m_contentHasBeenSet =
true;
81 m_content = std::forward<ContentT>(value);
83 template <
typename ContentT = Aws::Map<LocaleCode, Aws::String>>
89 m_contentHasBeenSet =
true;
90 m_content.emplace(key, value);
100 bool m_instanceIdHasBeenSet =
false;
101 bool m_notificationIdHasBeenSet =
false;
102 bool m_contentHasBeenSet =
false;
void SetInstanceId(InstanceIdT &&value)
UpdateNotificationContentRequest & WithNotificationId(NotificationIdT &&value)
bool ContentHasBeenSet() const
UpdateNotificationContentRequest & WithContent(ContentT &&value)
void SetNotificationId(NotificationIdT &&value)
AWS_CONNECT_API UpdateNotificationContentRequest()=default
bool InstanceIdHasBeenSet() const
const Aws::String & GetInstanceId() const
UpdateNotificationContentRequest & AddContent(LocaleCode key, Aws::String value)
void SetContent(ContentT &&value)
const Aws::Map< LocaleCode, Aws::String > & GetContent() const
UpdateNotificationContentRequest & WithInstanceId(InstanceIdT &&value)
bool NotificationIdHasBeenSet() const
const Aws::String & GetNotificationId() const
AWS_CONNECT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
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