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>
56 inline void SetOpsCenterEnabled(
bool value) { m_opsCenterEnabledHasBeenSet =
true; m_opsCenterEnabled = value; }
68 inline void SetCWEMonitorEnabled(
bool value) { m_cWEMonitorEnabledHasBeenSet =
true; m_cWEMonitorEnabled = value; }
80 template<
typename OpsItemSNSTopicArnT = Aws::String>
81 void SetOpsItemSNSTopicArn(OpsItemSNSTopicArnT&& value) { m_opsItemSNSTopicArnHasBeenSet =
true; m_opsItemSNSTopicArn = std::forward<OpsItemSNSTopicArnT>(value); }
82 template<
typename OpsItemSNSTopicArnT = Aws::String>
93 template<
typename SNSNotificationArnT = Aws::String>
94 void SetSNSNotificationArn(SNSNotificationArnT&& value) { m_sNSNotificationArnHasBeenSet =
true; m_sNSNotificationArn = std::forward<SNSNotificationArnT>(value); }
95 template<
typename SNSNotificationArnT = Aws::String>
106 inline void SetRemoveSNSTopic(
bool value) { m_removeSNSTopicHasBeenSet =
true; m_removeSNSTopic = value; }
116 inline void SetAutoConfigEnabled(
bool value) { m_autoConfigEnabledHasBeenSet =
true; m_autoConfigEnabled = value; }
133 bool m_resourceGroupNameHasBeenSet =
false;
135 bool m_opsCenterEnabled{
false};
136 bool m_opsCenterEnabledHasBeenSet =
false;
138 bool m_cWEMonitorEnabled{
false};
139 bool m_cWEMonitorEnabledHasBeenSet =
false;
142 bool m_opsItemSNSTopicArnHasBeenSet =
false;
145 bool m_sNSNotificationArnHasBeenSet =
false;
147 bool m_removeSNSTopic{
false};
148 bool m_removeSNSTopicHasBeenSet =
false;
150 bool m_autoConfigEnabled{
false};
151 bool m_autoConfigEnabledHasBeenSet =
false;
153 bool m_attachMissingPermission{
false};
154 bool m_attachMissingPermissionHasBeenSet =
false;
UpdateApplicationRequest & WithOpsItemSNSTopicArn(OpsItemSNSTopicArnT &&value)
const Aws::String & GetOpsItemSNSTopicArn() const
bool GetRemoveSNSTopic() const
AWS_APPLICATIONINSIGHTS_API UpdateApplicationRequest()=default
virtual const char * GetServiceRequestName() const override
void SetResourceGroupName(ResourceGroupNameT &&value)
bool CWEMonitorEnabledHasBeenSet() const
bool GetAutoConfigEnabled() const
const Aws::String & GetResourceGroupName() const
const Aws::String & GetSNSNotificationArn() const
UpdateApplicationRequest & WithAttachMissingPermission(bool value)
bool GetCWEMonitorEnabled() const
bool GetAttachMissingPermission() const
void SetAttachMissingPermission(bool value)
UpdateApplicationRequest & WithRemoveSNSTopic(bool value)
bool OpsItemSNSTopicArnHasBeenSet() const
UpdateApplicationRequest & WithAutoConfigEnabled(bool value)
bool AutoConfigEnabledHasBeenSet() const
bool SNSNotificationArnHasBeenSet() const
AWS_APPLICATIONINSIGHTS_API Aws::String SerializePayload() const override
UpdateApplicationRequest & WithResourceGroupName(ResourceGroupNameT &&value)
UpdateApplicationRequest & WithOpsCenterEnabled(bool value)
bool GetOpsCenterEnabled() const
UpdateApplicationRequest & WithCWEMonitorEnabled(bool value)
void SetSNSNotificationArn(SNSNotificationArnT &&value)
void SetRemoveSNSTopic(bool value)
void SetAutoConfigEnabled(bool value)
void SetOpsItemSNSTopicArn(OpsItemSNSTopicArnT &&value)
UpdateApplicationRequest & WithSNSNotificationArn(SNSNotificationArnT &&value)
bool ResourceGroupNameHasBeenSet() const
bool RemoveSNSTopicHasBeenSet() const
bool OpsCenterEnabledHasBeenSet() const
bool AttachMissingPermissionHasBeenSet() const
AWS_APPLICATIONINSIGHTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetCWEMonitorEnabled(bool value)
void SetOpsCenterEnabled(bool value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String