7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.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>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace EntityResolution {
40 template <
typename IdNamespaceNameT = Aws::String>
42 m_idNamespaceNameHasBeenSet =
true;
43 m_idNamespaceName = std::forward<IdNamespaceNameT>(value);
45 template <
typename IdNamespaceNameT = Aws::String>
57 template <
typename IdNamespaceArnT = Aws::String>
59 m_idNamespaceArnHasBeenSet =
true;
60 m_idNamespaceArn = std::forward<IdNamespaceArnT>(value);
62 template <
typename IdNamespaceArnT = Aws::String>
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
92 template <
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
94 m_inputSourceConfigHasBeenSet =
true;
95 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
97 template <
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
102 template <
typename InputSourceConfigT = IdNamespaceInputSource>
104 m_inputSourceConfigHasBeenSet =
true;
105 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
117 return m_idMappingWorkflowProperties;
119 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
121 m_idMappingWorkflowPropertiesHasBeenSet =
true;
122 m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value);
124 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
129 template <
typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowProperties>
131 m_idMappingWorkflowPropertiesHasBeenSet =
true;
132 m_idMappingWorkflowProperties.emplace_back(std::forward<IdMappingWorkflowPropertiesT>(value));
147 m_typeHasBeenSet =
true;
163 template <
typename RoleArnT = Aws::String>
165 m_roleArnHasBeenSet =
true;
166 m_roleArn = std::forward<RoleArnT>(value);
168 template <
typename RoleArnT = Aws::String>
180 template <
typename CreatedAtT = Aws::Utils::DateTime>
182 m_createdAtHasBeenSet =
true;
183 m_createdAt = std::forward<CreatedAtT>(value);
185 template <
typename CreatedAtT = Aws::Utils::DateTime>
197 template <
typename UpdatedAtT = Aws::Utils::DateTime>
199 m_updatedAtHasBeenSet =
true;
200 m_updatedAt = std::forward<UpdatedAtT>(value);
202 template <
typename UpdatedAtT = Aws::Utils::DateTime>
212 template <
typename RequestIdT = Aws::String>
214 m_requestIdHasBeenSet =
true;
215 m_requestId = std::forward<RequestIdT>(value);
217 template <
typename RequestIdT = Aws::String>
246 bool m_idNamespaceNameHasBeenSet =
false;
247 bool m_idNamespaceArnHasBeenSet =
false;
248 bool m_descriptionHasBeenSet =
false;
249 bool m_inputSourceConfigHasBeenSet =
false;
250 bool m_idMappingWorkflowPropertiesHasBeenSet =
false;
251 bool m_typeHasBeenSet =
false;
252 bool m_roleArnHasBeenSet =
false;
253 bool m_createdAtHasBeenSet =
false;
254 bool m_updatedAtHasBeenSet =
false;
255 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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