7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/entityresolution/EntityResolution_EXPORTS.h>
11#include <aws/entityresolution/model/IdNamespaceIdMappingWorkflowProperties.h>
12#include <aws/entityresolution/model/IdNamespaceInputSource.h>
13#include <aws/entityresolution/model/IdNamespaceType.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace EntityResolution {
39 template <
typename IdNamespaceNameT = Aws::String>
41 m_idNamespaceNameHasBeenSet =
true;
42 m_idNamespaceName = std::forward<IdNamespaceNameT>(value);
44 template <
typename IdNamespaceNameT = Aws::String>
56 template <
typename IdNamespaceArnT = Aws::String>
58 m_idNamespaceArnHasBeenSet =
true;
59 m_idNamespaceArn = std::forward<IdNamespaceArnT>(value);
61 template <
typename IdNamespaceArnT = Aws::String>
73 template <
typename DescriptionT = Aws::String>
75 m_descriptionHasBeenSet =
true;
76 m_description = std::forward<DescriptionT>(value);
78 template <
typename DescriptionT = Aws::String>
91 template <
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
93 m_inputSourceConfigHasBeenSet =
true;
94 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
96 template <
typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
101 template <
typename InputSourceConfigT = IdNamespaceInputSource>
103 m_inputSourceConfigHasBeenSet =
true;
104 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
116 return m_idMappingWorkflowProperties;
118 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
120 m_idMappingWorkflowPropertiesHasBeenSet =
true;
121 m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value);
123 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
128 template <
typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowProperties>
130 m_idMappingWorkflowPropertiesHasBeenSet =
true;
131 m_idMappingWorkflowProperties.emplace_back(std::forward<IdMappingWorkflowPropertiesT>(value));
146 m_typeHasBeenSet =
true;
162 template <
typename RoleArnT = Aws::String>
164 m_roleArnHasBeenSet =
true;
165 m_roleArn = std::forward<RoleArnT>(value);
167 template <
typename RoleArnT = Aws::String>
179 template <
typename CreatedAtT = Aws::Utils::DateTime>
181 m_createdAtHasBeenSet =
true;
182 m_createdAt = std::forward<CreatedAtT>(value);
184 template <
typename CreatedAtT = Aws::Utils::DateTime>
196 template <
typename UpdatedAtT = Aws::Utils::DateTime>
198 m_updatedAtHasBeenSet =
true;
199 m_updatedAt = std::forward<UpdatedAtT>(value);
201 template <
typename UpdatedAtT = Aws::Utils::DateTime>
211 template <
typename RequestIdT = Aws::String>
213 m_requestIdHasBeenSet =
true;
214 m_requestId = std::forward<RequestIdT>(value);
216 template <
typename RequestIdT = Aws::String>
242 bool m_idNamespaceNameHasBeenSet =
false;
243 bool m_idNamespaceArnHasBeenSet =
false;
244 bool m_descriptionHasBeenSet =
false;
245 bool m_inputSourceConfigHasBeenSet =
false;
246 bool m_idMappingWorkflowPropertiesHasBeenSet =
false;
247 bool m_typeHasBeenSet =
false;
248 bool m_roleArnHasBeenSet =
false;
249 bool m_createdAtHasBeenSet =
false;
250 bool m_updatedAtHasBeenSet =
false;
251 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