AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
InvokeBlueprintOptimizationAsyncResult.h
1
6#pragma once
7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace BedrockDataAutomation {
23namespace Model {
30 public:
31 AWS_BEDROCKDATAAUTOMATION_API InvokeBlueprintOptimizationAsyncResult() = default;
32 AWS_BEDROCKDATAAUTOMATION_API InvokeBlueprintOptimizationAsyncResult(
34 AWS_BEDROCKDATAAUTOMATION_API InvokeBlueprintOptimizationAsyncResult& operator=(
36
38
41 inline const Aws::String& GetInvocationArn() const { return m_invocationArn; }
42 template <typename InvocationArnT = Aws::String>
44 m_invocationArnHasBeenSet = true;
45 m_invocationArn = std::forward<InvocationArnT>(value);
46 }
47 template <typename InvocationArnT = Aws::String>
49 SetInvocationArn(std::forward<InvocationArnT>(value));
50 return *this;
51 }
53
55
56 inline const Aws::String& GetRequestId() const { return m_requestId; }
57 template <typename RequestIdT = Aws::String>
58 void SetRequestId(RequestIdT&& value) {
59 m_requestIdHasBeenSet = true;
60 m_requestId = std::forward<RequestIdT>(value);
61 }
62 template <typename RequestIdT = Aws::String>
64 SetRequestId(std::forward<RequestIdT>(value));
65 return *this;
66 }
68 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
69
70 private:
71 Aws::String m_invocationArn;
72
73 Aws::String m_requestId;
74 Aws::Http::HttpResponseCode m_HttpResponseCode;
75 bool m_invocationArnHasBeenSet = false;
76 bool m_requestIdHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace BedrockDataAutomation
81} // namespace Aws
InvokeBlueprintOptimizationAsyncResult & WithInvocationArn(InvocationArnT &&value)
AWS_BEDROCKDATAAUTOMATION_API InvokeBlueprintOptimizationAsyncResult()=default
AWS_BEDROCKDATAAUTOMATION_API InvokeBlueprintOptimizationAsyncResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCKDATAAUTOMATION_API InvokeBlueprintOptimizationAsyncResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue