7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/model/Tier.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ApplicationInsights {
41 template <
typename WorkloadNameT = Aws::String>
43 m_workloadNameHasBeenSet =
true;
44 m_workloadName = std::forward<WorkloadNameT>(value);
46 template <
typename WorkloadNameT = Aws::String>
60 m_tierHasBeenSet =
true;
75 template <
typename ConfigurationT = Aws::String>
77 m_configurationHasBeenSet =
true;
78 m_configuration = std::forward<ConfigurationT>(value);
80 template <
typename ConfigurationT = Aws::String>
92 bool m_workloadNameHasBeenSet =
false;
93 bool m_tierHasBeenSet =
false;
94 bool m_configurationHasBeenSet =
false;
AWS_APPLICATIONINSIGHTS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetConfiguration() const
const Aws::String & GetWorkloadName() const
AWS_APPLICATIONINSIGHTS_API WorkloadConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
WorkloadConfiguration & WithWorkloadName(WorkloadNameT &&value)
void SetConfiguration(ConfigurationT &&value)
void SetWorkloadName(WorkloadNameT &&value)
WorkloadConfiguration & WithConfiguration(ConfigurationT &&value)
bool WorkloadNameHasBeenSet() const
WorkloadConfiguration & WithTier(Tier value)
bool TierHasBeenSet() const
bool ConfigurationHasBeenSet() const
AWS_APPLICATIONINSIGHTS_API WorkloadConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONINSIGHTS_API WorkloadConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue