7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/ApplicationInsightsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/application-insights/model/Tier.h>
15namespace ApplicationInsights
44 template<
typename ResourceGroupNameT = Aws::String>
45 void SetResourceGroupName(ResourceGroupNameT&& value) { m_resourceGroupNameHasBeenSet =
true; m_resourceGroupName = std::forward<ResourceGroupNameT>(value); }
46 template<
typename ResourceGroupNameT = Aws::String>
56 template<
typename ComponentNameT = Aws::String>
57 void SetComponentName(ComponentNameT&& value) { m_componentNameHasBeenSet =
true; m_componentName = std::forward<ComponentNameT>(value); }
58 template<
typename ComponentNameT = Aws::String>
68 inline void SetMonitor(
bool value) { m_monitorHasBeenSet =
true; m_monitor = value; }
78 inline void SetTier(
Tier value) { m_tierHasBeenSet =
true; m_tier = value; }
96 template<
typename ComponentConfigurationT = Aws::String>
97 void SetComponentConfiguration(ComponentConfigurationT&& value) { m_componentConfigurationHasBeenSet =
true; m_componentConfiguration = std::forward<ComponentConfigurationT>(value); }
98 template<
typename ComponentConfigurationT = Aws::String>
109 inline void SetAutoConfigEnabled(
bool value) { m_autoConfigEnabledHasBeenSet =
true; m_autoConfigEnabled = value; }
115 bool m_resourceGroupNameHasBeenSet =
false;
118 bool m_componentNameHasBeenSet =
false;
120 bool m_monitor{
false};
121 bool m_monitorHasBeenSet =
false;
124 bool m_tierHasBeenSet =
false;
127 bool m_componentConfigurationHasBeenSet =
false;
129 bool m_autoConfigEnabled{
false};
130 bool m_autoConfigEnabledHasBeenSet =
false;
bool ResourceGroupNameHasBeenSet() const
UpdateComponentConfigurationRequest & WithResourceGroupName(ResourceGroupNameT &&value)
UpdateComponentConfigurationRequest & WithAutoConfigEnabled(bool value)
void SetComponentName(ComponentNameT &&value)
const Aws::String & GetResourceGroupName() const
void SetComponentConfiguration(ComponentConfigurationT &&value)
UpdateComponentConfigurationRequest & WithComponentName(ComponentNameT &&value)
void SetAutoConfigEnabled(bool value)
bool ComponentNameHasBeenSet() const
AWS_APPLICATIONINSIGHTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateComponentConfigurationRequest & WithMonitor(bool value)
void SetResourceGroupName(ResourceGroupNameT &&value)
const Aws::String & GetComponentConfiguration() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetComponentName() const
AWS_APPLICATIONINSIGHTS_API Aws::String SerializePayload() const override
UpdateComponentConfigurationRequest & WithComponentConfiguration(ComponentConfigurationT &&value)
bool ComponentConfigurationHasBeenSet() const
UpdateComponentConfigurationRequest & WithTier(Tier value)
bool AutoConfigEnabledHasBeenSet() const
void SetMonitor(bool value)
bool MonitorHasBeenSet() const
bool TierHasBeenSet() const
bool GetAutoConfigEnabled() const
AWS_APPLICATIONINSIGHTS_API UpdateComponentConfigurationRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String