7#include <aws/cost-optimization-hub/CostOptimizationHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CostOptimizationHub
49 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
61 inline void SetSizeInGb(
double value) { m_sizeInGbHasBeenSet =
true; m_sizeInGb = value; }
67 bool m_typeHasBeenSet =
false;
70 bool m_sizeInGbHasBeenSet =
false;
StorageConfiguration & WithType(const Aws::String &value)
AWS_COSTOPTIMIZATIONHUB_API StorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COSTOPTIMIZATIONHUB_API StorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
StorageConfiguration & WithType(const char *value)
void SetType(const char *value)
void SetType(const Aws::String &value)
bool TypeHasBeenSet() const
StorageConfiguration & WithType(Aws::String &&value)
void SetSizeInGb(double value)
void SetType(Aws::String &&value)
double GetSizeInGb() const
AWS_COSTOPTIMIZATIONHUB_API StorageConfiguration()
const Aws::String & GetType() const
StorageConfiguration & WithSizeInGb(double value)
bool SizeInGbHasBeenSet() const
AWS_COSTOPTIMIZATIONHUB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue