7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
37 template <
typename ApplicationIdT = Aws::String>
39 m_applicationIdHasBeenSet =
true;
40 m_applicationId = std::forward<ApplicationIdT>(value);
42 template <
typename ApplicationIdT = Aws::String>
55 template <
typename UserIdT = Aws::String>
57 m_userIdHasBeenSet =
true;
58 m_userId = std::forward<UserIdT>(value);
60 template <
typename UserIdT = Aws::String>
70 bool m_applicationIdHasBeenSet =
false;
71 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