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
43 template<
typename ResourceGroupNameT = Aws::String>
44 void SetResourceGroupName(ResourceGroupNameT&& value) { m_resourceGroupNameHasBeenSet =
true; m_resourceGroupName = std::forward<ResourceGroupNameT>(value); }
45 template<
typename ResourceGroupNameT = Aws::String>
55 template<
typename ComponentNameT = Aws::String>
56 void SetComponentName(ComponentNameT&& value) { m_componentNameHasBeenSet =
true; m_componentName = std::forward<ComponentNameT>(value); }
57 template<
typename ComponentNameT = Aws::String>
69 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
79 template<
typename NextTokenT = Aws::String>
80 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
81 template<
typename NextTokenT = Aws::String>
91 template<
typename AccountIdT = Aws::String>
92 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
93 template<
typename AccountIdT = Aws::String>
99 bool m_resourceGroupNameHasBeenSet =
false;
102 bool m_componentNameHasBeenSet =
false;
105 bool m_maxResultsHasBeenSet =
false;
108 bool m_nextTokenHasBeenSet =
false;
111 bool m_accountIdHasBeenSet =
false;
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
ListWorkloadsRequest & WithAccountId(AccountIdT &&value)
bool ResourceGroupNameHasBeenSet() const
const Aws::String & GetNextToken() const
ListWorkloadsRequest & WithMaxResults(int value)
AWS_APPLICATIONINSIGHTS_API Aws::String SerializePayload() const override
bool AccountIdHasBeenSet() const
ListWorkloadsRequest & WithResourceGroupName(ResourceGroupNameT &&value)
void SetMaxResults(int value)
const Aws::String & GetAccountId() const
ListWorkloadsRequest & WithComponentName(ComponentNameT &&value)
AWS_APPLICATIONINSIGHTS_API ListWorkloadsRequest()=default
void SetAccountId(AccountIdT &&value)
void SetComponentName(ComponentNameT &&value)
AWS_APPLICATIONINSIGHTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetResourceGroupName() const
void SetResourceGroupName(ResourceGroupNameT &&value)
int GetMaxResults() const
const Aws::String & GetComponentName() const
void SetNextToken(NextTokenT &&value)
bool ComponentNameHasBeenSet() const
ListWorkloadsRequest & WithNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String