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>
10#include <aws/glue/model/Blueprint.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename Bluepr
intsT = Aws::Vector<Bluepr
int>>
43 void SetBlueprints(BlueprintsT&& value) { m_blueprintsHasBeenSet =
true; m_blueprints = std::forward<BlueprintsT>(value); }
44 template<
typename Bluepr
intsT = Aws::Vector<Bluepr
int>>
46 template<
typename Bluepr
intsT = Bluepr
int>
55 template<
typename MissingBluepr
intsT = Aws::Vector<Aws::String>>
56 void SetMissingBlueprints(MissingBlueprintsT&& value) { m_missingBlueprintsHasBeenSet =
true; m_missingBlueprints = std::forward<MissingBlueprintsT>(value); }
57 template<
typename MissingBluepr
intsT = Aws::Vector<Aws::String>>
59 template<
typename MissingBluepr
intsT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_blueprintsHasBeenSet =
false;
77 bool m_missingBlueprintsHasBeenSet =
false;
80 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