7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/identitystore/IdentityStoreRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace IdentityStore
45 inline void SetIdentityStoreId(
const char* value) { m_identityStoreIdHasBeenSet =
true; m_identityStoreId.assign(value); }
59 inline void SetUserId(
const char* value) { m_userIdHasBeenSet =
true; m_userId.assign(value); }
67 bool m_identityStoreIdHasBeenSet =
false;
70 bool m_userIdHasBeenSet =
false;
void SetIdentityStoreId(const char *value)
DeleteUserRequest & WithUserId(const Aws::String &value)
AWS_IDENTITYSTORE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetIdentityStoreId(const Aws::String &value)
DeleteUserRequest & WithIdentityStoreId(const char *value)
const Aws::String & GetIdentityStoreId() const
DeleteUserRequest & WithUserId(const char *value)
void SetIdentityStoreId(Aws::String &&value)
DeleteUserRequest & WithIdentityStoreId(const Aws::String &value)
DeleteUserRequest & WithUserId(Aws::String &&value)
AWS_IDENTITYSTORE_API Aws::String SerializePayload() const override
void SetUserId(Aws::String &&value)
void SetUserId(const Aws::String &value)
AWS_IDENTITYSTORE_API DeleteUserRequest()
bool UserIdHasBeenSet() const
const Aws::String & GetUserId() const
DeleteUserRequest & WithIdentityStoreId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetUserId(const char *value)
bool IdentityStoreIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String