7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
12#include <aws/discovery/model/DataSource.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ApplicationDiscoveryService {
39 template <
typename ExportIdT = Aws::String>
41 m_exportIdHasBeenSet =
true;
42 m_exportId = std::forward<ExportIdT>(value);
44 template <
typename ExportIdT = Aws::String>
56 template <
typename S3BucketT = Aws::String>
58 m_s3BucketHasBeenSet =
true;
59 m_s3Bucket = std::forward<S3BucketT>(value);
61 template <
typename S3BucketT = Aws::String>
73 template <
typename StartTimeT = Aws::Utils::DateTime>
75 m_startTimeHasBeenSet =
true;
76 m_startTime = std::forward<StartTimeT>(value);
78 template <
typename StartTimeT = Aws::Utils::DateTime>
92 m_dataSourceHasBeenSet =
true;
108 template <
typename SchemaStorageConfigT = Aws::Map<Aws::String, Aws::String>>
110 m_schemaStorageConfigHasBeenSet =
true;
111 m_schemaStorageConfig = std::forward<SchemaStorageConfigT>(value);
113 template <
typename SchemaStorageConfigT = Aws::Map<Aws::String, Aws::String>>
118 template <
typename SchemaStorageConfigKeyT = Aws::String,
typename SchemaStorageConfigValueT = Aws::String>
120 m_schemaStorageConfigHasBeenSet =
true;
121 m_schemaStorageConfig.emplace(std::forward<SchemaStorageConfigKeyT>(key), std::forward<SchemaStorageConfigValueT>(value));
129 template <
typename RequestIdT = Aws::String>
131 m_requestIdHasBeenSet =
true;
132 m_requestId = std::forward<RequestIdT>(value);
134 template <
typename RequestIdT = Aws::String>
155 bool m_exportIdHasBeenSet =
false;
156 bool m_s3BucketHasBeenSet =
false;
157 bool m_startTimeHasBeenSet =
false;
158 bool m_dataSourceHasBeenSet =
false;
159 bool m_schemaStorageConfigHasBeenSet =
false;
160 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetStartTime(StartTimeT &&value)
void SetRequestId(RequestIdT &&value)
DataSource GetDataSource() const
void SetExportId(ExportIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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