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); }
57 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
65 bool m_profileIdHasBeenSet =
false;
68 bool m_resourceIdHasBeenSet =
false;
const Aws::String & GetProfileId() const
DisassociateProfileRequest & WithResourceId(const Aws::String &value)
DisassociateProfileRequest & WithResourceId(Aws::String &&value)
AWS_ROUTE53PROFILES_API DisassociateProfileRequest()
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
void SetProfileId(Aws::String &&value)
DisassociateProfileRequest & WithProfileId(const Aws::String &value)
DisassociateProfileRequest & WithProfileId(Aws::String &&value)
void SetProfileId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetResourceId(const Aws::String &value)
void SetProfileId(const char *value)
bool ProfileIdHasBeenSet() const
bool ResourceIdHasBeenSet() const
const Aws::String & GetResourceId() const
void SetResourceId(const char *value)
void SetResourceId(Aws::String &&value)
DisassociateProfileRequest & WithResourceId(const char *value)
DisassociateProfileRequest & WithProfileId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String