7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/ComputeEnvironment.h>
45 template<
typename CatalogIdT = Aws::String>
46 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
47 template<
typename CatalogIdT = Aws::String>
57 template<
typename NameT = Aws::String>
58 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
59 template<
typename NameT = Aws::String>
73 inline void SetHidePassword(
bool value) { m_hidePasswordHasBeenSet =
true; m_hidePassword = value; }
90 bool m_catalogIdHasBeenSet =
false;
93 bool m_nameHasBeenSet =
false;
95 bool m_hidePassword{
false};
96 bool m_hidePasswordHasBeenSet =
false;
99 bool m_applyOverrideForComputeEnvironmentHasBeenSet =
false;
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool CatalogIdHasBeenSet() const
const Aws::String & GetName() const
void SetApplyOverrideForComputeEnvironment(ComputeEnvironment value)
void SetHidePassword(bool value)
GetConnectionRequest & WithHidePassword(bool value)
bool ApplyOverrideForComputeEnvironmentHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
ComputeEnvironment GetApplyOverrideForComputeEnvironment() const
const Aws::String & GetCatalogId() const
bool GetHidePassword() const
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
GetConnectionRequest & WithName(NameT &&value)
GetConnectionRequest & WithCatalogId(CatalogIdT &&value)
void SetCatalogId(CatalogIdT &&value)
GetConnectionRequest & WithApplyOverrideForComputeEnvironment(ComputeEnvironment value)
AWS_GLUE_API GetConnectionRequest()=default
bool HidePasswordHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String