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