7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/model/ImportStatus.h>
10#include <aws/dynamodb/model/S3BucketSource.h>
11#include <aws/dynamodb/model/InputFormat.h>
12#include <aws/dynamodb/model/InputFormatOptions.h>
13#include <aws/dynamodb/model/InputCompressionType.h>
14#include <aws/dynamodb/model/TableCreationParameters.h>
15#include <aws/core/utils/DateTime.h>
54 template<
typename ImportArnT = Aws::String>
55 void SetImportArn(ImportArnT&& value) { m_importArnHasBeenSet =
true; m_importArn = std::forward<ImportArnT>(value); }
56 template<
typename ImportArnT = Aws::String>
76 template<
typename TableArnT = Aws::String>
77 void SetTableArn(TableArnT&& value) { m_tableArnHasBeenSet =
true; m_tableArn = std::forward<TableArnT>(value); }
78 template<
typename TableArnT = Aws::String>
89 template<
typename TableIdT = Aws::String>
90 void SetTableId(TableIdT&& value) { m_tableIdHasBeenSet =
true; m_tableId = std::forward<TableIdT>(value); }
91 template<
typename TableIdT = Aws::String>
102 template<
typename ClientTokenT = Aws::String>
103 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
104 template<
typename ClientTokenT = Aws::String>
116 template<
typename S3BucketSourceT = S3BucketSource>
117 void SetS3BucketSource(S3BucketSourceT&& value) { m_s3BucketSourceHasBeenSet =
true; m_s3BucketSource = std::forward<S3BucketSourceT>(value); }
118 template<
typename S3BucketSourceT = S3BucketSource>
129 inline void SetErrorCount(
long long value) { m_errorCountHasBeenSet =
true; m_errorCount = value; }
140 template<
typename CloudWatchLogGroupArnT = Aws::String>
141 void SetCloudWatchLogGroupArn(CloudWatchLogGroupArnT&& value) { m_cloudWatchLogGroupArnHasBeenSet =
true; m_cloudWatchLogGroupArn = std::forward<CloudWatchLogGroupArnT>(value); }
142 template<
typename CloudWatchLogGroupArnT = Aws::String>
163 template<
typename InputFormatOptionsT = InputFormatOptions>
164 void SetInputFormatOptions(InputFormatOptionsT&& value) { m_inputFormatOptionsHasBeenSet =
true; m_inputFormatOptions = std::forward<InputFormatOptionsT>(value); }
165 template<
typename InputFormatOptionsT = InputFormatOptions>
186 template<
typename TableCreationParametersT = TableCreationParameters>
187 void SetTableCreationParameters(TableCreationParametersT&& value) { m_tableCreationParametersHasBeenSet =
true; m_tableCreationParameters = std::forward<TableCreationParametersT>(value); }
188 template<
typename TableCreationParametersT = TableCreationParameters>
198 template<
typename StartTimeT = Aws::Utils::DateTime>
199 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
200 template<
typename StartTimeT = Aws::Utils::DateTime>
211 template<
typename EndTimeT = Aws::Utils::DateTime>
212 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
213 template<
typename EndTimeT = Aws::Utils::DateTime>
223 inline void SetProcessedSizeBytes(
long long value) { m_processedSizeBytesHasBeenSet =
true; m_processedSizeBytes = value; }
233 inline void SetProcessedItemCount(
long long value) { m_processedItemCountHasBeenSet =
true; m_processedItemCount = value; }
243 inline void SetImportedItemCount(
long long value) { m_importedItemCountHasBeenSet =
true; m_importedItemCount = value; }
254 template<
typename FailureCodeT = Aws::String>
255 void SetFailureCode(FailureCodeT&& value) { m_failureCodeHasBeenSet =
true; m_failureCode = std::forward<FailureCodeT>(value); }
256 template<
typename FailureCodeT = Aws::String>
267 template<
typename FailureMessageT = Aws::String>
268 void SetFailureMessage(FailureMessageT&& value) { m_failureMessageHasBeenSet =
true; m_failureMessage = std::forward<FailureMessageT>(value); }
269 template<
typename FailureMessageT = Aws::String>
275 bool m_importArnHasBeenSet =
false;
278 bool m_importStatusHasBeenSet =
false;
281 bool m_tableArnHasBeenSet =
false;
284 bool m_tableIdHasBeenSet =
false;
287 bool m_clientTokenHasBeenSet =
false;
289 S3BucketSource m_s3BucketSource;
290 bool m_s3BucketSourceHasBeenSet =
false;
292 long long m_errorCount{0};
293 bool m_errorCountHasBeenSet =
false;
296 bool m_cloudWatchLogGroupArnHasBeenSet =
false;
299 bool m_inputFormatHasBeenSet =
false;
301 InputFormatOptions m_inputFormatOptions;
302 bool m_inputFormatOptionsHasBeenSet =
false;
305 bool m_inputCompressionTypeHasBeenSet =
false;
307 TableCreationParameters m_tableCreationParameters;
308 bool m_tableCreationParametersHasBeenSet =
false;
311 bool m_startTimeHasBeenSet =
false;
314 bool m_endTimeHasBeenSet =
false;
316 long long m_processedSizeBytes{0};
317 bool m_processedSizeBytesHasBeenSet =
false;
319 long long m_processedItemCount{0};
320 bool m_processedItemCountHasBeenSet =
false;
322 long long m_importedItemCount{0};
323 bool m_importedItemCountHasBeenSet =
false;
326 bool m_failureCodeHasBeenSet =
false;
329 bool m_failureMessageHasBeenSet =
false;
bool S3BucketSourceHasBeenSet() const
const S3BucketSource & GetS3BucketSource() const
ImportTableDescription & WithInputFormatOptions(InputFormatOptionsT &&value)
bool CloudWatchLogGroupArnHasBeenSet() const
AWS_DYNAMODB_API ImportTableDescription(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTableArn() const
void SetImportStatus(ImportStatus value)
ImportTableDescription & WithProcessedItemCount(long long value)
bool FailureCodeHasBeenSet() const
void SetS3BucketSource(S3BucketSourceT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetImportedItemCount(long long value)
const InputFormatOptions & GetInputFormatOptions() const
bool ImportedItemCountHasBeenSet() const
bool ImportArnHasBeenSet() const
bool ProcessedSizeBytesHasBeenSet() const
void SetStartTime(StartTimeT &&value)
bool TableIdHasBeenSet() const
bool TableCreationParametersHasBeenSet() const
bool StartTimeHasBeenSet() const
bool InputFormatHasBeenSet() const
ImportTableDescription & WithImportedItemCount(long long value)
long long GetErrorCount() const
ImportTableDescription & WithTableId(TableIdT &&value)
long long GetImportedItemCount() const
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ErrorCountHasBeenSet() const
bool ImportStatusHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
InputCompressionType GetInputCompressionType() const
const Aws::String & GetTableId() const
ImportTableDescription & WithStartTime(StartTimeT &&value)
bool FailureMessageHasBeenSet() const
ImportTableDescription & WithTableArn(TableArnT &&value)
ImportTableDescription & WithInputCompressionType(InputCompressionType value)
ImportStatus GetImportStatus() const
InputFormat GetInputFormat() const
ImportTableDescription & WithS3BucketSource(S3BucketSourceT &&value)
void SetInputCompressionType(InputCompressionType value)
long long GetProcessedItemCount() const
void SetProcessedSizeBytes(long long value)
AWS_DYNAMODB_API ImportTableDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEndTime(EndTimeT &&value)
ImportTableDescription & WithClientToken(ClientTokenT &&value)
ImportTableDescription & WithTableCreationParameters(TableCreationParametersT &&value)
long long GetProcessedSizeBytes() const
AWS_DYNAMODB_API ImportTableDescription()=default
const Aws::String & GetImportArn() const
void SetProcessedItemCount(long long value)
ImportTableDescription & WithEndTime(EndTimeT &&value)
void SetTableId(TableIdT &&value)
bool TableArnHasBeenSet() const
void SetInputFormatOptions(InputFormatOptionsT &&value)
void SetFailureMessage(FailureMessageT &&value)
void SetFailureCode(FailureCodeT &&value)
ImportTableDescription & WithImportArn(ImportArnT &&value)
const Aws::Utils::DateTime & GetEndTime() const
bool ClientTokenHasBeenSet() const
void SetInputFormat(InputFormat value)
void SetImportArn(ImportArnT &&value)
bool InputCompressionTypeHasBeenSet() const
const TableCreationParameters & GetTableCreationParameters() const
void SetErrorCount(long long value)
ImportTableDescription & WithInputFormat(InputFormat value)
ImportTableDescription & WithFailureCode(FailureCodeT &&value)
const Aws::String & GetCloudWatchLogGroupArn() const
ImportTableDescription & WithImportStatus(ImportStatus value)
void SetCloudWatchLogGroupArn(CloudWatchLogGroupArnT &&value)
bool ProcessedItemCountHasBeenSet() const
ImportTableDescription & WithProcessedSizeBytes(long long value)
void SetTableArn(TableArnT &&value)
bool InputFormatOptionsHasBeenSet() const
const Aws::String & GetFailureCode() const
ImportTableDescription & WithCloudWatchLogGroupArn(CloudWatchLogGroupArnT &&value)
const Aws::String & GetClientToken() const
ImportTableDescription & WithErrorCount(long long value)
const Aws::String & GetFailureMessage() const
void SetTableCreationParameters(TableCreationParametersT &&value)
ImportTableDescription & WithFailureMessage(FailureMessageT &&value)
bool EndTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue