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