7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/entityresolution/EntityResolutionRequest.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>
19namespace EntityResolution {
42 template <
typename IdNamespaceNameT = Aws::String>
44 m_idNamespaceNameHasBeenSet =
true;
45 m_idNamespaceName = std::forward<IdNamespaceNameT>(value);
47 template <
typename IdNamespaceNameT = Aws::String>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
79 template <
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
81 m_inputSourceConfigHasBeenSet =
true;
82 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
84 template <
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
89 template <
typename InputSourceConfigT = IdNamespaceInputSource>
91 m_inputSourceConfigHasBeenSet =
true;
92 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
104 return m_idMappingWorkflowProperties;
107 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
109 m_idMappingWorkflowPropertiesHasBeenSet =
true;
110 m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value);
112 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
117 template <
typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowProperties>
119 m_idMappingWorkflowPropertiesHasBeenSet =
true;
120 m_idMappingWorkflowProperties.emplace_back(std::forward<IdMappingWorkflowPropertiesT>(value));
136 m_typeHasBeenSet =
true;
153 template <
typename RoleArnT = Aws::String>
155 m_roleArnHasBeenSet =
true;
156 m_roleArn = std::forward<RoleArnT>(value);
158 template <
typename RoleArnT = Aws::String>
171 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
173 m_tagsHasBeenSet =
true;
174 m_tags = std::forward<TagsT>(value);
176 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
178 SetTags(std::forward<TagsT>(value));
181 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
183 m_tagsHasBeenSet =
true;
184 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
202 bool m_idNamespaceNameHasBeenSet =
false;
203 bool m_descriptionHasBeenSet =
false;
204 bool m_inputSourceConfigHasBeenSet =
false;
205 bool m_idMappingWorkflowPropertiesHasBeenSet =
false;
206 bool m_typeHasBeenSet =
false;
207 bool m_roleArnHasBeenSet =
false;
208 bool m_tagsHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
bool IdNamespaceNameHasBeenSet() const
IdNamespaceType GetType() const
void SetInputSourceConfig(InputSourceConfigT &&value)
virtual const char * GetServiceRequestName() const override
bool RoleArnHasBeenSet() const
CreateIdNamespaceRequest & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetType(IdNamespaceType value)
bool TypeHasBeenSet() const
bool IdMappingWorkflowPropertiesHasBeenSet() const
const Aws::String & GetRoleArn() const
CreateIdNamespaceRequest & WithInputSourceConfig(InputSourceConfigT &&value)
void SetTags(TagsT &&value)
CreateIdNamespaceRequest & WithType(IdNamespaceType value)
bool TagsHasBeenSet() const
const Aws::Vector< IdNamespaceIdMappingWorkflowProperties > & GetIdMappingWorkflowProperties() const
void SetIdNamespaceName(IdNamespaceNameT &&value)
CreateIdNamespaceRequest & WithIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
CreateIdNamespaceRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateIdNamespaceRequest & WithIdNamespaceName(IdNamespaceNameT &&value)
void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
bool DescriptionHasBeenSet() const
CreateIdNamespaceRequest & AddInputSourceConfig(InputSourceConfigT &&value)
AWS_ENTITYRESOLUTION_API CreateIdNamespaceRequest()=default
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
void SetRoleArn(RoleArnT &&value)
CreateIdNamespaceRequest & AddIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
CreateIdNamespaceRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool InputSourceConfigHasBeenSet() const
CreateIdNamespaceRequest & WithRoleArn(RoleArnT &&value)
const Aws::String & GetIdNamespaceName() const
const Aws::Vector< IdNamespaceInputSource > & GetInputSourceConfig() 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
std::vector< T, Aws::Allocator< T > > Vector