7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appintegrations/model/ScheduleConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/appintegrations/model/FileConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace AppIntegrationsService
44 template<
typename ArnT = Aws::String>
45 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
46 template<
typename ArnT = Aws::String>
55 template<
typename IdT = Aws::String>
56 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
57 template<
typename IdT = Aws::String>
66 template<
typename NameT = Aws::String>
67 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
68 template<
typename NameT = Aws::String>
77 template<
typename DescriptionT = Aws::String>
78 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
79 template<
typename DescriptionT = Aws::String>
88 template<
typename KmsKeyT = Aws::String>
89 void SetKmsKey(KmsKeyT&& value) { m_kmsKeyHasBeenSet =
true; m_kmsKey = std::forward<KmsKeyT>(value); }
90 template<
typename KmsKeyT = Aws::String>
99 template<
typename SourceURIT = Aws::String>
100 void SetSourceURI(SourceURIT&& value) { m_sourceURIHasBeenSet =
true; m_sourceURI = std::forward<SourceURIT>(value); }
101 template<
typename SourceURIT = Aws::String>
110 template<
typename ScheduleConfigurationT = ScheduleConfiguration>
111 void SetScheduleConfiguration(ScheduleConfigurationT&& value) { m_scheduleConfigurationHasBeenSet =
true; m_scheduleConfiguration = std::forward<ScheduleConfigurationT>(value); }
112 template<
typename ScheduleConfigurationT = ScheduleConfiguration>
122 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
124 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
128 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
137 template<
typename FileConfigurationT = FileConfiguration>
138 void SetFileConfiguration(FileConfigurationT&& value) { m_fileConfigurationHasBeenSet =
true; m_fileConfiguration = std::forward<FileConfigurationT>(value); }
139 template<
typename FileConfigurationT = FileConfiguration>
148 template<
typename ObjectConfigurationT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::Vector<Aws::String>>>>
149 void SetObjectConfiguration(ObjectConfigurationT&& value) { m_objectConfigurationHasBeenSet =
true; m_objectConfiguration = std::forward<ObjectConfigurationT>(value); }
150 template<
typename ObjectConfigurationT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::Vector<Aws::String>>>>
152 template<
typename ObjectConfigurationKeyT = Aws::String,
typename ObjectConfigurationValueT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
154 m_objectConfigurationHasBeenSet =
true; m_objectConfiguration.emplace(std::forward<ObjectConfigurationKeyT>(key), std::forward<ObjectConfigurationValueT>(value));
return *
this;
161 template<
typename RequestIdT = Aws::String>
162 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
163 template<
typename RequestIdT = Aws::String>
169 bool m_arnHasBeenSet =
false;
172 bool m_idHasBeenSet =
false;
175 bool m_nameHasBeenSet =
false;
178 bool m_descriptionHasBeenSet =
false;
181 bool m_kmsKeyHasBeenSet =
false;
184 bool m_sourceURIHasBeenSet =
false;
187 bool m_scheduleConfigurationHasBeenSet =
false;
190 bool m_tagsHasBeenSet =
false;
193 bool m_fileConfigurationHasBeenSet =
false;
196 bool m_objectConfigurationHasBeenSet =
false;
199 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetArn() const
void SetName(NameT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetSourceURI() const
void SetRequestId(RequestIdT &&value)
GetDataIntegrationResult & WithKmsKey(KmsKeyT &&value)
void SetDescription(DescriptionT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetDataIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetScheduleConfiguration(ScheduleConfigurationT &&value)
const Aws::Map< Aws::String, Aws::Map< Aws::String, Aws::Vector< Aws::String > > > & GetObjectConfiguration() const
GetDataIntegrationResult & WithArn(ArnT &&value)
const FileConfiguration & GetFileConfiguration() const
const Aws::String & GetDescription() const
const Aws::String & GetId() const
GetDataIntegrationResult & AddObjectConfiguration(ObjectConfigurationKeyT &&key, ObjectConfigurationValueT &&value)
GetDataIntegrationResult & WithObjectConfiguration(ObjectConfigurationT &&value)
void SetKmsKey(KmsKeyT &&value)
GetDataIntegrationResult & WithDescription(DescriptionT &&value)
GetDataIntegrationResult & WithTags(TagsT &&value)
const Aws::String & GetKmsKey() const
void SetObjectConfiguration(ObjectConfigurationT &&value)
GetDataIntegrationResult & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetSourceURI(SourceURIT &&value)
GetDataIntegrationResult & WithSourceURI(SourceURIT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetDataIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFileConfiguration(FileConfigurationT &&value)
GetDataIntegrationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetDataIntegrationResult & WithFileConfiguration(FileConfigurationT &&value)
const ScheduleConfiguration & GetScheduleConfiguration() const
void SetTags(TagsT &&value)
GetDataIntegrationResult & WithScheduleConfiguration(ScheduleConfigurationT &&value)
const Aws::String & GetRequestId() const
GetDataIntegrationResult & WithRequestId(RequestIdT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetDataIntegrationResult()=default
GetDataIntegrationResult & WithId(IdT &&value)
const Aws::String & GetName() const
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