7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/simpledbv2/SimpleDBv2_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ClientTokenT = Aws::String>
38 m_clientTokenHasBeenSet =
true;
39 m_clientToken = std::forward<ClientTokenT>(value);
41 template <
typename ClientTokenT = Aws::String>
53 template <
typename ExportArnT = Aws::String>
55 m_exportArnHasBeenSet =
true;
56 m_exportArn = std::forward<ExportArnT>(value);
58 template <
typename ExportArnT = Aws::String>
70 template <
typename RequestedAtT = Aws::Utils::DateTime>
72 m_requestedAtHasBeenSet =
true;
73 m_requestedAt = std::forward<RequestedAtT>(value);
75 template <
typename RequestedAtT = Aws::Utils::DateTime>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
107 bool m_clientTokenHasBeenSet =
false;
108 bool m_exportArnHasBeenSet =
false;
109 bool m_requestedAtHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
void SetRequestedAt(RequestedAtT &&value)
const Aws::String & GetClientToken() const
AWS_SIMPLEDBV2_API StartDomainExportResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetExportArn(ExportArnT &&value)
void SetRequestId(RequestIdT &&value)
StartDomainExportResult & WithExportArn(ExportArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
StartDomainExportResult & WithClientToken(ClientTokenT &&value)
const Aws::String & GetExportArn() const
AWS_SIMPLEDBV2_API StartDomainExportResult()=default
void SetClientToken(ClientTokenT &&value)
StartDomainExportResult & WithRequestId(RequestIdT &&value)
StartDomainExportResult & WithRequestedAt(RequestedAtT &&value)
const Aws::Utils::DateTime & GetRequestedAt() const
const Aws::String & GetRequestId() const
AWS_SIMPLEDBV2_API StartDomainExportResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue