7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename LowBoundKeyT = Aws::String>
44 m_lowBoundKeyHasBeenSet =
true;
45 m_lowBoundKey = std::forward<LowBoundKeyT>(value);
47 template <
typename LowBoundKeyT = Aws::String>
61 template <
typename HighBoundKeyT = Aws::String>
63 m_highBoundKeyHasBeenSet =
true;
64 m_highBoundKey = std::forward<HighBoundKeyT>(value);
66 template <
typename HighBoundKeyT = Aws::String>
79 template <
typename TemplateT = Aws::String>
81 m_templateHasBeenSet =
true;
82 m_template = std::forward<TemplateT>(value);
84 template <
typename TemplateT = Aws::String>
96 bool m_lowBoundKeyHasBeenSet =
false;
97 bool m_highBoundKeyHasBeenSet =
false;
98 bool m_templateHasBeenSet =
false;
void SetTemplate(TemplateT &&value)
BetweenConfiguration & WithHighBoundKey(HighBoundKeyT &&value)
BetweenConfiguration & WithLowBoundKey(LowBoundKeyT &&value)
const Aws::String & GetLowBoundKey() const
AWS_GLUE_API BetweenConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool TemplateHasBeenSet() const
bool LowBoundKeyHasBeenSet() const
const Aws::String & GetTemplate() const
AWS_GLUE_API BetweenConfiguration()=default
void SetLowBoundKey(LowBoundKeyT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API BetweenConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
BetweenConfiguration & WithTemplate(TemplateT &&value)
void SetHighBoundKey(HighBoundKeyT &&value)
const Aws::String & GetHighBoundKey() const
bool HighBoundKeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue