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 {
39 template <
typename ResourceGroupNameT = Aws::String>
41 m_resourceGroupNameHasBeenSet =
true;
42 m_resourceGroupName = std::forward<ResourceGroupNameT>(value);
44 template <
typename ResourceGroupNameT = Aws::String>
60 m_maxResultsHasBeenSet =
true;
75 template <
typename NextTokenT = Aws::String>
77 m_nextTokenHasBeenSet =
true;
78 m_nextToken = std::forward<NextTokenT>(value);
80 template <
typename NextTokenT = Aws::String>
93 template <
typename AccountIdT = Aws::String>
95 m_accountIdHasBeenSet =
true;
96 m_accountId = std::forward<AccountIdT>(value);
98 template <
typename AccountIdT = Aws::String>
112 bool m_resourceGroupNameHasBeenSet =
false;
113 bool m_maxResultsHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
115 bool m_accountIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_APPLICATIONINSIGHTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAccountId(AccountIdT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetAccountId() const
AWS_APPLICATIONINSIGHTS_API Aws::String SerializePayload() const override
void SetResourceGroupName(ResourceGroupNameT &&value)
bool ResourceGroupNameHasBeenSet() const
ListComponentsRequest & WithAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
AWS_APPLICATIONINSIGHTS_API ListComponentsRequest()=default
ListComponentsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
ListComponentsRequest & WithMaxResults(int value)
const Aws::String & GetResourceGroupName() const
ListComponentsRequest & WithResourceGroupName(ResourceGroupNameT &&value)
bool NextTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String