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/DataSource.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ApplicationDiscoveryService {
38 template <
typename ExportIdT = Aws::String>
40 m_exportIdHasBeenSet =
true;
41 m_exportId = std::forward<ExportIdT>(value);
43 template <
typename ExportIdT = Aws::String>
55 template <
typename S3BucketT = Aws::String>
57 m_s3BucketHasBeenSet =
true;
58 m_s3Bucket = std::forward<S3BucketT>(value);
60 template <
typename S3BucketT = Aws::String>
72 template <
typename StartTimeT = Aws::Utils::DateTime>
74 m_startTimeHasBeenSet =
true;
75 m_startTime = std::forward<StartTimeT>(value);
77 template <
typename StartTimeT = Aws::Utils::DateTime>
91 m_dataSourceHasBeenSet =
true;
107 template <
typename SchemaStorageConfigT = Aws::Map<Aws::String, Aws::String>>
109 m_schemaStorageConfigHasBeenSet =
true;
110 m_schemaStorageConfig = std::forward<SchemaStorageConfigT>(value);
112 template <
typename SchemaStorageConfigT = Aws::Map<Aws::String, Aws::String>>
117 template <
typename SchemaStorageConfigKeyT = Aws::String,
typename SchemaStorageConfigValueT = Aws::String>
119 m_schemaStorageConfigHasBeenSet =
true;
120 m_schemaStorageConfig.emplace(std::forward<SchemaStorageConfigKeyT>(key), std::forward<SchemaStorageConfigValueT>(value));
128 template <
typename RequestIdT = Aws::String>
130 m_requestIdHasBeenSet =
true;
131 m_requestId = std::forward<RequestIdT>(value);
133 template <
typename RequestIdT = Aws::String>
151 bool m_exportIdHasBeenSet =
false;
152 bool m_s3BucketHasBeenSet =
false;
153 bool m_startTimeHasBeenSet =
false;
154 bool m_dataSourceHasBeenSet =
false;
155 bool m_schemaStorageConfigHasBeenSet =
false;
156 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