7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace CustomerProfiles
42 template<
typename ProfileIdT = Aws::String>
43 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
44 template<
typename ProfileIdT = Aws::String>
54 template<
typename KeyNameT = Aws::String>
55 void SetKeyName(KeyNameT&& value) { m_keyNameHasBeenSet =
true; m_keyName = std::forward<KeyNameT>(value); }
56 template<
typename KeyNameT = Aws::String>
66 template<
typename ValuesT = Aws::Vector<Aws::String>>
67 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
68 template<
typename ValuesT = Aws::Vector<Aws::String>>
70 template<
typename ValuesT = Aws::String>
80 template<
typename DomainNameT = Aws::String>
81 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
82 template<
typename DomainNameT = Aws::String>
88 bool m_profileIdHasBeenSet =
false;
91 bool m_keyNameHasBeenSet =
false;
94 bool m_valuesHasBeenSet =
false;
97 bool m_domainNameHasBeenSet =
false;
bool KeyNameHasBeenSet() const
void SetDomainName(DomainNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetKeyName(KeyNameT &&value)
bool ValuesHasBeenSet() const
const Aws::String & GetKeyName() const
DeleteProfileKeyRequest & WithProfileId(ProfileIdT &&value)
const Aws::String & GetDomainName() const
DeleteProfileKeyRequest & WithKeyName(KeyNameT &&value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
DeleteProfileKeyRequest & WithDomainName(DomainNameT &&value)
AWS_CUSTOMERPROFILES_API DeleteProfileKeyRequest()=default
bool ProfileIdHasBeenSet() const
void SetProfileId(ProfileIdT &&value)
bool DomainNameHasBeenSet() const
DeleteProfileKeyRequest & WithValues(ValuesT &&value)
const Aws::Vector< Aws::String > & GetValues() const
const Aws::String & GetProfileId() const
void SetValues(ValuesT &&value)
DeleteProfileKeyRequest & AddValues(ValuesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector