7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetHost(
const char* value) { m_hostHasBeenSet =
true; m_host.assign(value); }
58 inline int GetPort()
const{
return m_port; }
60 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
72 inline void SetCatalog(
const char* value) { m_catalogHasBeenSet =
true; m_catalog.assign(value); }
80 bool m_hostHasBeenSet =
false;
83 bool m_portHasBeenSet =
false;
86 bool m_catalogHasBeenSet =
false;
const Aws::String & GetHost() const
PrestoParameters & WithHost(const char *value)
bool CatalogHasBeenSet() const
void SetCatalog(const char *value)
void SetCatalog(Aws::String &&value)
void SetCatalog(const Aws::String &value)
PrestoParameters & WithPort(int value)
PrestoParameters & WithHost(const Aws::String &value)
void SetHost(Aws::String &&value)
PrestoParameters & WithHost(Aws::String &&value)
AWS_QUICKSIGHT_API PrestoParameters(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API PrestoParameters()
const Aws::String & GetCatalog() const
PrestoParameters & WithCatalog(Aws::String &&value)
bool PortHasBeenSet() const
void SetHost(const char *value)
void SetHost(const Aws::String &value)
AWS_QUICKSIGHT_API PrestoParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
bool HostHasBeenSet() const
PrestoParameters & WithCatalog(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
PrestoParameters & WithCatalog(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue