7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
9#include <aws/qbusiness/model/EligibleDataSource.h>
44 template <
typename EligibleDataSourcesT = Aws::Vector<EligibleDataSource>>
46 m_eligibleDataSourcesHasBeenSet =
true;
47 m_eligibleDataSources = std::forward<EligibleDataSourcesT>(value);
49 template <
typename EligibleDataSourcesT = Aws::Vector<EligibleDataSource>>
54 template <
typename EligibleDataSourcesT = EligibleDataSource>
56 m_eligibleDataSourcesHasBeenSet =
true;
57 m_eligibleDataSources.emplace_back(std::forward<EligibleDataSourcesT>(value));
63 bool m_eligibleDataSourcesHasBeenSet =
false;
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< EligibleDataSource > & GetEligibleDataSources() const
ContentRetrievalRule & WithEligibleDataSources(EligibleDataSourcesT &&value)
AWS_QBUSINESS_API ContentRetrievalRule()=default
ContentRetrievalRule & AddEligibleDataSources(EligibleDataSourcesT &&value)
bool EligibleDataSourcesHasBeenSet() const
AWS_QBUSINESS_API ContentRetrievalRule & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API ContentRetrievalRule(Aws::Utils::Json::JsonView jsonValue)
void SetEligibleDataSources(EligibleDataSourcesT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue