7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rolesanywhere/RolesAnywhereRequest.h>
10#include <aws/rolesanywhere/RolesAnywhere_EXPORTS.h>
11#include <aws/rolesanywhere/model/NotificationSettingKey.h>
16namespace RolesAnywhere {
39 template <
typename TrustAnchorIdT = Aws::String>
41 m_trustAnchorIdHasBeenSet =
true;
42 m_trustAnchorId = std::forward<TrustAnchorIdT>(value);
44 template <
typename TrustAnchorIdT = Aws::String>
58 template <
typename NotificationSettingKeysT = Aws::Vector<NotificationSettingKey>>
60 m_notificationSettingKeysHasBeenSet =
true;
61 m_notificationSettingKeys = std::forward<NotificationSettingKeysT>(value);
63 template <
typename NotificationSettingKeysT = Aws::Vector<NotificationSettingKey>>
68 template <
typename NotificationSettingKeysT = NotificationSettingKey>
70 m_notificationSettingKeysHasBeenSet =
true;
71 m_notificationSettingKeys.emplace_back(std::forward<NotificationSettingKeysT>(value));
79 bool m_trustAnchorIdHasBeenSet =
false;
80 bool m_notificationSettingKeysHasBeenSet =
false;
ResetNotificationSettingsRequest & WithNotificationSettingKeys(NotificationSettingKeysT &&value)
bool TrustAnchorIdHasBeenSet() const
void SetNotificationSettingKeys(NotificationSettingKeysT &&value)
const Aws::Vector< NotificationSettingKey > & GetNotificationSettingKeys() const
ResetNotificationSettingsRequest & AddNotificationSettingKeys(NotificationSettingKeysT &&value)
AWS_ROLESANYWHERE_API Aws::String SerializePayload() const override
ResetNotificationSettingsRequest & WithTrustAnchorId(TrustAnchorIdT &&value)
bool NotificationSettingKeysHasBeenSet() const
void SetTrustAnchorId(TrustAnchorIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_ROLESANYWHERE_API ResetNotificationSettingsRequest()=default
const Aws::String & GetTrustAnchorId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector