7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/lakeformation/model/OptimizerType.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace LakeFormation
74 inline StorageOptimizer&
AddConfig(
const char* key,
const char* value) { m_configHasBeenSet =
true; m_config.emplace(key, value);
return *
this; }
88 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
102 inline void SetWarnings(
const char* value) { m_warningsHasBeenSet =
true; m_warnings.assign(value); }
117 inline void SetLastRunDetails(
const char* value) { m_lastRunDetailsHasBeenSet =
true; m_lastRunDetails.assign(value); }
125 bool m_storageOptimizerTypeHasBeenSet =
false;
128 bool m_configHasBeenSet =
false;
131 bool m_errorMessageHasBeenSet =
false;
134 bool m_warningsHasBeenSet =
false;
137 bool m_lastRunDetailsHasBeenSet =
false;
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