7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
9#include <aws/dynamodb/model/ExportStatus.h>
10#include <aws/dynamodb/model/ExportType.h>
42 template <
typename ExportArnT = Aws::String>
44 m_exportArnHasBeenSet =
true;
45 m_exportArn = std::forward<ExportArnT>(value);
47 template <
typename ExportArnT = Aws::String>
62 m_exportStatusHasBeenSet =
true;
63 m_exportStatus = value;
79 m_exportTypeHasBeenSet =
true;
93 bool m_exportArnHasBeenSet =
false;
94 bool m_exportStatusHasBeenSet =
false;
95 bool m_exportTypeHasBeenSet =
false;
void SetExportStatus(ExportStatus value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API ExportSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API ExportSummary()=default
ExportSummary & WithExportStatus(ExportStatus value)
const Aws::String & GetExportArn() const
void SetExportArn(ExportArnT &&value)
ExportStatus GetExportStatus() const
ExportSummary & WithExportArn(ExportArnT &&value)
AWS_DYNAMODB_API ExportSummary(Aws::Utils::Json::JsonView jsonValue)
ExportSummary & WithExportType(ExportType value)
bool ExportArnHasBeenSet() const
bool ExportStatusHasBeenSet() const
void SetExportType(ExportType value)
ExportType GetExportType() const
bool ExportTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue