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