7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/ssm-contacts/SSMContactsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename PageIdT = Aws::String>
45 void SetPageId(PageIdT&& value) { m_pageIdHasBeenSet =
true; m_pageId = std::forward<PageIdT>(value); }
46 template<
typename PageIdT = Aws::String>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
68 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 bool m_pageIdHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
bool PageIdHasBeenSet() const
const Aws::String & GetNextToken() const
ListPageReceiptsRequest & WithMaxResults(int value)
const Aws::String & GetPageId() const
virtual const char * GetServiceRequestName() const override
AWS_SSMCONTACTS_API Aws::String SerializePayload() const override
ListPageReceiptsRequest & WithPageId(PageIdT &&value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
AWS_SSMCONTACTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
void SetPageId(PageIdT &&value)
void SetNextToken(NextTokenT &&value)
ListPageReceiptsRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
AWS_SSMCONTACTS_API ListPageReceiptsRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String