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/core/utils/memory/stl/AWSVector.h>
12#include <aws/entityresolution/EntityResolution_EXPORTS.h>
13#include <aws/entityresolution/model/IdNamespaceIdMappingWorkflowProperties.h>
14#include <aws/entityresolution/model/IdNamespaceInputSource.h>
15#include <aws/entityresolution/model/IdNamespaceType.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace EntityResolution {
41 template <
typename IdNamespaceNameT = Aws::String>
43 m_idNamespaceNameHasBeenSet =
true;
44 m_idNamespaceName = std::forward<IdNamespaceNameT>(value);
46 template <
typename IdNamespaceNameT = Aws::String>
58 template <
typename IdNamespaceArnT = Aws::String>
60 m_idNamespaceArnHasBeenSet =
true;
61 m_idNamespaceArn = std::forward<IdNamespaceArnT>(value);
63 template <
typename IdNamespaceArnT = Aws::String>
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
93 template <
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
95 m_inputSourceConfigHasBeenSet =
true;
96 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
98 template <
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
103 template <
typename InputSourceConfigT = IdNamespaceInputSource>
105 m_inputSourceConfigHasBeenSet =
true;
106 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
118 return m_idMappingWorkflowProperties;
120 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
122 m_idMappingWorkflowPropertiesHasBeenSet =
true;
123 m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value);
125 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
130 template <
typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowProperties>
132 m_idMappingWorkflowPropertiesHasBeenSet =
true;
133 m_idMappingWorkflowProperties.emplace_back(std::forward<IdMappingWorkflowPropertiesT>(value));
148 m_typeHasBeenSet =
true;
164 template <
typename RoleArnT = Aws::String>
166 m_roleArnHasBeenSet =
true;
167 m_roleArn = std::forward<RoleArnT>(value);
169 template <
typename RoleArnT = Aws::String>
181 template <
typename CreatedAtT = Aws::Utils::DateTime>
183 m_createdAtHasBeenSet =
true;
184 m_createdAt = std::forward<CreatedAtT>(value);
186 template <
typename CreatedAtT = Aws::Utils::DateTime>
198 template <
typename UpdatedAtT = Aws::Utils::DateTime>
200 m_updatedAtHasBeenSet =
true;
201 m_updatedAt = std::forward<UpdatedAtT>(value);
203 template <
typename UpdatedAtT = Aws::Utils::DateTime>
215 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
217 m_tagsHasBeenSet =
true;
218 m_tags = std::forward<TagsT>(value);
220 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
222 SetTags(std::forward<TagsT>(value));
225 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
227 m_tagsHasBeenSet =
true;
228 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
236 template <
typename RequestIdT = Aws::String>
238 m_requestIdHasBeenSet =
true;
239 m_requestId = std::forward<RequestIdT>(value);
241 template <
typename RequestIdT = Aws::String>
272 bool m_idNamespaceNameHasBeenSet =
false;
273 bool m_idNamespaceArnHasBeenSet =
false;
274 bool m_descriptionHasBeenSet =
false;
275 bool m_inputSourceConfigHasBeenSet =
false;
276 bool m_idMappingWorkflowPropertiesHasBeenSet =
false;
277 bool m_typeHasBeenSet =
false;
278 bool m_roleArnHasBeenSet =
false;
279 bool m_createdAtHasBeenSet =
false;
280 bool m_updatedAtHasBeenSet =
false;
281 bool m_tagsHasBeenSet =
false;
282 bool m_requestIdHasBeenSet =
false;
GetIdNamespaceResult & WithType(IdNamespaceType value)
AWS_ENTITYRESOLUTION_API GetIdNamespaceResult()=default
void SetInputSourceConfig(InputSourceConfigT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetIdNamespaceName() const
IdNamespaceType GetType() const
GetIdNamespaceResult & WithIdNamespaceName(IdNamespaceNameT &&value)
GetIdNamespaceResult & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetDescription(DescriptionT &&value)
AWS_ENTITYRESOLUTION_API GetIdNamespaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetRequestId(RequestIdT &&value)
GetIdNamespaceResult & WithTags(TagsT &&value)
const Aws::Vector< IdNamespaceInputSource > & GetInputSourceConfig() const
void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
GetIdNamespaceResult & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetIdNamespaceArn() const
void SetIdNamespaceName(IdNamespaceNameT &&value)
void SetType(IdNamespaceType value)
GetIdNamespaceResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetRoleArn() const
GetIdNamespaceResult & WithIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
const Aws::String & GetDescription() const
GetIdNamespaceResult & WithRoleArn(RoleArnT &&value)
void SetIdNamespaceArn(IdNamespaceArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetIdNamespaceResult & WithIdNamespaceArn(IdNamespaceArnT &&value)
GetIdNamespaceResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetIdNamespaceResult & WithRequestId(RequestIdT &&value)
GetIdNamespaceResult & AddInputSourceConfig(InputSourceConfigT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< IdNamespaceIdMappingWorkflowProperties > & GetIdMappingWorkflowProperties() const
AWS_ENTITYRESOLUTION_API GetIdNamespaceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreatedAt() const
GetIdNamespaceResult & AddIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
GetIdNamespaceResult & WithInputSourceConfig(InputSourceConfigT &&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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue