7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/EntityResolutionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/entityresolution/model/IdNamespaceType.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/entityresolution/model/IdNamespaceInputSource.h>
14#include <aws/entityresolution/model/IdNamespaceIdMappingWorkflowProperties.h>
19namespace EntityResolution
46 template<
typename IdNamespaceNameT = Aws::String>
47 void SetIdNamespaceName(IdNamespaceNameT&& value) { m_idNamespaceNameHasBeenSet =
true; m_idNamespaceName = std::forward<IdNamespaceNameT>(value); }
48 template<
typename IdNamespaceNameT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
71 template<
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
72 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet =
true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
73 template<
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
75 template<
typename InputSourceConfigT = IdNamespaceInputSource>
87 template<
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
88 void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT&& value) { m_idMappingWorkflowPropertiesHasBeenSet =
true; m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value); }
89 template<
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
91 template<
typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowProperties>
117 template<
typename RoleArnT = Aws::String>
118 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
119 template<
typename RoleArnT = Aws::String>
129 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
130 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
131 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
133 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
135 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
141 bool m_idNamespaceNameHasBeenSet =
false;
144 bool m_descriptionHasBeenSet =
false;
147 bool m_inputSourceConfigHasBeenSet =
false;
150 bool m_idMappingWorkflowPropertiesHasBeenSet =
false;
153 bool m_typeHasBeenSet =
false;
156 bool m_roleArnHasBeenSet =
false;
159 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