7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename GlueConnectionNameT = Aws::String>
49 void SetGlueConnectionName(GlueConnectionNameT&& value) { m_glueConnectionNameHasBeenSet =
true; m_glueConnectionName = std::forward<GlueConnectionNameT>(value); }
50 template<
typename GlueConnectionNameT = Aws::String>
56 bool m_glueConnectionNameHasBeenSet =
false;
const Aws::String & GetGlueConnectionName() const
TableOptimizerVpcConfiguration & WithGlueConnectionName(GlueConnectionNameT &&value)
AWS_GLUE_API TableOptimizerVpcConfiguration()=default
AWS_GLUE_API TableOptimizerVpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool GlueConnectionNameHasBeenSet() const
void SetGlueConnectionName(GlueConnectionNameT &&value)
AWS_GLUE_API TableOptimizerVpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue