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 SetResourceGroupName(
const char* value) { m_resourceGroupNameHasBeenSet =
true; m_resourceGroupName.assign(value); }
53 bool m_resourceGroupNameHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetResourceGroupName() const
void SetResourceGroupName(Aws::String &&value)
DeleteApplicationRequest & WithResourceGroupName(Aws::String &&value)
AWS_APPLICATIONINSIGHTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteApplicationRequest & WithResourceGroupName(const char *value)
void SetResourceGroupName(const char *value)
AWS_APPLICATIONINSIGHTS_API Aws::String SerializePayload() const override
DeleteApplicationRequest & WithResourceGroupName(const Aws::String &value)
AWS_APPLICATIONINSIGHTS_API DeleteApplicationRequest()
void SetResourceGroupName(const Aws::String &value)
bool ResourceGroupNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String