7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mailmanager/MailManager_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace MailManager {
35 template <
typename RelayIdT = Aws::String>
37 m_relayIdHasBeenSet =
true;
38 m_relayId = std::forward<RelayIdT>(value);
40 template <
typename RelayIdT = Aws::String>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
68 bool m_relayIdHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_MAILMANAGER_API CreateRelayResult()=default
AWS_MAILMANAGER_API CreateRelayResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRelayId() const
const Aws::String & GetRequestId() const
void SetRelayId(RelayIdT &&value)
CreateRelayResult & WithRequestId(RequestIdT &&value)
AWS_MAILMANAGER_API CreateRelayResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateRelayResult & WithRelayId(RelayIdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue