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/BlueprintRun.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename Bluepr
intRunsT = Aws::Vector<Bluepr
intRun>>
38 m_blueprintRunsHasBeenSet =
true;
39 m_blueprintRuns = std::forward<BlueprintRunsT>(value);
41 template <
typename Bluepr
intRunsT = Aws::Vector<Bluepr
intRun>>
46 template <
typename Bluepr
intRunsT = Bluepr
intRun>
48 m_blueprintRunsHasBeenSet =
true;
49 m_blueprintRuns.emplace_back(std::forward<BlueprintRunsT>(value));
59 template <
typename NextTokenT = Aws::String>
61 m_nextTokenHasBeenSet =
true;
62 m_nextToken = std::forward<NextTokenT>(value);
64 template <
typename NextTokenT = Aws::String>
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
87 bool m_blueprintRunsHasBeenSet =
false;
90 bool m_nextTokenHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
GetBlueprintRunsResult & WithBlueprintRuns(BlueprintRunsT &&value)
const Aws::Vector< BlueprintRun > & GetBlueprintRuns() const
AWS_GLUE_API GetBlueprintRunsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBlueprintRuns(BlueprintRunsT &&value)
GetBlueprintRunsResult & AddBlueprintRuns(BlueprintRunsT &&value)
GetBlueprintRunsResult & WithNextToken(NextTokenT &&value)
AWS_GLUE_API GetBlueprintRunsResult()=default
GetBlueprintRunsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_GLUE_API GetBlueprintRunsResult(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