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/GetConnectionsFilter.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 FilterT = GetConnectionsFilter>
58 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
59 template<
typename FilterT = GetConnectionsFilter>
73 inline void SetHidePassword(
bool value) { m_hidePasswordHasBeenSet =
true; m_hidePassword = value; }
83 template<
typename NextTokenT = Aws::String>
84 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
85 template<
typename NextTokenT = Aws::String>
95 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
101 bool m_catalogIdHasBeenSet =
false;
104 bool m_filterHasBeenSet =
false;
106 bool m_hidePassword{
false};
107 bool m_hidePasswordHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
113 bool m_maxResultsHasBeenSet =
false;
bool GetHidePassword() const
AWS_GLUE_API GetConnectionsRequest()=default
const Aws::String & GetCatalogId() const
void SetNextToken(NextTokenT &&value)
GetConnectionsRequest & WithFilter(FilterT &&value)
void SetHidePassword(bool value)
bool FilterHasBeenSet() const
void SetFilter(FilterT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool HidePasswordHasBeenSet() const
int GetMaxResults() const
GetConnectionsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetCatalogId(CatalogIdT &&value)
const GetConnectionsFilter & GetFilter() const
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
GetConnectionsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
bool CatalogIdHasBeenSet() const
GetConnectionsRequest & WithCatalogId(CatalogIdT &&value)
GetConnectionsRequest & WithHidePassword(bool value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String