AWS SDK for C++

AWS SDK for C++ Version 1.11.695

Loading...
Searching...
No Matches
AsyncInvokeOutputDataConfig.h
1
6#pragma once
7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/AsyncInvokeS3OutputDataConfig.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BedrockRuntime {
20namespace Model {
21
28 public:
29 AWS_BEDROCKRUNTIME_API AsyncInvokeOutputDataConfig() = default;
32 AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const AsyncInvokeS3OutputDataConfig& GetS3OutputDataConfig() const { return m_s3OutputDataConfig; }
39 inline bool S3OutputDataConfigHasBeenSet() const { return m_s3OutputDataConfigHasBeenSet; }
40 template <typename S3OutputDataConfigT = AsyncInvokeS3OutputDataConfig>
41 void SetS3OutputDataConfig(S3OutputDataConfigT&& value) {
42 m_s3OutputDataConfigHasBeenSet = true;
43 m_s3OutputDataConfig = std::forward<S3OutputDataConfigT>(value);
44 }
45 template <typename S3OutputDataConfigT = AsyncInvokeS3OutputDataConfig>
47 SetS3OutputDataConfig(std::forward<S3OutputDataConfigT>(value));
48 return *this;
49 }
51 private:
52 AsyncInvokeS3OutputDataConfig m_s3OutputDataConfig;
53 bool m_s3OutputDataConfigHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace BedrockRuntime
58} // namespace Aws
AWS_BEDROCKRUNTIME_API AsyncInvokeOutputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKRUNTIME_API AsyncInvokeOutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
AsyncInvokeOutputDataConfig & WithS3OutputDataConfig(S3OutputDataConfigT &&value)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKRUNTIME_API AsyncInvokeOutputDataConfig()=default
const AsyncInvokeS3OutputDataConfig & GetS3OutputDataConfig() const
Aws::Utils::Json::JsonValue JsonValue