7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/application-insights/model/Tier.h>
22namespace ApplicationInsights
47 template<
typename WorkloadNameT = Aws::String>
48 void SetWorkloadName(WorkloadNameT&& value) { m_workloadNameHasBeenSet =
true; m_workloadName = std::forward<WorkloadNameT>(value); }
49 template<
typename WorkloadNameT = Aws::String>
59 inline void SetTier(
Tier value) { m_tierHasBeenSet =
true; m_tier = value; }
69 template<
typename ConfigurationT = Aws::String>
70 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
71 template<
typename ConfigurationT = Aws::String>
77 bool m_workloadNameHasBeenSet =
false;
80 bool m_tierHasBeenSet =
false;
83 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