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/IdNamespaceIdMappingWorkflowMetadata.h>
12#include <aws/entityresolution/model/IdNamespaceType.h>
23namespace EntityResolution {
44 template <
typename IdNamespaceNameT = Aws::String>
46 m_idNamespaceNameHasBeenSet =
true;
47 m_idNamespaceName = std::forward<IdNamespaceNameT>(value);
49 template <
typename IdNamespaceNameT = Aws::String>
62 template <
typename IdNamespaceArnT = Aws::String>
64 m_idNamespaceArnHasBeenSet =
true;
65 m_idNamespaceArn = std::forward<IdNamespaceArnT>(value);
67 template <
typename IdNamespaceArnT = Aws::String>
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
98 return m_idMappingWorkflowProperties;
101 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowMetadata>>
103 m_idMappingWorkflowPropertiesHasBeenSet =
true;
104 m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value);
106 template <
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowMetadata>>
111 template <
typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowMetadata>
113 m_idMappingWorkflowPropertiesHasBeenSet =
true;
114 m_idMappingWorkflowProperties.emplace_back(std::forward<IdMappingWorkflowPropertiesT>(value));
130 m_typeHasBeenSet =
true;
145 template <
typename CreatedAtT = Aws::Utils::DateTime>
147 m_createdAtHasBeenSet =
true;
148 m_createdAt = std::forward<CreatedAtT>(value);
150 template <
typename CreatedAtT = Aws::Utils::DateTime>
163 template <
typename UpdatedAtT = Aws::Utils::DateTime>
165 m_updatedAtHasBeenSet =
true;
166 m_updatedAt = std::forward<UpdatedAtT>(value);
168 template <
typename UpdatedAtT = Aws::Utils::DateTime>
188 bool m_idNamespaceNameHasBeenSet =
false;
189 bool m_idNamespaceArnHasBeenSet =
false;
190 bool m_descriptionHasBeenSet =
false;
191 bool m_idMappingWorkflowPropertiesHasBeenSet =
false;
192 bool m_typeHasBeenSet =
false;
193 bool m_createdAtHasBeenSet =
false;
194 bool m_updatedAtHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdatedAt() const
bool IdNamespaceArnHasBeenSet() const
bool CreatedAtHasBeenSet() const
IdNamespaceSummary & WithType(IdNamespaceType value)
IdNamespaceSummary & WithDescription(DescriptionT &&value)
AWS_ENTITYRESOLUTION_API IdNamespaceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
IdNamespaceSummary & WithIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
IdNamespaceSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Vector< IdNamespaceIdMappingWorkflowMetadata > & GetIdMappingWorkflowProperties() const
bool TypeHasBeenSet() const
const Aws::String & GetIdNamespaceArn() const
AWS_ENTITYRESOLUTION_API IdNamespaceSummary(Aws::Utils::Json::JsonView jsonValue)
bool UpdatedAtHasBeenSet() const
bool IdMappingWorkflowPropertiesHasBeenSet() const
IdNamespaceSummary & WithIdNamespaceName(IdNamespaceNameT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetType(IdNamespaceType value)
IdNamespaceType GetType() const
const Aws::String & GetDescription() const
AWS_ENTITYRESOLUTION_API IdNamespaceSummary()=default
void SetIdNamespaceArn(IdNamespaceArnT &&value)
IdNamespaceSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetIdNamespaceName() const
IdNamespaceSummary & WithIdNamespaceArn(IdNamespaceArnT &&value)
void SetIdNamespaceName(IdNamespaceNameT &&value)
bool IdNamespaceNameHasBeenSet() const
IdNamespaceSummary & AddIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&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