7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
55 inline void SetStorageType(
const char* value) { m_storageTypeHasBeenSet =
true; m_storageType.assign(value); }
90 inline void SetEstimatedMonthlyStorageCost(
const char* value) { m_estimatedMonthlyStorageCostHasBeenSet =
true; m_estimatedMonthlyStorageCost.assign(value); }
98 bool m_storageTypeHasBeenSet =
false;
101 bool m_storageConfigurationHasBeenSet =
false;
104 bool m_estimatedMonthlyStorageCostHasBeenSet =
false;
void SetStorageConfiguration(Aws::Map< Aws::String, Aws::String > &&value)
Recommendation & AddStorageConfiguration(const char *key, const char *value)
Recommendation & WithEstimatedMonthlyStorageCost(Aws::String &&value)
AWS_DATASYNC_API Recommendation(Aws::Utils::Json::JsonView jsonValue)
void SetStorageType(const Aws::String &value)
Recommendation & WithStorageType(Aws::String &&value)
Recommendation & AddStorageConfiguration(Aws::String &&key, const Aws::String &value)
bool StorageTypeHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetStorageConfiguration() const
AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStorageType(const char *value)
void SetStorageConfiguration(const Aws::Map< Aws::String, Aws::String > &value)
Recommendation & AddStorageConfiguration(Aws::String &&key, const char *value)
void SetEstimatedMonthlyStorageCost(const Aws::String &value)
Recommendation & WithStorageType(const Aws::String &value)
Recommendation & AddStorageConfiguration(const Aws::String &key, const Aws::String &value)
const Aws::String & GetStorageType() const
Recommendation & WithStorageConfiguration(const Aws::Map< Aws::String, Aws::String > &value)
bool EstimatedMonthlyStorageCostHasBeenSet() const
const Aws::String & GetEstimatedMonthlyStorageCost() const
Recommendation & AddStorageConfiguration(const char *key, Aws::String &&value)
Recommendation & AddStorageConfiguration(Aws::String &&key, Aws::String &&value)
void SetEstimatedMonthlyStorageCost(const char *value)
bool StorageConfigurationHasBeenSet() const
Recommendation & WithStorageType(const char *value)
AWS_DATASYNC_API Recommendation()
Recommendation & WithEstimatedMonthlyStorageCost(const char *value)
void SetStorageType(Aws::String &&value)
void SetEstimatedMonthlyStorageCost(Aws::String &&value)
Recommendation & WithStorageConfiguration(Aws::Map< Aws::String, Aws::String > &&value)
Recommendation & WithEstimatedMonthlyStorageCost(const Aws::String &value)
Recommendation & AddStorageConfiguration(const Aws::String &key, Aws::String &&value)
AWS_DATASYNC_API Recommendation & operator=(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue