7#include <aws/rolesanywhere/RolesAnywhere_EXPORTS.h>
8#include <aws/rolesanywhere/RolesAnywhereRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace RolesAnywhere
41 template<
typename ProfileIdT = Aws::String>
42 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
43 template<
typename ProfileIdT = Aws::String>
49 bool m_profileIdHasBeenSet =
false;
bool ProfileIdHasBeenSet() const
void SetProfileId(ProfileIdT &&value)
AWS_ROLESANYWHERE_API DisableProfileRequest()=default
DisableProfileRequest & WithProfileId(ProfileIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_ROLESANYWHERE_API Aws::String SerializePayload() const override
const Aws::String & GetProfileId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String