7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/Blueprint.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename Bluepr
intsT = Aws::Vector<Bluepr
int>>
39 m_blueprintsHasBeenSet =
true;
40 m_blueprints = std::forward<BlueprintsT>(value);
42 template <
typename Bluepr
intsT = Aws::Vector<Bluepr
int>>
47 template <
typename Bluepr
intsT = Bluepr
int>
49 m_blueprintsHasBeenSet =
true;
50 m_blueprints.emplace_back(std::forward<BlueprintsT>(value));
60 template <
typename MissingBluepr
intsT = Aws::Vector<Aws::String>>
62 m_missingBlueprintsHasBeenSet =
true;
63 m_missingBlueprints = std::forward<MissingBlueprintsT>(value);
65 template <
typename MissingBluepr
intsT = Aws::Vector<Aws::String>>
70 template <
typename MissingBluepr
intsT = Aws::String>
72 m_missingBlueprintsHasBeenSet =
true;
73 m_missingBlueprints.emplace_back(std::forward<MissingBlueprintsT>(value));
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
101 bool m_blueprintsHasBeenSet =
false;
102 bool m_missingBlueprintsHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
BatchGetBlueprintsResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API BatchGetBlueprintsResult()=default
void SetRequestId(RequestIdT &&value)
void SetBlueprints(BlueprintsT &&value)
void SetMissingBlueprints(MissingBlueprintsT &&value)
BatchGetBlueprintsResult & WithBlueprints(BlueprintsT &&value)
const Aws::Vector< Blueprint > & GetBlueprints() const
AWS_GLUE_API BatchGetBlueprintsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetBlueprintsResult & AddMissingBlueprints(MissingBlueprintsT &&value)
BatchGetBlueprintsResult & AddBlueprints(BlueprintsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
AWS_GLUE_API BatchGetBlueprintsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetMissingBlueprints() const
BatchGetBlueprintsResult & WithMissingBlueprints(MissingBlueprintsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue