7#include <aws/application-insights/ApplicationInsightsRequest.h>
8#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
9#include <aws/application-insights/model/Tier.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ApplicationInsights {
40 template <
typename ResourceGroupNameT = Aws::String>
42 m_resourceGroupNameHasBeenSet =
true;
43 m_resourceGroupName = std::forward<ResourceGroupNameT>(value);
45 template <
typename ResourceGroupNameT = Aws::String>
58 template <
typename ComponentNameT = Aws::String>
60 m_componentNameHasBeenSet =
true;
61 m_componentName = std::forward<ComponentNameT>(value);
63 template <
typename ComponentNameT = Aws::String>
77 m_monitorHasBeenSet =
true;
93 m_tierHasBeenSet =
true;
116 template <
typename ComponentConfigurationT = Aws::String>
118 m_componentConfigurationHasBeenSet =
true;
119 m_componentConfiguration = std::forward<ComponentConfigurationT>(value);
121 template <
typename ComponentConfigurationT = Aws::String>
136 m_autoConfigEnabledHasBeenSet =
true;
137 m_autoConfigEnabled = value;
149 bool m_monitor{
false};
155 bool m_autoConfigEnabled{
false};
156 bool m_resourceGroupNameHasBeenSet =
false;
157 bool m_componentNameHasBeenSet =
false;
158 bool m_monitorHasBeenSet =
false;
159 bool m_tierHasBeenSet =
false;
160 bool m_componentConfigurationHasBeenSet =
false;
161 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