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;
virtual const char * GetServiceRequestName() const override
bool ProfileIdHasBeenSet() const
AWS_ROLESANYWHERE_API Aws::String SerializePayload() const override
DeleteProfileRequest & WithProfileId(Aws::String &&value)
DeleteProfileRequest & WithProfileId(const Aws::String &value)
void SetProfileId(Aws::String &&value)
void SetProfileId(const Aws::String &value)
AWS_ROLESANYWHERE_API DeleteProfileRequest()
DeleteProfileRequest & WithProfileId(const char *value)
void SetProfileId(const char *value)
const Aws::String & GetProfileId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String