7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
52 template<
typename RefreshIntervalT = Aws::String>
53 void SetRefreshInterval(RefreshIntervalT&& value) { m_refreshIntervalHasBeenSet =
true; m_refreshInterval = std::forward<RefreshIntervalT>(value); }
54 template<
typename RefreshIntervalT = Aws::String>
67 template<
typename SourcePropertiesT = Aws::Map<Aws::String, Aws::String>>
68 void SetSourceProperties(SourcePropertiesT&& value) { m_sourcePropertiesHasBeenSet =
true; m_sourceProperties = std::forward<SourcePropertiesT>(value); }
69 template<
typename SourcePropertiesT = Aws::Map<Aws::String, Aws::String>>
71 template<
typename SourcePropertiesKeyT = Aws::String,
typename SourcePropertiesValueT = Aws::String>
73 m_sourcePropertiesHasBeenSet =
true; m_sourceProperties.emplace(std::forward<SourcePropertiesKeyT>(key), std::forward<SourcePropertiesValueT>(value));
return *
this;
79 bool m_refreshIntervalHasBeenSet =
false;
82 bool m_sourcePropertiesHasBeenSet =
false;
IntegrationConfig & WithRefreshInterval(RefreshIntervalT &&value)
void SetRefreshInterval(RefreshIntervalT &&value)
bool RefreshIntervalHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
IntegrationConfig & WithSourceProperties(SourcePropertiesT &&value)
const Aws::String & GetRefreshInterval() const
const Aws::Map< Aws::String, Aws::String > & GetSourceProperties() const
AWS_GLUE_API IntegrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API IntegrationConfig(Aws::Utils::Json::JsonView jsonValue)
void SetSourceProperties(SourcePropertiesT &&value)
IntegrationConfig & AddSourceProperties(SourcePropertiesKeyT &&key, SourcePropertiesValueT &&value)
AWS_GLUE_API IntegrationConfig()=default
bool SourcePropertiesHasBeenSet() 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