7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
11#include <aws/discovery/model/ContinuousExportStatus.h>
12#include <aws/discovery/model/DataSource.h>
23namespace ApplicationDiscoveryService {
44 template <
typename ExportIdT = Aws::String>
46 m_exportIdHasBeenSet =
true;
47 m_exportId = std::forward<ExportIdT>(value);
49 template <
typename ExportIdT = Aws::String>
73 m_statusHasBeenSet =
true;
146 template <
typename StatusDetailT = Aws::String>
148 m_statusDetailHasBeenSet =
true;
149 m_statusDetail = std::forward<StatusDetailT>(value);
151 template <
typename StatusDetailT = Aws::String>
164 template <
typename S3BucketT = Aws::String>
166 m_s3BucketHasBeenSet =
true;
167 m_s3Bucket = std::forward<S3BucketT>(value);
169 template <
typename S3BucketT = Aws::String>
182 template <
typename StartTimeT = Aws::Utils::DateTime>
184 m_startTimeHasBeenSet =
true;
185 m_startTime = std::forward<StartTimeT>(value);
187 template <
typename StartTimeT = Aws::Utils::DateTime>
200 template <
typename StopTimeT = Aws::Utils::DateTime>
202 m_stopTimeHasBeenSet =
true;
203 m_stopTime = std::forward<StopTimeT>(value);
205 template <
typename StopTimeT = Aws::Utils::DateTime>
220 m_dataSourceHasBeenSet =
true;
221 m_dataSource = value;
237 template <
typename SchemaStorageConfigT = Aws::Map<Aws::String, Aws::String>>
239 m_schemaStorageConfigHasBeenSet =
true;
240 m_schemaStorageConfig = std::forward<SchemaStorageConfigT>(value);
242 template <
typename SchemaStorageConfigT = Aws::Map<Aws::String, Aws::String>>
247 template <
typename SchemaStorageConfigKeyT = Aws::String,
typename SchemaStorageConfigValueT = Aws::String>
249 m_schemaStorageConfigHasBeenSet =
true;
250 m_schemaStorageConfig.emplace(std::forward<SchemaStorageConfigKeyT>(key), std::forward<SchemaStorageConfigValueT>(value));
270 bool m_exportIdHasBeenSet =
false;
271 bool m_statusHasBeenSet =
false;
272 bool m_statusDetailHasBeenSet =
false;
273 bool m_s3BucketHasBeenSet =
false;
274 bool m_startTimeHasBeenSet =
false;
275 bool m_stopTimeHasBeenSet =
false;
276 bool m_dataSourceHasBeenSet =
false;
277 bool m_schemaStorageConfigHasBeenSet =
false;
bool StatusDetailHasBeenSet() const
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(ContinuousExportStatus value)
ContinuousExportDescription & WithStartTime(StartTimeT &&value)
ContinuousExportDescription & WithS3Bucket(S3BucketT &&value)
ContinuousExportDescription & WithStatusDetail(StatusDetailT &&value)
void SetStartTime(StartTimeT &&value)
bool S3BucketHasBeenSet() const
bool StartTimeHasBeenSet() const
AWS_APPLICATIONDISCOVERYSERVICE_API ContinuousExportDescription()=default
const Aws::Utils::DateTime & GetStartTime() const
void SetStopTime(StopTimeT &&value)
void SetS3Bucket(S3BucketT &&value)
ContinuousExportDescription & WithStatus(ContinuousExportStatus value)
const Aws::String & GetS3Bucket() const
const Aws::Map< Aws::String, Aws::String > & GetSchemaStorageConfig() const
bool StatusHasBeenSet() const
bool StopTimeHasBeenSet() const
ContinuousExportDescription & WithStopTime(StopTimeT &&value)
const Aws::String & GetStatusDetail() const
AWS_APPLICATIONDISCOVERYSERVICE_API ContinuousExportDescription(Aws::Utils::Json::JsonView jsonValue)
ContinuousExportDescription & WithDataSource(DataSource value)
const Aws::Utils::DateTime & GetStopTime() const
bool SchemaStorageConfigHasBeenSet() const
void SetExportId(ExportIdT &&value)
ContinuousExportStatus GetStatus() const
bool DataSourceHasBeenSet() const
AWS_APPLICATIONDISCOVERYSERVICE_API ContinuousExportDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatusDetail(StatusDetailT &&value)
void SetSchemaStorageConfig(SchemaStorageConfigT &&value)
ContinuousExportDescription & WithSchemaStorageConfig(SchemaStorageConfigT &&value)
bool ExportIdHasBeenSet() const
void SetDataSource(DataSource value)
DataSource GetDataSource() const
const Aws::String & GetExportId() const
ContinuousExportDescription & AddSchemaStorageConfig(SchemaStorageConfigKeyT &&key, SchemaStorageConfigValueT &&value)
ContinuousExportDescription & WithExportId(ExportIdT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue