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
43 template<
typename NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
55 template<
typename ProfileIdT = Aws::String>
56 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
57 template<
typename ProfileIdT = Aws::String>
67 template<
typename ResourceIdT = Aws::String>
68 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
69 template<
typename ResourceIdT = Aws::String>
80 template<
typename TagsT = Aws::Vector<Tag>>
81 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
82 template<
typename TagsT = Aws::Vector<Tag>>
84 template<
typename TagsT = Tag>
90 bool m_nameHasBeenSet =
false;
93 bool m_profileIdHasBeenSet =
false;
96 bool m_resourceIdHasBeenSet =
false;
99 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