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