7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/RegistryListItem.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename RegistriesT = Aws::Vector<RegistryListItem>>
39 m_registriesHasBeenSet =
true;
40 m_registries = std::forward<RegistriesT>(value);
42 template <
typename RegistriesT = Aws::Vector<RegistryListItem>>
47 template <
typename RegistriesT = RegistryListItem>
49 m_registriesHasBeenSet =
true;
50 m_registries.emplace_back(std::forward<RegistriesT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
89 bool m_registriesHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
AWS_GLUE_API ListRegistriesResult()=default
ListRegistriesResult & WithRegistries(RegistriesT &&value)
ListRegistriesResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< RegistryListItem > & GetRegistries() const
ListRegistriesResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
void SetRegistries(RegistriesT &&value)
AWS_GLUE_API ListRegistriesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
ListRegistriesResult & AddRegistries(RegistriesT &&value)
void SetNextToken(NextTokenT &&value)
AWS_GLUE_API ListRegistriesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue