7#include <aws/ivschat/Ivschat_EXPORTS.h>
8#include <aws/ivschat/IvschatRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename IdentifierT = Aws::String>
42 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
43 template<
typename IdentifierT = Aws::String>
49 bool m_identifierHasBeenSet =
false;
DeleteRoomRequest & WithIdentifier(IdentifierT &&value)
virtual const char * GetServiceRequestName() const override
AWS_IVSCHAT_API DeleteRoomRequest()=default
bool IdentifierHasBeenSet() const
const Aws::String & GetIdentifier() const
AWS_IVSCHAT_API Aws::String SerializePayload() const override
void SetIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String