7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename HostT = Aws::String>
47 void SetHost(HostT&& value) { m_hostHasBeenSet =
true; m_host = std::forward<HostT>(value); }
48 template<
typename HostT = Aws::String>
56 inline int GetPort()
const {
return m_port; }
58 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
68 template<
typename CatalogT = Aws::String>
69 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
70 template<
typename CatalogT = Aws::String>
76 bool m_hostHasBeenSet =
false;
79 bool m_portHasBeenSet =
false;
82 bool m_catalogHasBeenSet =
false;
PrestoParameters & WithHost(HostT &&value)
const Aws::String & GetHost() const
bool CatalogHasBeenSet() const
void SetHost(HostT &&value)
AWS_QUICKSIGHT_API PrestoParameters()=default
PrestoParameters & WithPort(int value)
PrestoParameters & WithCatalog(CatalogT &&value)
AWS_QUICKSIGHT_API PrestoParameters(Aws::Utils::Json::JsonView jsonValue)
void SetCatalog(CatalogT &&value)
const Aws::String & GetCatalog() const
bool PortHasBeenSet() const
AWS_QUICKSIGHT_API PrestoParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
bool HostHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue