7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolutionRequest.h>
10#include <aws/entityresolution/EntityResolution_EXPORTS.h>
11#include <aws/entityresolution/model/IdNamespaceIdMappingWorkflowProperties.h>
12#include <aws/entityresolution/model/IdNamespaceInputSource.h>
17namespace EntityResolution {
40 template <
typename IdNamespaceNameT = Aws::String>
42 m_idNamespaceNameHasBeenSet =
true;
43 m_idNamespaceName = std::forward<IdNamespaceNameT>(value);
45 template <
typename IdNamespaceNameT = Aws::String>
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
77 template <
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
79 m_inputSourceConfigHasBeenSet =
true;
80 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
82 template <
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
87 template <
typename InputSourceConfigT = IdNamespaceInputSource>
89 m_inputSourceConfigHasBeenSet =
true;
90 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
102 return m_idMappingWorkflowProperties;
105 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
107 m_idMappingWorkflowPropertiesHasBeenSet =
true;
108 m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value);
110 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
115 template <
typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowProperties>
117 m_idMappingWorkflowPropertiesHasBeenSet =
true;
118 m_idMappingWorkflowProperties.emplace_back(std::forward<IdMappingWorkflowPropertiesT>(value));
131 template <
typename RoleArnT = Aws::String>
133 m_roleArnHasBeenSet =
true;
134 m_roleArn = std::forward<RoleArnT>(value);
136 template <
typename RoleArnT = Aws::String>
152 bool m_idNamespaceNameHasBeenSet =
false;
153 bool m_descriptionHasBeenSet =
false;
154 bool m_inputSourceConfigHasBeenSet =
false;
155 bool m_idMappingWorkflowPropertiesHasBeenSet =
false;
156 bool m_roleArnHasBeenSet =
false;
bool IdMappingWorkflowPropertiesHasBeenSet() const
void SetIdNamespaceName(IdNamespaceNameT &&value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
const Aws::Vector< IdNamespaceInputSource > & GetInputSourceConfig() const
bool RoleArnHasBeenSet() const
UpdateIdNamespaceRequest & WithIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
void SetRoleArn(RoleArnT &&value)
void SetInputSourceConfig(InputSourceConfigT &&value)
AWS_ENTITYRESOLUTION_API UpdateIdNamespaceRequest()=default
void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
const Aws::String & GetIdNamespaceName() const
UpdateIdNamespaceRequest & AddInputSourceConfig(InputSourceConfigT &&value)
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::Vector< IdNamespaceIdMappingWorkflowProperties > & GetIdMappingWorkflowProperties() const
bool InputSourceConfigHasBeenSet() const
UpdateIdNamespaceRequest & WithIdNamespaceName(IdNamespaceNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDescription() const
UpdateIdNamespaceRequest & WithInputSourceConfig(InputSourceConfigT &&value)
bool IdNamespaceNameHasBeenSet() const
const Aws::String & GetRoleArn() const
UpdateIdNamespaceRequest & WithRoleArn(RoleArnT &&value)
UpdateIdNamespaceRequest & AddIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
UpdateIdNamespaceRequest & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector