7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/GetConnectionsFilter.h>
41 template <
typename CatalogIdT = Aws::String>
43 m_catalogIdHasBeenSet =
true;
44 m_catalogId = std::forward<CatalogIdT>(value);
46 template <
typename CatalogIdT = Aws::String>
59 template <
typename FilterT = GetConnectionsFilter>
61 m_filterHasBeenSet =
true;
62 m_filter = std::forward<FilterT>(value);
64 template <
typename FilterT = GetConnectionsFilter>
82 m_hidePasswordHasBeenSet =
true;
83 m_hidePassword = value;
97 template <
typename NextTokenT = Aws::String>
99 m_nextTokenHasBeenSet =
true;
100 m_nextToken = std::forward<NextTokenT>(value);
102 template <
typename NextTokenT = Aws::String>
116 m_maxResultsHasBeenSet =
true;
117 m_maxResults = value;
126 bool m_catalogIdHasBeenSet =
false;
129 bool m_filterHasBeenSet =
false;
131 bool m_hidePassword{
false};
132 bool m_hidePasswordHasBeenSet =
false;
135 bool m_nextTokenHasBeenSet =
false;
138 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