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>
13#include <aws/core/utils/UUID.h>
17namespace Route53Profiles
51 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
65 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
88 bool m_clientTokenHasBeenSet =
false;
91 bool m_nameHasBeenSet =
false;
94 bool m_tagsHasBeenSet =
false;
const Aws::Vector< Tag > & GetTags() const
CreateProfileRequest & WithName(const Aws::String &value)
const Aws::String & GetClientToken() const
void SetTags(const Aws::Vector< Tag > &value)
void SetTags(Aws::Vector< Tag > &&value)
virtual const char * GetServiceRequestName() const override
bool ClientTokenHasBeenSet() const
CreateProfileRequest & AddTags(Tag &&value)
void SetName(const char *value)
CreateProfileRequest & AddTags(const Tag &value)
CreateProfileRequest & WithName(Aws::String &&value)
CreateProfileRequest & WithTags(Aws::Vector< Tag > &&value)
bool NameHasBeenSet() const
void SetName(Aws::String &&value)
void SetName(const Aws::String &value)
void SetClientToken(Aws::String &&value)
bool TagsHasBeenSet() const
CreateProfileRequest & WithClientToken(Aws::String &&value)
AWS_ROUTE53PROFILES_API CreateProfileRequest()
CreateProfileRequest & WithClientToken(const Aws::String &value)
CreateProfileRequest & WithName(const char *value)
AWS_ROUTE53PROFILES_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
CreateProfileRequest & WithClientToken(const char *value)
CreateProfileRequest & WithTags(const Aws::Vector< Tag > &value)
void SetClientToken(const Aws::String &value)
void SetClientToken(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector