7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/ApplicationInsightsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApplicationInsights
45 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
67 template<
typename AccountIdT = Aws::String>
68 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
69 template<
typename AccountIdT = Aws::String>
75 bool m_maxResultsHasBeenSet =
false;
78 bool m_nextTokenHasBeenSet =
false;
81 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