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>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename Bluepr
intsT = Aws::Vector<Aws::String>>
37 m_blueprintsHasBeenSet =
true;
38 m_blueprints = std::forward<BlueprintsT>(value);
40 template <
typename Bluepr
intsT = Aws::Vector<Aws::String>>
45 template <
typename Bluepr
intsT = Aws::String>
47 m_blueprintsHasBeenSet =
true;
48 m_blueprints.emplace_back(std::forward<BlueprintsT>(value));
58 template <
typename NextTokenT = Aws::String>
60 m_nextTokenHasBeenSet =
true;
61 m_nextToken = std::forward<NextTokenT>(value);
63 template <
typename NextTokenT = Aws::String>
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
86 bool m_blueprintsHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
92 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