7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace CustomerProfiles
47 template<
typename UriT = Aws::String>
48 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
49 template<
typename UriT = Aws::String>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 inline void SetIncludeHidden(
bool value) { m_includeHiddenHasBeenSet =
true; m_includeHidden = value; }
88 bool m_uriHasBeenSet =
false;
91 bool m_nextTokenHasBeenSet =
false;
94 bool m_maxResultsHasBeenSet =
false;
96 bool m_includeHidden{
false};
97 bool m_includeHiddenHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
bool GetIncludeHidden() const
virtual const char * GetServiceRequestName() const override
AWS_CUSTOMERPROFILES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListAccountIntegrationsRequest & WithUri(UriT &&value)
ListAccountIntegrationsRequest & WithNextToken(NextTokenT &&value)
void SetIncludeHidden(bool value)
void SetMaxResults(int value)
ListAccountIntegrationsRequest & WithMaxResults(int value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
const Aws::String & GetUri() const
bool UriHasBeenSet() const
bool NextTokenHasBeenSet() const
int GetMaxResults() const
bool IncludeHiddenHasBeenSet() const
ListAccountIntegrationsRequest & WithIncludeHidden(bool value)
void SetNextToken(NextTokenT &&value)
AWS_CUSTOMERPROFILES_API ListAccountIntegrationsRequest()=default
const Aws::String & GetNextToken() const
void SetUri(UriT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String