7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/Blueprint.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace BedrockDataAutomation {
38 template <
typename Bluepr
intT = Bluepr
int>
40 m_blueprintHasBeenSet =
true;
41 m_blueprint = std::forward<BlueprintT>(value);
43 template <
typename Bluepr
intT = Bluepr
int>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
68 bool m_blueprintHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
AWS_BEDROCKDATAAUTOMATION_API GetBlueprintResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCKDATAAUTOMATION_API GetBlueprintResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBlueprint(BlueprintT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
GetBlueprintResult & WithRequestId(RequestIdT &&value)
const Blueprint & GetBlueprint() const
AWS_BEDROCKDATAAUTOMATION_API GetBlueprintResult()=default
GetBlueprintResult & WithBlueprint(BlueprintT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue