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>
60 template<
typename DataSourceIdT = Aws::String>
62 template<
typename DataSourceIdT = Aws::String>
72 template<
typename UserIdT = Aws::String>
73 void SetUserId(
UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
74 template<
typename UserIdT = Aws::String>
80 bool m_indexIdHasBeenSet =
false;
83 bool m_dataSourceIdHasBeenSet =
false;
86 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