7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/CustomerProfilesRequest.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
15namespace CustomerProfiles {
38 template <
typename ProfileIdT = Aws::String>
40 m_profileIdHasBeenSet =
true;
41 m_profileId = std::forward<ProfileIdT>(value);
43 template <
typename ProfileIdT = Aws::String>
56 template <
typename KeyNameT = Aws::String>
58 m_keyNameHasBeenSet =
true;
59 m_keyName = std::forward<KeyNameT>(value);
61 template <
typename KeyNameT = Aws::String>
74 template <
typename ValuesT = Aws::Vector<Aws::String>>
76 m_valuesHasBeenSet =
true;
77 m_values = std::forward<ValuesT>(value);
79 template <
typename ValuesT = Aws::Vector<Aws::String>>
84 template <
typename ValuesT = Aws::String>
86 m_valuesHasBeenSet =
true;
87 m_values.emplace_back(std::forward<ValuesT>(value));
98 template <
typename DomainNameT = Aws::String>
100 m_domainNameHasBeenSet =
true;
101 m_domainName = std::forward<DomainNameT>(value);
103 template <
typename DomainNameT = Aws::String>
117 bool m_profileIdHasBeenSet =
false;
118 bool m_keyNameHasBeenSet =
false;
119 bool m_valuesHasBeenSet =
false;
120 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