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