7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CustomerProfiles
43 inline void SetKeyName(
const char* value) { m_keyName.assign(value); }
68 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AddProfileKeyResult & AddValues(const char *value)
void SetValues(Aws::Vector< Aws::String > &&value)
AWS_CUSTOMERPROFILES_API AddProfileKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AddProfileKeyResult & WithValues(Aws::Vector< Aws::String > &&value)
void SetRequestId(Aws::String &&value)
AWS_CUSTOMERPROFILES_API AddProfileKeyResult()
void SetKeyName(Aws::String &&value)
AWS_CUSTOMERPROFILES_API AddProfileKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetValues() const
AddProfileKeyResult & AddValues(const Aws::String &value)
AddProfileKeyResult & WithKeyName(const char *value)
AddProfileKeyResult & WithRequestId(const Aws::String &value)
void SetRequestId(const char *value)
void SetKeyName(const char *value)
AddProfileKeyResult & WithValues(const Aws::Vector< Aws::String > &value)
AddProfileKeyResult & WithRequestId(Aws::String &&value)
const Aws::String & GetKeyName() const
void SetKeyName(const Aws::String &value)
AddProfileKeyResult & WithRequestId(const char *value)
void SetValues(const Aws::Vector< Aws::String > &value)
AddProfileKeyResult & AddValues(Aws::String &&value)
const Aws::String & GetRequestId() const
AddProfileKeyResult & WithKeyName(const Aws::String &value)
void SetRequestId(const Aws::String &value)
AddProfileKeyResult & WithKeyName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue