7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/route53profiles/Route53ProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace Route53Profiles
41 template<
typename ProfileIdT = Aws::String>
42 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
43 template<
typename ProfileIdT = Aws::String>
53 template<
typename ResourceIdT = Aws::String>
54 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
55 template<
typename ResourceIdT = Aws::String>
61 bool m_profileIdHasBeenSet =
false;
64 bool m_resourceIdHasBeenSet =
false;
const Aws::String & GetProfileId() const
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
DisassociateProfileRequest & WithResourceId(ResourceIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetResourceId(ResourceIdT &&value)
bool ProfileIdHasBeenSet() const
bool ResourceIdHasBeenSet() const
void SetProfileId(ProfileIdT &&value)
AWS_ROUTE53PROFILES_API DisassociateProfileRequest()=default
const Aws::String & GetResourceId() const
DisassociateProfileRequest & WithProfileId(ProfileIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String