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>
20namespace BedrockDataAutomation {
39 template <
typename EntityIdsT = Aws::Vector<Aws::String>>
41 m_entityIdsHasBeenSet =
true;
42 m_entityIds = std::forward<EntityIdsT>(value);
44 template <
typename EntityIdsT = Aws::Vector<Aws::String>>
49 template <
typename EntityIdsT = Aws::String>
51 m_entityIdsHasBeenSet =
true;
52 m_entityIds.emplace_back(std::forward<EntityIdsT>(value));
58 bool m_entityIdsHasBeenSet =
false;
bool EntityIdsHasBeenSet() const
void SetEntityIds(EntityIdsT &&value)
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