AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
BlueprintOptimizationOutputConfiguration.h
1
6#pragma once
7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/S3Object.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BedrockDataAutomation {
20namespace Model {
21
28 public:
29 AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationOutputConfiguration() = default;
32 AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const S3Object& GetS3Object() const { return m_s3Object; }
39 inline bool S3ObjectHasBeenSet() const { return m_s3ObjectHasBeenSet; }
40 template <typename S3ObjectT = S3Object>
41 void SetS3Object(S3ObjectT&& value) {
42 m_s3ObjectHasBeenSet = true;
43 m_s3Object = std::forward<S3ObjectT>(value);
44 }
45 template <typename S3ObjectT = S3Object>
47 SetS3Object(std::forward<S3ObjectT>(value));
48 return *this;
49 }
51 private:
52 S3Object m_s3Object;
53 bool m_s3ObjectHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace BedrockDataAutomation
58} // namespace Aws
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationOutputConfiguration()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue