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/Blueprint.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename Bluepr
intsT = Aws::Vector<Bluepr
int>>
38 m_blueprintsHasBeenSet =
true;
39 m_blueprints = std::forward<BlueprintsT>(value);
41 template <
typename Bluepr
intsT = Aws::Vector<Bluepr
int>>
46 template <
typename Bluepr
intsT = Bluepr
int>
48 m_blueprintsHasBeenSet =
true;
49 m_blueprints.emplace_back(std::forward<BlueprintsT>(value));
59 template <
typename MissingBluepr
intsT = Aws::Vector<Aws::String>>
61 m_missingBlueprintsHasBeenSet =
true;
62 m_missingBlueprints = std::forward<MissingBlueprintsT>(value);
64 template <
typename MissingBluepr
intsT = Aws::Vector<Aws::String>>
69 template <
typename MissingBluepr
intsT = Aws::String>
71 m_missingBlueprintsHasBeenSet =
true;
72 m_missingBlueprints.emplace_back(std::forward<MissingBlueprintsT>(value));
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
93 bool m_blueprintsHasBeenSet =
false;
96 bool m_missingBlueprintsHasBeenSet =
false;
99 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)
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