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/IdNamespaceInputSource.h>
12#include <aws/entityresolution/model/IdNamespaceIdMappingWorkflowProperties.h>
17namespace EntityResolution
44 template<
typename IdNamespaceNameT = Aws::String>
45 void SetIdNamespaceName(IdNamespaceNameT&& value) { m_idNamespaceNameHasBeenSet =
true; m_idNamespaceName = std::forward<IdNamespaceNameT>(value); }
46 template<
typename IdNamespaceNameT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
69 template<
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
70 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet =
true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
71 template<
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
73 template<
typename InputSourceConfigT = IdNamespaceInputSource>
85 template<
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
86 void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT&& value) { m_idMappingWorkflowPropertiesHasBeenSet =
true; m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value); }
87 template<
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
89 template<
typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowProperties>
101 template<
typename RoleArnT = Aws::String>
102 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
103 template<
typename RoleArnT = Aws::String>
109 bool m_idNamespaceNameHasBeenSet =
false;
112 bool m_descriptionHasBeenSet =
false;
115 bool m_inputSourceConfigHasBeenSet =
false;
118 bool m_idMappingWorkflowPropertiesHasBeenSet =
false;
121 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