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 SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
57 inline void SetProfileId(
const char* value) { m_profileIdHasBeenSet =
true; m_profileId.assign(value); }
71 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
88 inline void SetResourceProperties(
const char* value) { m_resourcePropertiesHasBeenSet =
true; m_resourceProperties.assign(value); }
96 bool m_nameHasBeenSet =
false;
99 bool m_profileIdHasBeenSet =
false;
102 bool m_resourceArnHasBeenSet =
false;
105 bool m_resourcePropertiesHasBeenSet =
false;
AssociateResourceToProfileRequest & WithResourceArn(const Aws::String &value)
AWS_ROUTE53PROFILES_API AssociateResourceToProfileRequest()
void SetName(const char *value)
void SetResourceArn(const Aws::String &value)
void SetResourceProperties(Aws::String &&value)
AssociateResourceToProfileRequest & WithResourceArn(Aws::String &&value)
AssociateResourceToProfileRequest & WithResourceProperties(Aws::String &&value)
void SetResourceArn(Aws::String &&value)
bool ProfileIdHasBeenSet() const
void SetName(Aws::String &&value)
const Aws::String & GetResourceProperties() const
void SetResourceArn(const char *value)
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
AssociateResourceToProfileRequest & WithName(Aws::String &&value)
void SetProfileId(const char *value)
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
bool ResourceArnHasBeenSet() const
AssociateResourceToProfileRequest & WithName(const char *value)
void SetResourceProperties(const char *value)
AssociateResourceToProfileRequest & WithProfileId(const char *value)
const Aws::String & GetResourceArn() const
bool ResourcePropertiesHasBeenSet() const
void SetResourceProperties(const Aws::String &value)
void SetProfileId(const Aws::String &value)
const Aws::String & GetName() const
AssociateResourceToProfileRequest & WithResourceProperties(const Aws::String &value)
AssociateResourceToProfileRequest & WithProfileId(const Aws::String &value)
AssociateResourceToProfileRequest & WithName(const Aws::String &value)
AssociateResourceToProfileRequest & WithResourceProperties(const char *value)
void SetProfileId(Aws::String &&value)
AssociateResourceToProfileRequest & WithResourceArn(const char *value)
AssociateResourceToProfileRequest & WithProfileId(Aws::String &&value)
const Aws::String & GetProfileId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String