7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename Bluepr
intsT = Aws::Vector<Aws::String>>
42 void SetBlueprints(BlueprintsT&& value) { m_blueprintsHasBeenSet =
true; m_blueprints = std::forward<BlueprintsT>(value); }
43 template<
typename Bluepr
intsT = Aws::Vector<Aws::String>>
45 template<
typename Bluepr
intsT = Aws::String>
54 template<
typename NextTokenT = Aws::String>
55 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
56 template<
typename NextTokenT = Aws::String>
63 template<
typename RequestIdT = Aws::String>
64 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
65 template<
typename RequestIdT = Aws::String>
71 bool m_blueprintsHasBeenSet =
false;
74 bool m_nextTokenHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
ListBlueprintsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Aws::String > & GetBlueprints() const
void SetBlueprints(BlueprintsT &&value)
AWS_GLUE_API ListBlueprintsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListBlueprintsResult & AddBlueprints(BlueprintsT &&value)
ListBlueprintsResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
ListBlueprintsResult & WithBlueprints(BlueprintsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API ListBlueprintsResult()=default
AWS_GLUE_API ListBlueprintsResult & 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