7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/model/ContinuousBackupsDescription.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename ContinuousBackupsDescriptionT = ContinuousBackupsDescription>
43 void SetContinuousBackupsDescription(ContinuousBackupsDescriptionT&& value) { m_continuousBackupsDescriptionHasBeenSet =
true; m_continuousBackupsDescription = std::forward<ContinuousBackupsDescriptionT>(value); }
44 template<
typename ContinuousBackupsDescriptionT = ContinuousBackupsDescription>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_continuousBackupsDescriptionHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
AWS_DYNAMODB_API UpdateContinuousBackupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_DYNAMODB_API UpdateContinuousBackupsResult()=default
AWS_DYNAMODB_API UpdateContinuousBackupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateContinuousBackupsResult & WithRequestId(RequestIdT &&value)
void SetContinuousBackupsDescription(ContinuousBackupsDescriptionT &&value)
void SetRequestId(RequestIdT &&value)
UpdateContinuousBackupsResult & WithContinuousBackupsDescription(ContinuousBackupsDescriptionT &&value)
const ContinuousBackupsDescription & GetContinuousBackupsDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue