AWS SDK for C++

AWS SDK for C++ Version 1.11.782

Loading...
Searching...
No Matches
DataAutomationLibraryItem.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 {
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 DataAutomationLibraryItem() = default;
32 AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
36 inline const Aws::String& GetLibraryArn() const { return m_libraryArn; }
37 inline bool LibraryArnHasBeenSet() const { return m_libraryArnHasBeenSet; }
38 template <typename LibraryArnT = Aws::String>
39 void SetLibraryArn(LibraryArnT&& value) {
40 m_libraryArnHasBeenSet = true;
41 m_libraryArn = std::forward<LibraryArnT>(value);
42 }
43 template <typename LibraryArnT = Aws::String>
45 SetLibraryArn(std::forward<LibraryArnT>(value));
46 return *this;
47 }
49 private:
50 Aws::String m_libraryArn;
51 bool m_libraryArnHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace BedrockDataAutomation
56} // namespace Aws
DataAutomationLibraryItem & WithLibraryArn(LibraryArnT &&value)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKDATAAUTOMATION_API DataAutomationLibraryItem & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API DataAutomationLibraryItem(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API DataAutomationLibraryItem()=default
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