7#include <aws/application-insights/ApplicationInsightsRequest.h>
8#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApplicationInsights {
42 m_maxResultsHasBeenSet =
true;
57 template <
typename NextTokenT = Aws::String>
59 m_nextTokenHasBeenSet =
true;
60 m_nextToken = std::forward<NextTokenT>(value);
62 template <
typename NextTokenT = Aws::String>
75 template <
typename AccountIdT = Aws::String>
77 m_accountIdHasBeenSet =
true;
78 m_accountId = std::forward<AccountIdT>(value);
80 template <
typename AccountIdT = Aws::String>
92 bool m_maxResultsHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
94 bool m_accountIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
AWS_APPLICATIONINSIGHTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MaxResultsHasBeenSet() const
ListApplicationsRequest & WithAccountId(AccountIdT &&value)
void SetNextToken(NextTokenT &&value)
void SetAccountId(AccountIdT &&value)
const Aws::String & GetAccountId() const
AWS_APPLICATIONINSIGHTS_API ListApplicationsRequest()=default
bool NextTokenHasBeenSet() const
AWS_APPLICATIONINSIGHTS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
void SetMaxResults(int value)
bool AccountIdHasBeenSet() const
ListApplicationsRequest & WithMaxResults(int value)
ListApplicationsRequest & WithNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String