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/core/utils/memory/stl/AWSVector.h>
11#include <aws/entityresolution/EntityResolution_EXPORTS.h>
12#include <aws/entityresolution/model/IdNamespaceIdMappingWorkflowProperties.h>
13#include <aws/entityresolution/model/IdNamespaceInputSource.h>
14#include <aws/entityresolution/model/IdNamespaceType.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace EntityResolution {
40 template <
typename IdNamespaceNameT = Aws::String>
42 m_idNamespaceNameHasBeenSet =
true;
43 m_idNamespaceName = std::forward<IdNamespaceNameT>(value);
45 template <
typename IdNamespaceNameT = Aws::String>
57 template <
typename IdNamespaceArnT = Aws::String>
59 m_idNamespaceArnHasBeenSet =
true;
60 m_idNamespaceArn = std::forward<IdNamespaceArnT>(value);
62 template <
typename IdNamespaceArnT = Aws::String>
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
92 template <
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
94 m_inputSourceConfigHasBeenSet =
true;
95 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
97 template <
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
102 template <
typename InputSourceConfigT = IdNamespaceInputSource>
104 m_inputSourceConfigHasBeenSet =
true;
105 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
117 return m_idMappingWorkflowProperties;
119 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
121 m_idMappingWorkflowPropertiesHasBeenSet =
true;
122 m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value);
124 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
129 template <
typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowProperties>
131 m_idMappingWorkflowPropertiesHasBeenSet =
true;
132 m_idMappingWorkflowProperties.emplace_back(std::forward<IdMappingWorkflowPropertiesT>(value));
147 m_typeHasBeenSet =
true;
163 template <
typename RoleArnT = Aws::String>
165 m_roleArnHasBeenSet =
true;
166 m_roleArn = std::forward<RoleArnT>(value);
168 template <
typename RoleArnT = Aws::String>
180 template <
typename CreatedAtT = Aws::Utils::DateTime>
182 m_createdAtHasBeenSet =
true;
183 m_createdAt = std::forward<CreatedAtT>(value);
185 template <
typename CreatedAtT = Aws::Utils::DateTime>
197 template <
typename UpdatedAtT = Aws::Utils::DateTime>
199 m_updatedAtHasBeenSet =
true;
200 m_updatedAt = std::forward<UpdatedAtT>(value);
202 template <
typename UpdatedAtT = Aws::Utils::DateTime>
214 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
216 m_tagsHasBeenSet =
true;
217 m_tags = std::forward<TagsT>(value);
219 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
221 SetTags(std::forward<TagsT>(value));
224 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
226 m_tagsHasBeenSet =
true;
227 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
235 template <
typename RequestIdT = Aws::String>
237 m_requestIdHasBeenSet =
true;
238 m_requestId = std::forward<RequestIdT>(value);
240 template <
typename RequestIdT = Aws::String>
268 bool m_idNamespaceNameHasBeenSet =
false;
269 bool m_idNamespaceArnHasBeenSet =
false;
270 bool m_descriptionHasBeenSet =
false;
271 bool m_inputSourceConfigHasBeenSet =
false;
272 bool m_idMappingWorkflowPropertiesHasBeenSet =
false;
273 bool m_typeHasBeenSet =
false;
274 bool m_roleArnHasBeenSet =
false;
275 bool m_createdAtHasBeenSet =
false;
276 bool m_updatedAtHasBeenSet =
false;
277 bool m_tagsHasBeenSet =
false;
278 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_ENTITYRESOLUTION_API CreateIdNamespaceResult()=default
CreateIdNamespaceResult & WithIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
const Aws::Vector< IdNamespaceInputSource > & GetInputSourceConfig() const
CreateIdNamespaceResult & AddIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
AWS_ENTITYRESOLUTION_API CreateIdNamespaceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
IdNamespaceType GetType() const
CreateIdNamespaceResult & WithType(IdNamespaceType value)
CreateIdNamespaceResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetInputSourceConfig(InputSourceConfigT &&value)
CreateIdNamespaceResult & WithRoleArn(RoleArnT &&value)
CreateIdNamespaceResult & WithCreatedAt(CreatedAtT &&value)
CreateIdNamespaceResult & WithInputSourceConfig(InputSourceConfigT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::Vector< IdNamespaceIdMappingWorkflowProperties > & GetIdMappingWorkflowProperties() const
void SetType(IdNamespaceType value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
CreateIdNamespaceResult & WithTags(TagsT &&value)
CreateIdNamespaceResult & WithDescription(DescriptionT &&value)
const Aws::String & GetRoleArn() const
void SetCreatedAt(CreatedAtT &&value)
void SetDescription(DescriptionT &&value)
CreateIdNamespaceResult & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetIdNamespaceArn(IdNamespaceArnT &&value)
AWS_ENTITYRESOLUTION_API CreateIdNamespaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
CreateIdNamespaceResult & AddInputSourceConfig(InputSourceConfigT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetIdNamespaceName() const
CreateIdNamespaceResult & WithIdNamespaceName(IdNamespaceNameT &&value)
const Aws::String & GetIdNamespaceArn() const
const Aws::Utils::DateTime & GetUpdatedAt() const
CreateIdNamespaceResult & WithRequestId(RequestIdT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetDescription() const
CreateIdNamespaceResult & WithIdNamespaceArn(IdNamespaceArnT &&value)
void SetIdNamespaceName(IdNamespaceNameT &&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