7#include <aws/repostspace/Repostspace_EXPORTS.h>
8#include <aws/repostspace/RepostspaceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename SpaceIdT = Aws::String>
42 void SetSpaceId(SpaceIdT&& value) { m_spaceIdHasBeenSet =
true; m_spaceId = std::forward<SpaceIdT>(value); }
43 template<
typename SpaceIdT = Aws::String>
53 template<
typename AdminIdT = Aws::String>
54 void SetAdminId(AdminIdT&& value) { m_adminIdHasBeenSet =
true; m_adminId = std::forward<AdminIdT>(value); }
55 template<
typename AdminIdT = Aws::String>
61 bool m_spaceIdHasBeenSet =
false;
64 bool m_adminIdHasBeenSet =
false;
const Aws::String & GetAdminId() const
bool SpaceIdHasBeenSet() const
DeregisterAdminRequest & WithAdminId(AdminIdT &&value)
const Aws::String & GetSpaceId() const
void SetSpaceId(SpaceIdT &&value)
DeregisterAdminRequest & WithSpaceId(SpaceIdT &&value)
AWS_REPOSTSPACE_API DeregisterAdminRequest()=default
void SetAdminId(AdminIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_REPOSTSPACE_API Aws::String SerializePayload() const override
bool AdminIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String