AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
StartContinuousExportResult.h
1
6#pragma once
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>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace ApplicationDiscoveryService
27{
28namespace Model
29{
31 {
32 public:
33 AWS_APPLICATIONDISCOVERYSERVICE_API StartContinuousExportResult() = default;
36
37
39
42 inline const Aws::String& GetExportId() const { return m_exportId; }
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>
46 StartContinuousExportResult& WithExportId(ExportIdT&& value) { SetExportId(std::forward<ExportIdT>(value)); return *this;}
48
50
53 inline const Aws::String& GetS3Bucket() const { return m_s3Bucket; }
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>
57 StartContinuousExportResult& WithS3Bucket(S3BucketT&& value) { SetS3Bucket(std::forward<S3BucketT>(value)); return *this;}
59
61
64 inline const Aws::Utils::DateTime& GetStartTime() const { return m_startTime; }
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>
68 StartContinuousExportResult& WithStartTime(StartTimeT&& value) { SetStartTime(std::forward<StartTimeT>(value)); return *this;}
70
72
76 inline DataSource GetDataSource() const { return m_dataSource; }
77 inline void SetDataSource(DataSource value) { m_dataSourceHasBeenSet = true; m_dataSource = value; }
80
82
87 inline const Aws::Map<Aws::String, Aws::String>& GetSchemaStorageConfig() const { return m_schemaStorageConfig; }
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>>
91 StartContinuousExportResult& WithSchemaStorageConfig(SchemaStorageConfigT&& value) { SetSchemaStorageConfig(std::forward<SchemaStorageConfigT>(value)); return *this;}
92 template<typename SchemaStorageConfigKeyT = Aws::String, typename SchemaStorageConfigValueT = Aws::String>
93 StartContinuousExportResult& AddSchemaStorageConfig(SchemaStorageConfigKeyT&& key, SchemaStorageConfigValueT&& value) {
94 m_schemaStorageConfigHasBeenSet = true; m_schemaStorageConfig.emplace(std::forward<SchemaStorageConfigKeyT>(key), std::forward<SchemaStorageConfigValueT>(value)); return *this;
95 }
97
99
100 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
104 StartContinuousExportResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
106 private:
107
108 Aws::String m_exportId;
109 bool m_exportIdHasBeenSet = false;
110
111 Aws::String m_s3Bucket;
112 bool m_s3BucketHasBeenSet = false;
113
114 Aws::Utils::DateTime m_startTime{};
115 bool m_startTimeHasBeenSet = false;
116
117 DataSource m_dataSource{DataSource::NOT_SET};
118 bool m_dataSourceHasBeenSet = false;
119
120 Aws::Map<Aws::String, Aws::String> m_schemaStorageConfig;
121 bool m_schemaStorageConfigHasBeenSet = false;
122
123 Aws::String m_requestId;
124 bool m_requestIdHasBeenSet = false;
125 };
126
127} // namespace Model
128} // namespace ApplicationDiscoveryService
129} // namespace Aws
AWS_APPLICATIONDISCOVERYSERVICE_API StartContinuousExportResult()=default
AWS_APPLICATIONDISCOVERYSERVICE_API StartContinuousExportResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
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