7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/route53profiles/Route53ProfilesRequest.h>
10#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
11#include <aws/route53profiles/model/Tag.h>
16namespace Route53Profiles {
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
57 template <
typename ProfileIdT = Aws::String>
59 m_profileIdHasBeenSet =
true;
60 m_profileId = std::forward<ProfileIdT>(value);
62 template <
typename ProfileIdT = Aws::String>
75 template <
typename ResourceIdT = Aws::String>
77 m_resourceIdHasBeenSet =
true;
78 m_resourceId = std::forward<ResourceIdT>(value);
80 template <
typename ResourceIdT = Aws::String>
94 template <
typename TagsT = Aws::Vector<Tag>>
96 m_tagsHasBeenSet =
true;
97 m_tags = std::forward<TagsT>(value);
99 template <
typename TagsT = Aws::Vector<Tag>>
101 SetTags(std::forward<TagsT>(value));
104 template <
typename TagsT = Tag>
106 m_tagsHasBeenSet =
true;
107 m_tags.emplace_back(std::forward<TagsT>(value));
119 bool m_nameHasBeenSet =
false;
120 bool m_profileIdHasBeenSet =
false;
121 bool m_resourceIdHasBeenSet =
false;
122 bool m_tagsHasBeenSet =
false;
const Aws::String & GetName() const
const Aws::String & GetProfileId() const
AssociateProfileRequest & WithName(NameT &&value)
const Aws::Vector< Tag > & GetTags() const
AssociateProfileRequest & WithResourceId(ResourceIdT &&value)
bool NameHasBeenSet() const
AssociateProfileRequest & WithTags(TagsT &&value)
AWS_ROUTE53PROFILES_API AssociateProfileRequest()=default
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
void SetResourceId(ResourceIdT &&value)
void SetTags(TagsT &&value)
void SetName(NameT &&value)
AssociateProfileRequest & AddTags(TagsT &&value)
void SetProfileId(ProfileIdT &&value)
bool ProfileIdHasBeenSet() const
AssociateProfileRequest & WithProfileId(ProfileIdT &&value)
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetResourceId() const
bool ResourceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector