7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename HostT = Aws::String>
48 void SetHost(HostT&& value) { m_hostHasBeenSet =
true; m_host = std::forward<HostT>(value); }
49 template<
typename HostT = Aws::String>
57 inline int GetPort()
const {
return m_port; }
59 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
69 template<
typename SqlEndpo
intPathT = Aws::String>
70 void SetSqlEndpointPath(SqlEndpointPathT&& value) { m_sqlEndpointPathHasBeenSet =
true; m_sqlEndpointPath = std::forward<SqlEndpointPathT>(value); }
71 template<
typename SqlEndpo
intPathT = Aws::String>
77 bool m_hostHasBeenSet =
false;
80 bool m_portHasBeenSet =
false;
83 bool m_sqlEndpointPathHasBeenSet =
false;
void SetHost(HostT &&value)
bool HostHasBeenSet() const
bool SqlEndpointPathHasBeenSet() const
const Aws::String & GetHost() const
const Aws::String & GetSqlEndpointPath() const
void SetSqlEndpointPath(SqlEndpointPathT &&value)
AWS_QUICKSIGHT_API DatabricksParameters(Aws::Utils::Json::JsonView jsonValue)
DatabricksParameters & WithSqlEndpointPath(SqlEndpointPathT &&value)
DatabricksParameters & WithHost(HostT &&value)
AWS_QUICKSIGHT_API DatabricksParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PortHasBeenSet() const
DatabricksParameters & WithPort(int value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DatabricksParameters()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue