7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/route53profiles/Route53ProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/route53profiles/model/Tag.h>
16namespace Route53Profiles
45 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
59 inline void SetProfileId(
const char* value) { m_profileIdHasBeenSet =
true; m_profileId.assign(value); }
73 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
96 bool m_nameHasBeenSet =
false;
99 bool m_profileIdHasBeenSet =
false;
102 bool m_resourceIdHasBeenSet =
false;
105 bool m_tagsHasBeenSet =
false;
const Aws::String & GetName() const
void SetName(const Aws::String &value)
const Aws::String & GetProfileId() const
const Aws::Vector< Tag > & GetTags() const
bool NameHasBeenSet() const
AssociateProfileRequest & WithProfileId(Aws::String &&value)
AssociateProfileRequest & WithTags(const Aws::Vector< Tag > &value)
AssociateProfileRequest & WithResourceId(Aws::String &&value)
AssociateProfileRequest & WithName(const Aws::String &value)
AWS_ROUTE53PROFILES_API AssociateProfileRequest()
void SetProfileId(const Aws::String &value)
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
AssociateProfileRequest & AddTags(const Tag &value)
void SetResourceId(const char *value)
AssociateProfileRequest & WithName(Aws::String &&value)
AssociateProfileRequest & WithProfileId(const Aws::String &value)
AssociateProfileRequest & WithResourceId(const char *value)
void SetResourceId(const Aws::String &value)
bool ProfileIdHasBeenSet() const
void SetName(const char *value)
AssociateProfileRequest & WithProfileId(const char *value)
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetTags(Aws::Vector< Tag > &&value)
void SetProfileId(Aws::String &&value)
AssociateProfileRequest & WithResourceId(const Aws::String &value)
void SetProfileId(const char *value)
void SetResourceId(Aws::String &&value)
void SetTags(const Aws::Vector< Tag > &value)
const Aws::String & GetResourceId() const
AssociateProfileRequest & WithTags(Aws::Vector< Tag > &&value)
AssociateProfileRequest & WithName(const char *value)
bool ResourceIdHasBeenSet() const
void SetName(Aws::String &&value)
AssociateProfileRequest & AddTags(Tag &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector