AWS SDK for C++

AWS SDK for C++ Version 1.11.782

Loading...
Searching...
No Matches
DeleteEntitiesInfo.h
1
6#pragma once
7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace BedrockDataAutomation {
21namespace Model {
22
29 public:
30 AWS_BEDROCKDATAAUTOMATION_API DeleteEntitiesInfo() = default;
33 AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
37 inline const Aws::Vector<Aws::String>& GetEntityIds() const { return m_entityIds; }
38 inline bool EntityIdsHasBeenSet() const { return m_entityIdsHasBeenSet; }
39 template <typename EntityIdsT = Aws::Vector<Aws::String>>
40 void SetEntityIds(EntityIdsT&& value) {
41 m_entityIdsHasBeenSet = true;
42 m_entityIds = std::forward<EntityIdsT>(value);
43 }
44 template <typename EntityIdsT = Aws::Vector<Aws::String>>
46 SetEntityIds(std::forward<EntityIdsT>(value));
47 return *this;
48 }
49 template <typename EntityIdsT = Aws::String>
51 m_entityIdsHasBeenSet = true;
52 m_entityIds.emplace_back(std::forward<EntityIdsT>(value));
53 return *this;
54 }
56 private:
57 Aws::Vector<Aws::String> m_entityIds;
58 bool m_entityIdsHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace BedrockDataAutomation
63} // namespace Aws
const Aws::Vector< Aws::String > & GetEntityIds() const
DeleteEntitiesInfo & WithEntityIds(EntityIdsT &&value)
DeleteEntitiesInfo & AddEntityIds(EntityIdsT &&value)
AWS_BEDROCKDATAAUTOMATION_API DeleteEntitiesInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API DeleteEntitiesInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API DeleteEntitiesInfo()=default
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue