7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/model/EventStream.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
50 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::String & GetRequestId() const
AWS_PINPOINT_API GetEventStreamResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEventStream(EventStream &&value)
void SetRequestId(const Aws::String &value)
GetEventStreamResult & WithRequestId(const char *value)
AWS_PINPOINT_API GetEventStreamResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(Aws::String &&value)
AWS_PINPOINT_API GetEventStreamResult()
GetEventStreamResult & WithRequestId(Aws::String &&value)
const EventStream & GetEventStream() const
GetEventStreamResult & WithEventStream(EventStream &&value)
void SetEventStream(const EventStream &value)
void SetRequestId(const char *value)
GetEventStreamResult & WithRequestId(const Aws::String &value)
GetEventStreamResult & WithEventStream(const EventStream &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue