7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IndexIdT = Aws::String>
48 void SetIndexId(
IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
49 template<
typename IndexIdT = Aws::String>
59 template<
typename DataSourceIdT = Aws::String>
61 template<
typename DataSourceIdT = Aws::String>
67 bool m_indexIdHasBeenSet =
false;
70 bool m_dataSourceIdHasBeenSet =
false;
const Aws::String & GetDataSourceId() const
void SetDataSourceId(DataSourceIdT &&value)
void SetIndexId(IndexIdT &&value)
EligibleDataSource & WithIndexId(IndexIdT &&value)
AWS_QBUSINESS_API EligibleDataSource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DataSourceIdHasBeenSet() const
bool IndexIdHasBeenSet() const
AWS_QBUSINESS_API EligibleDataSource()=default
AWS_QBUSINESS_API EligibleDataSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIndexId() const
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
EligibleDataSource & WithDataSourceId(DataSourceIdT &&value)
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