AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
InvokeBlueprintOptimizationAsyncResult.h
1
6#pragma once
7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace BedrockDataAutomation {
22namespace Model {
29 public:
30 AWS_BEDROCKDATAAUTOMATION_API InvokeBlueprintOptimizationAsyncResult() = default;
31 AWS_BEDROCKDATAAUTOMATION_API InvokeBlueprintOptimizationAsyncResult(
33 AWS_BEDROCKDATAAUTOMATION_API InvokeBlueprintOptimizationAsyncResult& operator=(
35
37
40 inline const Aws::String& GetInvocationArn() const { return m_invocationArn; }
41 template <typename InvocationArnT = Aws::String>
43 m_invocationArnHasBeenSet = true;
44 m_invocationArn = std::forward<InvocationArnT>(value);
45 }
46 template <typename InvocationArnT = Aws::String>
48 SetInvocationArn(std::forward<InvocationArnT>(value));
49 return *this;
50 }
52
54
55 inline const Aws::String& GetRequestId() const { return m_requestId; }
56 template <typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) {
58 m_requestIdHasBeenSet = true;
59 m_requestId = std::forward<RequestIdT>(value);
60 }
61 template <typename RequestIdT = Aws::String>
63 SetRequestId(std::forward<RequestIdT>(value));
64 return *this;
65 }
67 private:
68 Aws::String m_invocationArn;
69
70 Aws::String m_requestId;
71 bool m_invocationArnHasBeenSet = false;
72 bool m_requestIdHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace BedrockDataAutomation
77} // 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