7#include <aws/application-insights/ApplicationInsightsRequest.h>
8#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApplicationInsights {
39 template <
typename ResourceGroupNameT = Aws::String>
41 m_resourceGroupNameHasBeenSet =
true;
42 m_resourceGroupName = std::forward<ResourceGroupNameT>(value);
44 template <
typename ResourceGroupNameT = Aws::String>
59 m_opsCenterEnabledHasBeenSet =
true;
60 m_opsCenterEnabled = value;
77 m_cWEMonitorEnabledHasBeenSet =
true;
78 m_cWEMonitorEnabled = value;
94 template <
typename OpsItemSNSTopicArnT = Aws::String>
96 m_opsItemSNSTopicArnHasBeenSet =
true;
97 m_opsItemSNSTopicArn = std::forward<OpsItemSNSTopicArnT>(value);
99 template <
typename OpsItemSNSTopicArnT = Aws::String>
113 template <
typename SNSNotificationArnT = Aws::String>
115 m_sNSNotificationArnHasBeenSet =
true;
116 m_sNSNotificationArn = std::forward<SNSNotificationArnT>(value);
118 template <
typename SNSNotificationArnT = Aws::String>
133 m_removeSNSTopicHasBeenSet =
true;
134 m_removeSNSTopic = value;
149 m_autoConfigEnabledHasBeenSet =
true;
150 m_autoConfigEnabled = value;
166 m_attachMissingPermissionHasBeenSet =
true;
167 m_attachMissingPermission = value;
177 bool m_opsCenterEnabled{
false};
179 bool m_cWEMonitorEnabled{
false};
185 bool m_removeSNSTopic{
false};
187 bool m_autoConfigEnabled{
false};
189 bool m_attachMissingPermission{
false};
190 bool m_resourceGroupNameHasBeenSet =
false;
191 bool m_opsCenterEnabledHasBeenSet =
false;
192 bool m_cWEMonitorEnabledHasBeenSet =
false;
193 bool m_opsItemSNSTopicArnHasBeenSet =
false;
194 bool m_sNSNotificationArnHasBeenSet =
false;
195 bool m_removeSNSTopicHasBeenSet =
false;
196 bool m_autoConfigEnabledHasBeenSet =
false;
197 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