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/customer-profiles/model/ObjectFilter.h>
19namespace CustomerProfiles
50 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
62 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
88 inline void SetObjectTypeName(
const char* value) { m_objectTypeNameHasBeenSet =
true; m_objectTypeName.assign(value); }
102 inline void SetProfileId(
const char* value) { m_profileIdHasBeenSet =
true; m_profileId.assign(value); }
123 bool m_nextTokenHasBeenSet =
false;
126 bool m_maxResultsHasBeenSet =
false;
129 bool m_domainNameHasBeenSet =
false;
132 bool m_objectTypeNameHasBeenSet =
false;
135 bool m_profileIdHasBeenSet =
false;
138 bool m_objectFilterHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API ListProfileObjectsRequest()
void SetObjectFilter(ObjectFilter &&value)
ListProfileObjectsRequest & WithObjectTypeName(const char *value)
int GetMaxResults() const
void SetNextToken(const char *value)
const Aws::String & GetDomainName() const
void SetObjectFilter(const ObjectFilter &value)
const Aws::String & GetObjectTypeName() const
ListProfileObjectsRequest & WithNextToken(const char *value)
ListProfileObjectsRequest & WithNextToken(const Aws::String &value)
const Aws::String & GetProfileId() const
virtual const char * GetServiceRequestName() const override
bool DomainNameHasBeenSet() const
bool ObjectFilterHasBeenSet() const
void SetProfileId(const char *value)
void SetNextToken(const Aws::String &value)
ListProfileObjectsRequest & WithProfileId(const Aws::String &value)
bool ProfileIdHasBeenSet() const
void SetNextToken(Aws::String &&value)
ListProfileObjectsRequest & WithDomainName(const Aws::String &value)
ListProfileObjectsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
ListProfileObjectsRequest & WithObjectTypeName(Aws::String &&value)
ListProfileObjectsRequest & WithObjectTypeName(const Aws::String &value)
void SetProfileId(Aws::String &&value)
ListProfileObjectsRequest & WithNextToken(Aws::String &&value)
const ObjectFilter & GetObjectFilter() const
ListProfileObjectsRequest & WithObjectFilter(const ObjectFilter &value)
AWS_CUSTOMERPROFILES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
void SetObjectTypeName(const char *value)
ListProfileObjectsRequest & WithProfileId(const char *value)
ListProfileObjectsRequest & WithDomainName(const char *value)
bool NextTokenHasBeenSet() const
void SetObjectTypeName(const Aws::String &value)
void SetDomainName(const char *value)
void SetDomainName(const Aws::String &value)
ListProfileObjectsRequest & WithProfileId(Aws::String &&value)
ListProfileObjectsRequest & WithDomainName(Aws::String &&value)
ListProfileObjectsRequest & WithObjectFilter(ObjectFilter &&value)
bool ObjectTypeNameHasBeenSet() const
void SetDomainName(Aws::String &&value)
void SetObjectTypeName(Aws::String &&value)
void SetProfileId(const Aws::String &value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String