7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/DynamoDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/dynamodb/model/PointInTimeRecoverySpecification.h>
47 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
67 bool m_tableNameHasBeenSet =
false;
70 bool m_pointInTimeRecoverySpecificationHasBeenSet =
false;
UpdateContinuousBackupsRequest & WithPointInTimeRecoverySpecification(PointInTimeRecoverySpecification &&value)
UpdateContinuousBackupsRequest & WithTableName(const Aws::String &value)
void SetTableName(const char *value)
AWS_DYNAMODB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateContinuousBackupsRequest & WithTableName(const char *value)
void SetTableName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetTableName(Aws::String &&value)
AWS_DYNAMODB_API UpdateContinuousBackupsRequest()
const Aws::String & GetTableName() const
UpdateContinuousBackupsRequest & WithTableName(Aws::String &&value)
bool TableNameHasBeenSet() const
UpdateContinuousBackupsRequest & WithPointInTimeRecoverySpecification(const PointInTimeRecoverySpecification &value)
void SetPointInTimeRecoverySpecification(const PointInTimeRecoverySpecification &value)
bool PointInTimeRecoverySpecificationHasBeenSet() const
const PointInTimeRecoverySpecification & GetPointInTimeRecoverySpecification() const
void SetPointInTimeRecoverySpecification(PointInTimeRecoverySpecification &&value)
AWS_DYNAMODB_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String