7#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/discovery/model/ContinuousExportStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/discovery/model/DataSource.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
25namespace ApplicationDiscoveryService
50 template<
typename ExportIdT = Aws::String>
51 void SetExportId(ExportIdT&& value) { m_exportIdHasBeenSet =
true; m_exportId = std::forward<ExportIdT>(value); }
52 template<
typename ExportIdT = Aws::String>
140 template<
typename StatusDetailT = Aws::String>
141 void SetStatusDetail(StatusDetailT&& value) { m_statusDetailHasBeenSet =
true; m_statusDetail = std::forward<StatusDetailT>(value); }
142 template<
typename StatusDetailT = Aws::String>
152 template<
typename S3BucketT = Aws::String>
153 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
154 template<
typename S3BucketT = Aws::String>
164 template<
typename StartTimeT = Aws::Utils::DateTime>
165 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
166 template<
typename StartTimeT = Aws::Utils::DateTime>
176 template<
typename StopTimeT = Aws::Utils::DateTime>
177 void SetStopTime(StopTimeT&& value) { m_stopTimeHasBeenSet =
true; m_stopTime = std::forward<StopTimeT>(value); }
178 template<
typename StopTimeT = Aws::Utils::DateTime>
201 template<
typename SchemaStorageConfigT = Aws::Map<Aws::String, Aws::String>>
202 void SetSchemaStorageConfig(SchemaStorageConfigT&& value) { m_schemaStorageConfigHasBeenSet =
true; m_schemaStorageConfig = std::forward<SchemaStorageConfigT>(value); }
203 template<
typename SchemaStorageConfigT = Aws::Map<Aws::String, Aws::String>>
205 template<
typename SchemaStorageConfigKeyT = Aws::String,
typename SchemaStorageConfigValueT = Aws::String>
207 m_schemaStorageConfigHasBeenSet =
true; m_schemaStorageConfig.emplace(std::forward<SchemaStorageConfigKeyT>(key), std::forward<SchemaStorageConfigValueT>(value));
return *
this;
213 bool m_exportIdHasBeenSet =
false;
216 bool m_statusHasBeenSet =
false;
219 bool m_statusDetailHasBeenSet =
false;
222 bool m_s3BucketHasBeenSet =
false;
225 bool m_startTimeHasBeenSet =
false;
228 bool m_stopTimeHasBeenSet =
false;
231 bool m_dataSourceHasBeenSet =
false;
234 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