7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ApplicationIdT = Aws::String>
43 template<
typename ApplicationIdT = Aws::String>
53 template<
typename UserIdT = Aws::String>
54 void SetUserId(
UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
55 template<
typename UserIdT = Aws::String>
61 bool m_applicationIdHasBeenSet =
false;
64 bool m_userIdHasBeenSet =
false;
AWS_QBUSINESS_API GetUserRequest()=default
void SetApplicationId(ApplicationIdT &&value)
GetUserRequest & WithUserId(UserIdT &&value)
const Aws::String & GetUserId() const
void SetUserId(UserIdT &&value)
AWS_QBUSINESS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetUserRequest & WithApplicationId(ApplicationIdT &&value)
bool UserIdHasBeenSet() const
const Aws::String & GetApplicationId() const
bool ApplicationIdHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String