7#include <aws/application-insights/ApplicationInsightsRequest.h>
8#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.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>
76 template <
typename NewComponentNameT = Aws::String>
78 m_newComponentNameHasBeenSet =
true;
79 m_newComponentName = std::forward<NewComponentNameT>(value);
81 template <
typename NewComponentNameT = Aws::String>
94 template <
typename ResourceListT = Aws::Vector<Aws::String>>
96 m_resourceListHasBeenSet =
true;
97 m_resourceList = std::forward<ResourceListT>(value);
99 template <
typename ResourceListT = Aws::Vector<Aws::String>>
104 template <
typename ResourceListT = Aws::String>
106 m_resourceListHasBeenSet =
true;
107 m_resourceList.emplace_back(std::forward<ResourceListT>(value));
119 bool m_resourceGroupNameHasBeenSet =
false;
120 bool m_componentNameHasBeenSet =
false;
121 bool m_newComponentNameHasBeenSet =
false;
122 bool m_resourceListHasBeenSet =
false;
AWS_APPLICATIONINSIGHTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetComponentName() const
AWS_APPLICATIONINSIGHTS_API Aws::String SerializePayload() const override
void SetNewComponentName(NewComponentNameT &&value)
const Aws::String & GetNewComponentName() const
void SetComponentName(ComponentNameT &&value)
UpdateComponentRequest & WithNewComponentName(NewComponentNameT &&value)
void SetResourceGroupName(ResourceGroupNameT &&value)
UpdateComponentRequest & AddResourceList(ResourceListT &&value)
UpdateComponentRequest & WithComponentName(ComponentNameT &&value)
const Aws::Vector< Aws::String > & GetResourceList() const
const Aws::String & GetResourceGroupName() const
UpdateComponentRequest & WithResourceGroupName(ResourceGroupNameT &&value)
bool ResourceListHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool ComponentNameHasBeenSet() const
bool NewComponentNameHasBeenSet() const
UpdateComponentRequest & WithResourceList(ResourceListT &&value)
bool ResourceGroupNameHasBeenSet() const
void SetResourceList(ResourceListT &&value)
AWS_APPLICATIONINSIGHTS_API UpdateComponentRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector