7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
41 template <
typename IndexIdT = Aws::String>
43 m_indexIdHasBeenSet =
true;
44 m_indexId = std::forward<IndexIdT>(value);
46 template <
typename IndexIdT = Aws::String>
60 template <
typename DataSourceIdT = Aws::String>
62 m_dataSourceIdHasBeenSet =
true;
63 m_dataSourceId = std::forward<DataSourceIdT>(value);
65 template <
typename DataSourceIdT = Aws::String>
78 template <
typename UserIdT = Aws::String>
80 m_userIdHasBeenSet =
true;
81 m_userId = std::forward<UserIdT>(value);
83 template <
typename UserIdT = Aws::String>
95 bool m_indexIdHasBeenSet =
false;
96 bool m_dataSourceIdHasBeenSet =
false;
97 bool m_userIdHasBeenSet =
false;
AWS_QBUSINESS_API UserAlias()=default
bool IndexIdHasBeenSet() const
bool DataSourceIdHasBeenSet() const
bool UserIdHasBeenSet() const
UserAlias & WithDataSourceId(DataSourceIdT &&value)
const Aws::String & GetUserId() const
UserAlias & WithUserId(UserIdT &&value)
AWS_QBUSINESS_API UserAlias & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API UserAlias(Aws::Utils::Json::JsonView jsonValue)
void SetIndexId(IndexIdT &&value)
const Aws::String & GetDataSourceId() const
void SetUserId(UserIdT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDataSourceId(DataSourceIdT &&value)
UserAlias & WithIndexId(IndexIdT &&value)
const Aws::String & GetIndexId() const
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