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 Aws::String SerializePayload() const override
const Aws::String & GetApplicationId() const
DeleteUserRequest & WithUserId(UserIdT &&value)
bool ApplicationIdHasBeenSet() const
bool UserIdHasBeenSet() const
DeleteUserRequest & WithApplicationId(ApplicationIdT &&value)
void SetUserId(UserIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetUserId() const
void SetApplicationId(ApplicationIdT &&value)
AWS_QBUSINESS_API DeleteUserRequest()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String