7#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/discovery/model/DataSource.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace ApplicationDiscoveryService
43 template<
typename ExportIdT = Aws::String>
44 void SetExportId(ExportIdT&& value) { m_exportIdHasBeenSet =
true; m_exportId = std::forward<ExportIdT>(value); }
45 template<
typename ExportIdT = Aws::String>
54 template<
typename S3BucketT = Aws::String>
55 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
56 template<
typename S3BucketT = Aws::String>
65 template<
typename StartTimeT = Aws::Utils::DateTime>
66 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
67 template<
typename StartTimeT = Aws::Utils::DateTime>
88 template<
typename SchemaStorageConfigT = Aws::Map<Aws::String, Aws::String>>
89 void SetSchemaStorageConfig(SchemaStorageConfigT&& value) { m_schemaStorageConfigHasBeenSet =
true; m_schemaStorageConfig = std::forward<SchemaStorageConfigT>(value); }
90 template<
typename SchemaStorageConfigT = Aws::Map<Aws::String, Aws::String>>
92 template<
typename SchemaStorageConfigKeyT = Aws::String,
typename SchemaStorageConfigValueT = Aws::String>
94 m_schemaStorageConfigHasBeenSet =
true; m_schemaStorageConfig.emplace(std::forward<SchemaStorageConfigKeyT>(key), std::forward<SchemaStorageConfigValueT>(value));
return *
this;
101 template<
typename RequestIdT = Aws::String>
102 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
103 template<
typename RequestIdT = Aws::String>
109 bool m_exportIdHasBeenSet =
false;
112 bool m_s3BucketHasBeenSet =
false;
115 bool m_startTimeHasBeenSet =
false;
118 bool m_dataSourceHasBeenSet =
false;
121 bool m_schemaStorageConfigHasBeenSet =
false;
124 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetStartTime(StartTimeT &&value)
void SetRequestId(RequestIdT &&value)
DataSource GetDataSource() const
void SetExportId(ExportIdT &&value)
StartContinuousExportResult & WithRequestId(RequestIdT &&value)
StartContinuousExportResult & WithS3Bucket(S3BucketT &&value)
void SetSchemaStorageConfig(SchemaStorageConfigT &&value)
void SetS3Bucket(S3BucketT &&value)
const Aws::Utils::DateTime & GetStartTime() const
const Aws::String & GetS3Bucket() const
StartContinuousExportResult & WithStartTime(StartTimeT &&value)
const Aws::String & GetExportId() const
void SetDataSource(DataSource value)
AWS_APPLICATIONDISCOVERYSERVICE_API StartContinuousExportResult()=default
StartContinuousExportResult & WithExportId(ExportIdT &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API StartContinuousExportResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartContinuousExportResult & WithDataSource(DataSource value)
StartContinuousExportResult & AddSchemaStorageConfig(SchemaStorageConfigKeyT &&key, SchemaStorageConfigValueT &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API StartContinuousExportResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::String > & GetSchemaStorageConfig() const
StartContinuousExportResult & WithSchemaStorageConfig(SchemaStorageConfigT &&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