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>
10#include <aws/crt/cbor/Cbor.h>
20namespace ApplicationInsights {
33 AWS_APPLICATIONINSIGHTS_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
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 WorkloadConfiguration & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
const Aws::String & GetConfiguration() const
const Aws::String & GetWorkloadName() const
WorkloadConfiguration & WithWorkloadName(WorkloadNameT &&value)
void SetConfiguration(ConfigurationT &&value)
void SetWorkloadName(WorkloadNameT &&value)
AWS_APPLICATIONINSIGHTS_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
WorkloadConfiguration & WithConfiguration(ConfigurationT &&value)
bool WorkloadNameHasBeenSet() const
WorkloadConfiguration & WithTier(Tier value)
bool TierHasBeenSet() const
bool ConfigurationHasBeenSet() const
AWS_APPLICATIONINSIGHTS_API WorkloadConfiguration(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_APPLICATIONINSIGHTS_API WorkloadConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String