7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/route53profiles/Route53ProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace Route53Profiles
30 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateProfileResourceAssociation"; }
43 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
74 inline void SetResourceProperties(
const char* value) { m_resourcePropertiesHasBeenSet =
true; m_resourceProperties.assign(value); }
82 bool m_nameHasBeenSet =
false;
85 bool m_profileResourceAssociationIdHasBeenSet =
false;
88 bool m_resourcePropertiesHasBeenSet =
false;
void SetResourceProperties(Aws::String &&value)
UpdateProfileResourceAssociationRequest & WithResourceProperties(const char *value)
virtual const char * GetServiceRequestName() const override
void SetResourceProperties(const char *value)
UpdateProfileResourceAssociationRequest & WithProfileResourceAssociationId(Aws::String &&value)
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
bool ProfileResourceAssociationIdHasBeenSet() const
UpdateProfileResourceAssociationRequest & WithResourceProperties(Aws::String &&value)
void SetName(Aws::String &&value)
AWS_ROUTE53PROFILES_API UpdateProfileResourceAssociationRequest()
void SetProfileResourceAssociationId(const Aws::String &value)
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
void SetResourceProperties(const Aws::String &value)
UpdateProfileResourceAssociationRequest & WithResourceProperties(const Aws::String &value)
bool ResourcePropertiesHasBeenSet() const
UpdateProfileResourceAssociationRequest & WithProfileResourceAssociationId(const Aws::String &value)
const Aws::String & GetProfileResourceAssociationId() const
const Aws::String & GetResourceProperties() const
void SetProfileResourceAssociationId(const char *value)
void SetName(const char *value)
void SetProfileResourceAssociationId(Aws::String &&value)
const Aws::String & GetName() const
UpdateProfileResourceAssociationRequest & WithProfileResourceAssociationId(const char *value)
UpdateProfileResourceAssociationRequest & WithName(const Aws::String &value)
UpdateProfileResourceAssociationRequest & WithName(Aws::String &&value)
UpdateProfileResourceAssociationRequest & WithName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String