7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
10#include <aws/dynamodb/model/ImportStatus.h>
11#include <aws/dynamodb/model/InputFormat.h>
12#include <aws/dynamodb/model/S3BucketSource.h>
45 template <
typename ImportArnT = Aws::String>
47 m_importArnHasBeenSet =
true;
48 m_importArn = std::forward<ImportArnT>(value);
50 template <
typename ImportArnT = Aws::String>
64 m_importStatusHasBeenSet =
true;
65 m_importStatus = value;
79 template <
typename TableArnT = Aws::String>
81 m_tableArnHasBeenSet =
true;
82 m_tableArn = std::forward<TableArnT>(value);
84 template <
typename TableArnT = Aws::String>
99 template <
typename S3BucketSourceT = S3BucketSource>
101 m_s3BucketSourceHasBeenSet =
true;
102 m_s3BucketSource = std::forward<S3BucketSourceT>(value);
104 template <
typename S3BucketSourceT = S3BucketSource>
118 template <
typename CloudWatchLogGroupArnT = Aws::String>
120 m_cloudWatchLogGroupArnHasBeenSet =
true;
121 m_cloudWatchLogGroupArn = std::forward<CloudWatchLogGroupArnT>(value);
123 template <
typename CloudWatchLogGroupArnT = Aws::String>
138 m_inputFormatHasBeenSet =
true;
139 m_inputFormat = value;
153 template <
typename StartTimeT = Aws::Utils::DateTime>
155 m_startTimeHasBeenSet =
true;
156 m_startTime = std::forward<StartTimeT>(value);
158 template <
typename StartTimeT = Aws::Utils::DateTime>
172 template <
typename EndTimeT = Aws::Utils::DateTime>
174 m_endTimeHasBeenSet =
true;
175 m_endTime = std::forward<EndTimeT>(value);
177 template <
typename EndTimeT = Aws::Utils::DateTime>
190 S3BucketSource m_s3BucketSource;
199 bool m_importArnHasBeenSet =
false;
200 bool m_importStatusHasBeenSet =
false;
201 bool m_tableArnHasBeenSet =
false;
202 bool m_s3BucketSourceHasBeenSet =
false;
203 bool m_cloudWatchLogGroupArnHasBeenSet =
false;
204 bool m_inputFormatHasBeenSet =
false;
205 bool m_startTimeHasBeenSet =
false;
206 bool m_endTimeHasBeenSet =
false;
void SetCloudWatchLogGroupArn(CloudWatchLogGroupArnT &&value)
AWS_DYNAMODB_API ImportSummary()=default
InputFormat GetInputFormat() const
ImportSummary & WithImportArn(ImportArnT &&value)
AWS_DYNAMODB_API ImportSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API ImportSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ImportStatusHasBeenSet() const
bool ImportArnHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
ImportSummary & WithInputFormat(InputFormat value)
const Aws::String & GetTableArn() const
ImportStatus GetImportStatus() const
void SetImportArn(ImportArnT &&value)
ImportSummary & WithS3BucketSource(S3BucketSourceT &&value)
bool S3BucketSourceHasBeenSet() const
ImportSummary & WithImportStatus(ImportStatus value)
void SetTableArn(TableArnT &&value)
void SetImportStatus(ImportStatus value)
bool InputFormatHasBeenSet() const
const S3BucketSource & GetS3BucketSource() const
ImportSummary & WithStartTime(StartTimeT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool TableArnHasBeenSet() const
bool StartTimeHasBeenSet() const
void SetInputFormat(InputFormat value)
ImportSummary & WithCloudWatchLogGroupArn(CloudWatchLogGroupArnT &&value)
ImportSummary & WithTableArn(TableArnT &&value)
const Aws::String & GetCloudWatchLogGroupArn() const
const Aws::Utils::DateTime & GetStartTime() const
ImportSummary & WithEndTime(EndTimeT &&value)
void SetS3BucketSource(S3BucketSourceT &&value)
bool CloudWatchLogGroupArnHasBeenSet() const
void SetEndTime(EndTimeT &&value)
const Aws::String & GetImportArn() const
bool EndTimeHasBeenSet() const
void SetStartTime(StartTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue