AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
SupplementalDataStorageLocation.h
1
6#pragma once
7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/S3Location.h>
9#include <aws/bedrock-agent/model/SupplementalDataStorageLocationType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace BedrockAgent
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_BEDROCKAGENT_API SupplementalDataStorageLocation() = default;
39 AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const S3Location& GetS3Location() const { return m_s3Location; }
48 inline bool S3LocationHasBeenSet() const { return m_s3LocationHasBeenSet; }
49 template<typename S3LocationT = S3Location>
50 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet = true; m_s3Location = std::forward<S3LocationT>(value); }
51 template<typename S3LocationT = S3Location>
52 SupplementalDataStorageLocation& WithS3Location(S3LocationT&& value) { SetS3Location(std::forward<S3LocationT>(value)); return *this;}
54
56
59 inline SupplementalDataStorageLocationType GetType() const { return m_type; }
60 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
61 inline void SetType(SupplementalDataStorageLocationType value) { m_typeHasBeenSet = true; m_type = value; }
64 private:
65
66 S3Location m_s3Location;
67 bool m_s3LocationHasBeenSet = false;
68
70 bool m_typeHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace BedrockAgent
75} // namespace Aws
SupplementalDataStorageLocation & WithType(SupplementalDataStorageLocationType value)
AWS_BEDROCKAGENT_API SupplementalDataStorageLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
SupplementalDataStorageLocation & WithS3Location(S3LocationT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API SupplementalDataStorageLocation()=default
AWS_BEDROCKAGENT_API SupplementalDataStorageLocation(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue