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 ResourceListT = Aws::Vector<Aws::String>>
69 void SetResourceList(ResourceListT&& value) { m_resourceListHasBeenSet =
true; m_resourceList = std::forward<ResourceListT>(value); }
70 template<
typename ResourceListT = Aws::Vector<Aws::String>>
72 template<
typename ResourceListT = Aws::String>
78 bool m_resourceGroupNameHasBeenSet =
false;
81 bool m_componentNameHasBeenSet =
false;
84 bool m_resourceListHasBeenSet =
false;
const Aws::String & GetResourceGroupName() const
const Aws::String & GetComponentName() const
AWS_APPLICATIONINSIGHTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_APPLICATIONINSIGHTS_API Aws::String SerializePayload() const override
void SetResourceList(ResourceListT &&value)
void SetComponentName(ComponentNameT &&value)
CreateComponentRequest & AddResourceList(ResourceListT &&value)
const Aws::Vector< Aws::String > & GetResourceList() const
CreateComponentRequest & WithResourceList(ResourceListT &&value)
void SetResourceGroupName(ResourceGroupNameT &&value)
CreateComponentRequest & WithResourceGroupName(ResourceGroupNameT &&value)
CreateComponentRequest & WithComponentName(ComponentNameT &&value)
virtual const char * GetServiceRequestName() const override
bool ComponentNameHasBeenSet() const
AWS_APPLICATIONINSIGHTS_API CreateComponentRequest()=default
bool ResourceListHasBeenSet() const
bool ResourceGroupNameHasBeenSet() const
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