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/NotificationSetting.h>
16namespace RolesAnywhere
43 template<
typename NotificationSettingsT = Aws::Vector<NotificationSetting>>
44 void SetNotificationSettings(NotificationSettingsT&& value) { m_notificationSettingsHasBeenSet =
true; m_notificationSettings = std::forward<NotificationSettingsT>(value); }
45 template<
typename NotificationSettingsT = Aws::Vector<NotificationSetting>>
47 template<
typename NotificationSettingsT = NotificationSetting>
57 template<
typename TrustAnchorIdT = Aws::String>
58 void SetTrustAnchorId(TrustAnchorIdT&& value) { m_trustAnchorIdHasBeenSet =
true; m_trustAnchorId = std::forward<TrustAnchorIdT>(value); }
59 template<
typename TrustAnchorIdT = Aws::String>
65 bool m_notificationSettingsHasBeenSet =
false;
68 bool m_trustAnchorIdHasBeenSet =
false;
AWS_ROLESANYWHERE_API PutNotificationSettingsRequest()=default
void SetNotificationSettings(NotificationSettingsT &&value)
bool TrustAnchorIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_ROLESANYWHERE_API Aws::String SerializePayload() const override
void SetTrustAnchorId(TrustAnchorIdT &&value)
const Aws::String & GetTrustAnchorId() const
PutNotificationSettingsRequest & AddNotificationSettings(NotificationSettingsT &&value)
PutNotificationSettingsRequest & WithNotificationSettings(NotificationSettingsT &&value)
const Aws::Vector< NotificationSetting > & GetNotificationSettings() const
PutNotificationSettingsRequest & WithTrustAnchorId(TrustAnchorIdT &&value)
bool NotificationSettingsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector