7#include <aws/rolesanywhere/RolesAnywhere_EXPORTS.h>
8#include <aws/rolesanywhere/RolesAnywhereRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/rolesanywhere/model/NotificationSettingKey.h>
16namespace RolesAnywhere
44 template<
typename NotificationSettingKeysT = Aws::Vector<NotificationSettingKey>>
45 void SetNotificationSettingKeys(NotificationSettingKeysT&& value) { m_notificationSettingKeysHasBeenSet =
true; m_notificationSettingKeys = std::forward<NotificationSettingKeysT>(value); }
46 template<
typename NotificationSettingKeysT = Aws::Vector<NotificationSettingKey>>
48 template<
typename NotificationSettingKeysT = NotificationSettingKey>
58 template<
typename TrustAnchorIdT = Aws::String>
59 void SetTrustAnchorId(TrustAnchorIdT&& value) { m_trustAnchorIdHasBeenSet =
true; m_trustAnchorId = std::forward<TrustAnchorIdT>(value); }
60 template<
typename TrustAnchorIdT = Aws::String>
66 bool m_notificationSettingKeysHasBeenSet =
false;
69 bool m_trustAnchorIdHasBeenSet =
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