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/core/utils/memory/stl/AWSVector.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 template<
typename NewComponentNameT = Aws::String>
69 void SetNewComponentName(NewComponentNameT&& value) { m_newComponentNameHasBeenSet =
true; m_newComponentName = std::forward<NewComponentNameT>(value); }
70 template<
typename NewComponentNameT = Aws::String>
80 template<
typename ResourceListT = Aws::Vector<Aws::String>>
81 void SetResourceList(ResourceListT&& value) { m_resourceListHasBeenSet =
true; m_resourceList = std::forward<ResourceListT>(value); }
82 template<
typename ResourceListT = Aws::Vector<Aws::String>>
84 template<
typename ResourceListT = Aws::String>
90 bool m_resourceGroupNameHasBeenSet =
false;
93 bool m_componentNameHasBeenSet =
false;
96 bool m_newComponentNameHasBeenSet =
false;
99 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