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
49 inline void SetWorkloadName(
const char* value) { m_workloadNameHasBeenSet =
true; m_workloadName.assign(value); }
61 inline void SetTier(
const Tier& value) { m_tierHasBeenSet =
true; m_tier = value; }
62 inline void SetTier(
Tier&& value) { m_tierHasBeenSet =
true; m_tier = std::move(value); }
75 inline void SetConfiguration(
const char* value) { m_configurationHasBeenSet =
true; m_configuration.assign(value); }
83 bool m_workloadNameHasBeenSet =
false;
86 bool m_tierHasBeenSet =
false;
89 bool m_configurationHasBeenSet =
false;
WorkloadConfiguration & WithWorkloadName(const Aws::String &value)
AWS_APPLICATIONINSIGHTS_API Aws::Utils::Json::JsonValue Jsonize() const
const Tier & GetTier() const
const Aws::String & GetConfiguration() const
WorkloadConfiguration & WithConfiguration(const Aws::String &value)
const Aws::String & GetWorkloadName() const
void SetTier(Tier &&value)
WorkloadConfiguration & WithTier(const Tier &value)
AWS_APPLICATIONINSIGHTS_API WorkloadConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
WorkloadConfiguration & WithWorkloadName(Aws::String &&value)
void SetWorkloadName(const Aws::String &value)
void SetWorkloadName(const char *value)
void SetConfiguration(Aws::String &&value)
bool WorkloadNameHasBeenSet() const
void SetWorkloadName(Aws::String &&value)
void SetConfiguration(const char *value)
void SetConfiguration(const Aws::String &value)
bool TierHasBeenSet() const
bool ConfigurationHasBeenSet() const
void SetTier(const Tier &value)
WorkloadConfiguration & WithTier(Tier &&value)
AWS_APPLICATIONINSIGHTS_API WorkloadConfiguration(Aws::Utils::Json::JsonView jsonValue)
WorkloadConfiguration & WithConfiguration(const char *value)
AWS_APPLICATIONINSIGHTS_API WorkloadConfiguration()
WorkloadConfiguration & WithConfiguration(Aws::String &&value)
WorkloadConfiguration & WithWorkloadName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue