7#include <aws/mailmanager/MailManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mailmanager/model/Row.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
61 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::Vector< Row > & GetRows() const
AWS_MAILMANAGER_API GetArchiveSearchResultsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const char *value)
GetArchiveSearchResultsResult & WithRequestId(const Aws::String &value)
GetArchiveSearchResultsResult & WithRequestId(const char *value)
void SetRows(const Aws::Vector< Row > &value)
GetArchiveSearchResultsResult & AddRows(Row &&value)
GetArchiveSearchResultsResult & AddRows(const Row &value)
GetArchiveSearchResultsResult & WithRows(const Aws::Vector< Row > &value)
AWS_MAILMANAGER_API GetArchiveSearchResultsResult()
GetArchiveSearchResultsResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
AWS_MAILMANAGER_API GetArchiveSearchResultsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetArchiveSearchResultsResult & WithRows(Aws::Vector< Row > &&value)
void SetRows(Aws::Vector< Row > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue