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