7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/entityresolution/model/IdNamespaceType.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/entityresolution/model/IdNamespaceInputSource.h>
13#include <aws/entityresolution/model/IdNamespaceIdMappingWorkflowProperties.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
28namespace EntityResolution
45 template<
typename IdNamespaceNameT = Aws::String>
46 void SetIdNamespaceName(IdNamespaceNameT&& value) { m_idNamespaceNameHasBeenSet =
true; m_idNamespaceName = std::forward<IdNamespaceNameT>(value); }
47 template<
typename IdNamespaceNameT = Aws::String>
56 template<
typename IdNamespaceArnT = Aws::String>
57 void SetIdNamespaceArn(IdNamespaceArnT&& value) { m_idNamespaceArnHasBeenSet =
true; m_idNamespaceArn = std::forward<IdNamespaceArnT>(value); }
58 template<
typename IdNamespaceArnT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
79 template<
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
80 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet =
true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
81 template<
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
83 template<
typename InputSourceConfigT = IdNamespaceInputSource>
94 template<
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
95 void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT&& value) { m_idMappingWorkflowPropertiesHasBeenSet =
true; m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value); }
96 template<
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
98 template<
typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowProperties>
122 template<
typename RoleArnT = Aws::String>
123 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
124 template<
typename RoleArnT = Aws::String>
133 template<
typename CreatedAtT = Aws::Utils::DateTime>
134 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
135 template<
typename CreatedAtT = Aws::Utils::DateTime>
144 template<
typename UpdatedAtT = Aws::Utils::DateTime>
145 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
146 template<
typename UpdatedAtT = Aws::Utils::DateTime>
153 template<
typename RequestIdT = Aws::String>
154 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
155 template<
typename RequestIdT = Aws::String>
161 bool m_idNamespaceNameHasBeenSet =
false;
164 bool m_idNamespaceArnHasBeenSet =
false;
167 bool m_descriptionHasBeenSet =
false;
170 bool m_inputSourceConfigHasBeenSet =
false;
173 bool m_idMappingWorkflowPropertiesHasBeenSet =
false;
176 bool m_typeHasBeenSet =
false;
179 bool m_roleArnHasBeenSet =
false;
182 bool m_createdAtHasBeenSet =
false;
185 bool m_updatedAtHasBeenSet =
false;
188 bool m_requestIdHasBeenSet =
false;
AWS_ENTITYRESOLUTION_API UpdateIdNamespaceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetRequestId() const
const Aws::Vector< IdNamespaceInputSource > & GetInputSourceConfig() const
AWS_ENTITYRESOLUTION_API UpdateIdNamespaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
IdNamespaceType GetType() const
UpdateIdNamespaceResult & WithDescription(DescriptionT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetDescription() const
UpdateIdNamespaceResult & WithIdNamespaceName(IdNamespaceNameT &&value)
UpdateIdNamespaceResult & AddIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetIdNamespaceArn() const
UpdateIdNamespaceResult & WithIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetType(IdNamespaceType value)
AWS_ENTITYRESOLUTION_API UpdateIdNamespaceResult()=default
void SetDescription(DescriptionT &&value)
void SetIdNamespaceName(IdNamespaceNameT &&value)
const Aws::String & GetIdNamespaceName() const
const Aws::Vector< IdNamespaceIdMappingWorkflowProperties > & GetIdMappingWorkflowProperties() const
void SetUpdatedAt(UpdatedAtT &&value)
UpdateIdNamespaceResult & WithRoleArn(RoleArnT &&value)
UpdateIdNamespaceResult & WithRequestId(RequestIdT &&value)
void SetInputSourceConfig(InputSourceConfigT &&value)
const Aws::String & GetRoleArn() const
UpdateIdNamespaceResult & AddInputSourceConfig(InputSourceConfigT &&value)
void SetIdNamespaceArn(IdNamespaceArnT &&value)
UpdateIdNamespaceResult & WithInputSourceConfig(InputSourceConfigT &&value)
UpdateIdNamespaceResult & WithUpdatedAt(UpdatedAtT &&value)
UpdateIdNamespaceResult & WithType(IdNamespaceType value)
UpdateIdNamespaceResult & WithIdNamespaceArn(IdNamespaceArnT &&value)
UpdateIdNamespaceResult & WithCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue