7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ParentCatalogIdT = Aws::String>
45 void SetParentCatalogId(ParentCatalogIdT&& value) { m_parentCatalogIdHasBeenSet =
true; m_parentCatalogId = std::forward<ParentCatalogIdT>(value); }
46 template<
typename ParentCatalogIdT = Aws::String>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
68 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
81 inline void SetRecursive(
bool value) { m_recursiveHasBeenSet =
true; m_recursive = value; }
97 inline void SetIncludeRoot(
bool value) { m_includeRootHasBeenSet =
true; m_includeRoot = value; }
103 bool m_parentCatalogIdHasBeenSet =
false;
106 bool m_nextTokenHasBeenSet =
false;
109 bool m_maxResultsHasBeenSet =
false;
111 bool m_recursive{
false};
112 bool m_recursiveHasBeenSet =
false;
114 bool m_includeRoot{
false};
115 bool m_includeRootHasBeenSet =
false;
AWS_GLUE_API GetCatalogsRequest()=default
GetCatalogsRequest & WithParentCatalogId(ParentCatalogIdT &&value)
GetCatalogsRequest & WithRecursive(bool value)
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool GetRecursive() const
void SetParentCatalogId(ParentCatalogIdT &&value)
const Aws::String & GetParentCatalogId() const
bool RecursiveHasBeenSet() const
bool ParentCatalogIdHasBeenSet() const
void SetIncludeRoot(bool value)
GetCatalogsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
bool IncludeRootHasBeenSet() const
void SetRecursive(bool value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
bool GetIncludeRoot() const
GetCatalogsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
GetCatalogsRequest & WithIncludeRoot(bool value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String