7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename HostT = Aws::String>
43 m_hostHasBeenSet =
true;
44 m_host = std::forward<HostT>(value);
46 template <
typename HostT = Aws::String>
48 SetHost(std::forward<HostT>(value));
57 inline int GetPort()
const {
return m_port; }
60 m_portHasBeenSet =
true;
75 template <
typename SqlEndpo
intPathT = Aws::String>
77 m_sqlEndpointPathHasBeenSet =
true;
78 m_sqlEndpointPath = std::forward<SqlEndpointPathT>(value);
80 template <
typename SqlEndpo
intPathT = Aws::String>
92 bool m_hostHasBeenSet =
false;
93 bool m_portHasBeenSet =
false;
94 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