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 SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
65 bool m_profileIdHasBeenSet =
false;
68 bool m_resourceArnHasBeenSet =
false;
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
DisassociateResourceFromProfileRequest & WithProfileId(Aws::String &&value)
AWS_ROUTE53PROFILES_API DisassociateResourceFromProfileRequest()
DisassociateResourceFromProfileRequest & WithProfileId(const Aws::String &value)
void SetProfileId(const char *value)
void SetResourceArn(const char *value)
void SetProfileId(const Aws::String &value)
DisassociateResourceFromProfileRequest & WithProfileId(const char *value)
bool ProfileIdHasBeenSet() const
const Aws::String & GetResourceArn() const
void SetProfileId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
DisassociateResourceFromProfileRequest & WithResourceArn(const Aws::String &value)
DisassociateResourceFromProfileRequest & WithResourceArn(const char *value)
DisassociateResourceFromProfileRequest & WithResourceArn(Aws::String &&value)
bool ResourceArnHasBeenSet() const
const Aws::String & GetProfileId() const
void SetResourceArn(Aws::String &&value)
void SetResourceArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String