7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
10#include <aws/dynamodb/model/ContinuousBackupsDescription.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ContinuousBackupsDescriptionT = ContinuousBackupsDescription>
39 m_continuousBackupsDescriptionHasBeenSet =
true;
40 m_continuousBackupsDescription = std::forward<ContinuousBackupsDescriptionT>(value);
42 template <
typename ContinuousBackupsDescriptionT = ContinuousBackupsDescription>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_continuousBackupsDescriptionHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetContinuousBackupsDescription(ContinuousBackupsDescriptionT &&value)
AWS_DYNAMODB_API DescribeContinuousBackupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeContinuousBackupsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
DescribeContinuousBackupsResult & WithContinuousBackupsDescription(ContinuousBackupsDescriptionT &&value)
AWS_DYNAMODB_API DescribeContinuousBackupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ContinuousBackupsDescription & GetContinuousBackupsDescription() const
AWS_DYNAMODB_API DescribeContinuousBackupsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue