7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53profiles/Route53ProfilesRequest.h>
9#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
14namespace Route53Profiles {
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;
virtual const char * GetServiceRequestName() const override
DeleteProfileRequest & WithProfileId(ProfileIdT &&value)
AWS_ROUTE53PROFILES_API DeleteProfileRequest()=default
void SetProfileId(ProfileIdT &&value)
bool ProfileIdHasBeenSet() const
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
const Aws::String & GetProfileId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String