AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ProfileConfiguration.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace Glue
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_GLUE_API ProfileConfiguration();
41
42
44
47 inline const Aws::Map<Aws::String, ConfigurationObject>& GetSessionConfiguration() const{ return m_sessionConfiguration; }
48 inline bool SessionConfigurationHasBeenSet() const { return m_sessionConfigurationHasBeenSet; }
49 inline void SetSessionConfiguration(const Aws::Map<Aws::String, ConfigurationObject>& value) { m_sessionConfigurationHasBeenSet = true; m_sessionConfiguration = value; }
50 inline void SetSessionConfiguration(Aws::Map<Aws::String, ConfigurationObject>&& value) { m_sessionConfigurationHasBeenSet = true; m_sessionConfiguration = std::move(value); }
53 inline ProfileConfiguration& AddSessionConfiguration(const Aws::String& key, const ConfigurationObject& value) { m_sessionConfigurationHasBeenSet = true; m_sessionConfiguration.emplace(key, value); return *this; }
54 inline ProfileConfiguration& AddSessionConfiguration(Aws::String&& key, const ConfigurationObject& value) { m_sessionConfigurationHasBeenSet = true; m_sessionConfiguration.emplace(std::move(key), value); return *this; }
55 inline ProfileConfiguration& AddSessionConfiguration(const Aws::String& key, ConfigurationObject&& value) { m_sessionConfigurationHasBeenSet = true; m_sessionConfiguration.emplace(key, std::move(value)); return *this; }
56 inline ProfileConfiguration& AddSessionConfiguration(Aws::String&& key, ConfigurationObject&& value) { m_sessionConfigurationHasBeenSet = true; m_sessionConfiguration.emplace(std::move(key), std::move(value)); return *this; }
57 inline ProfileConfiguration& AddSessionConfiguration(const char* key, ConfigurationObject&& value) { m_sessionConfigurationHasBeenSet = true; m_sessionConfiguration.emplace(key, std::move(value)); return *this; }
58 inline ProfileConfiguration& AddSessionConfiguration(const char* key, const ConfigurationObject& value) { m_sessionConfigurationHasBeenSet = true; m_sessionConfiguration.emplace(key, value); return *this; }
60
62
65 inline const Aws::Map<Aws::String, ConfigurationObject>& GetJobConfiguration() const{ return m_jobConfiguration; }
66 inline bool JobConfigurationHasBeenSet() const { return m_jobConfigurationHasBeenSet; }
67 inline void SetJobConfiguration(const Aws::Map<Aws::String, ConfigurationObject>& value) { m_jobConfigurationHasBeenSet = true; m_jobConfiguration = value; }
68 inline void SetJobConfiguration(Aws::Map<Aws::String, ConfigurationObject>&& value) { m_jobConfigurationHasBeenSet = true; m_jobConfiguration = std::move(value); }
71 inline ProfileConfiguration& AddJobConfiguration(const Aws::String& key, const ConfigurationObject& value) { m_jobConfigurationHasBeenSet = true; m_jobConfiguration.emplace(key, value); return *this; }
72 inline ProfileConfiguration& AddJobConfiguration(Aws::String&& key, const ConfigurationObject& value) { m_jobConfigurationHasBeenSet = true; m_jobConfiguration.emplace(std::move(key), value); return *this; }
73 inline ProfileConfiguration& AddJobConfiguration(const Aws::String& key, ConfigurationObject&& value) { m_jobConfigurationHasBeenSet = true; m_jobConfiguration.emplace(key, std::move(value)); return *this; }
74 inline ProfileConfiguration& AddJobConfiguration(Aws::String&& key, ConfigurationObject&& value) { m_jobConfigurationHasBeenSet = true; m_jobConfiguration.emplace(std::move(key), std::move(value)); return *this; }
75 inline ProfileConfiguration& AddJobConfiguration(const char* key, ConfigurationObject&& value) { m_jobConfigurationHasBeenSet = true; m_jobConfiguration.emplace(key, std::move(value)); return *this; }
76 inline ProfileConfiguration& AddJobConfiguration(const char* key, const ConfigurationObject& value) { m_jobConfigurationHasBeenSet = true; m_jobConfiguration.emplace(key, value); return *this; }
78 private:
79
80 Aws::Map<Aws::String, ConfigurationObject> m_sessionConfiguration;
81 bool m_sessionConfigurationHasBeenSet = false;
82
84 bool m_jobConfigurationHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace Glue
89} // namespace Aws
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)
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)
ProfileConfiguration & AddSessionConfiguration(Aws::String &&key, const ConfigurationObject &value)
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