7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/ConfigurationObject.h>
81 bool m_sessionConfigurationHasBeenSet =
false;
84 bool m_jobConfigurationHasBeenSet =
false;
ProfileConfiguration & WithSessionConfiguration(const Aws::Map< Aws::String, ConfigurationObject > &value)
ProfileConfiguration & AddJobConfiguration(const Aws::String &key, ConfigurationObject &&value)
void SetJobConfiguration(const Aws::Map< Aws::String, ConfigurationObject > &value)
ProfileConfiguration & AddJobConfiguration(Aws::String &&key, ConfigurationObject &&value)
const Aws::Map< Aws::String, ConfigurationObject > & GetJobConfiguration() const
void SetSessionConfiguration(const Aws::Map< Aws::String, ConfigurationObject > &value)
ProfileConfiguration & WithSessionConfiguration(Aws::Map< Aws::String, ConfigurationObject > &&value)
void SetSessionConfiguration(Aws::Map< Aws::String, ConfigurationObject > &&value)
ProfileConfiguration & WithJobConfiguration(Aws::Map< Aws::String, ConfigurationObject > &&value)
void SetJobConfiguration(Aws::Map< Aws::String, ConfigurationObject > &&value)
ProfileConfiguration & AddJobConfiguration(const char *key, ConfigurationObject &&value)
ProfileConfiguration & AddSessionConfiguration(const Aws::String &key, ConfigurationObject &&value)
ProfileConfiguration & AddSessionConfiguration(const char *key, const ConfigurationObject &value)
AWS_GLUE_API ProfileConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ProfileConfiguration & AddJobConfiguration(const Aws::String &key, const ConfigurationObject &value)
ProfileConfiguration & AddJobConfiguration(const char *key, const ConfigurationObject &value)
ProfileConfiguration & WithJobConfiguration(const Aws::Map< Aws::String, ConfigurationObject > &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
ProfileConfiguration & AddSessionConfiguration(const char *key, ConfigurationObject &&value)
AWS_GLUE_API ProfileConfiguration()
ProfileConfiguration & AddJobConfiguration(Aws::String &&key, const ConfigurationObject &value)
ProfileConfiguration & AddSessionConfiguration(const Aws::String &key, const ConfigurationObject &value)
AWS_GLUE_API ProfileConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, ConfigurationObject > & GetSessionConfiguration() const
ProfileConfiguration & AddSessionConfiguration(Aws::String &&key, ConfigurationObject &&value)
bool SessionConfigurationHasBeenSet() const
ProfileConfiguration & AddSessionConfiguration(Aws::String &&key, const ConfigurationObject &value)
bool JobConfigurationHasBeenSet() const
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