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 ResourceListT = Aws::Vector<Aws::String>>
78 m_resourceListHasBeenSet =
true;
79 m_resourceList = std::forward<ResourceListT>(value);
81 template <
typename ResourceListT = Aws::Vector<Aws::String>>
86 template <
typename ResourceListT = Aws::String>
88 m_resourceListHasBeenSet =
true;
89 m_resourceList.emplace_back(std::forward<ResourceListT>(value));
99 bool m_resourceGroupNameHasBeenSet =
false;
100 bool m_componentNameHasBeenSet =
false;
101 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