7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9#include <aws/customer-profiles/model/Profile.h>
10#include <aws/customer-profiles/model/QueryResult.h>
21namespace CustomerProfiles {
42 template <
typename ProfileIdT = Aws::String>
44 m_profileIdHasBeenSet =
true;
45 m_profileId = std::forward<ProfileIdT>(value);
47 template <
typename ProfileIdT = Aws::String>
61 m_queryResultHasBeenSet =
true;
62 m_queryResult = value;
74 template <
typename ProfileT = Profile>
76 m_profileHasBeenSet =
true;
77 m_profile = std::forward<ProfileT>(value);
79 template <
typename ProfileT = Profile>
91 bool m_profileIdHasBeenSet =
false;
92 bool m_queryResultHasBeenSet =
false;
93 bool m_profileHasBeenSet =
false;
bool ProfileHasBeenSet() const
bool QueryResultHasBeenSet() const
ProfileQueryResult & WithProfileId(ProfileIdT &&value)
AWS_CUSTOMERPROFILES_API ProfileQueryResult()=default
AWS_CUSTOMERPROFILES_API ProfileQueryResult & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProfileId() const
bool ProfileIdHasBeenSet() const
void SetQueryResult(QueryResult value)
void SetProfileId(ProfileIdT &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
ProfileQueryResult & WithQueryResult(QueryResult value)
ProfileQueryResult & WithProfile(ProfileT &&value)
const Profile & GetProfile() const
QueryResult GetQueryResult() const
AWS_CUSTOMERPROFILES_API ProfileQueryResult(Aws::Utils::Json::JsonView jsonValue)
void SetProfile(ProfileT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue