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/IdNamespaceIdMappingWorkflowMetadata.h>
25namespace EntityResolution
50 template<
typename IdNamespaceNameT = Aws::String>
51 void SetIdNamespaceName(IdNamespaceNameT&& value) { m_idNamespaceNameHasBeenSet =
true; m_idNamespaceName = std::forward<IdNamespaceNameT>(value); }
52 template<
typename IdNamespaceNameT = Aws::String>
62 template<
typename IdNamespaceArnT = Aws::String>
63 void SetIdNamespaceArn(IdNamespaceArnT&& value) { m_idNamespaceArnHasBeenSet =
true; m_idNamespaceArn = std::forward<IdNamespaceArnT>(value); }
64 template<
typename IdNamespaceArnT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
87 template<
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowMetadata>>
88 void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT&& value) { m_idMappingWorkflowPropertiesHasBeenSet =
true; m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value); }
89 template<
typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowMetadata>>
91 template<
typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowMetadata>
92 IdNamespaceSummary&
AddIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT&& value) { m_idMappingWorkflowPropertiesHasBeenSet =
true; m_idMappingWorkflowProperties.emplace_back(std::forward<IdMappingWorkflowPropertiesT>(value));
return *
this; }
115 template<
typename CreatedAtT = Aws::Utils::DateTime>
116 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
117 template<
typename CreatedAtT = Aws::Utils::DateTime>
127 template<
typename UpdatedAtT = Aws::Utils::DateTime>
128 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
129 template<
typename UpdatedAtT = Aws::Utils::DateTime>
135 bool m_idNamespaceNameHasBeenSet =
false;
138 bool m_idNamespaceArnHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
144 bool m_idMappingWorkflowPropertiesHasBeenSet =
false;
147 bool m_typeHasBeenSet =
false;
150 bool m_createdAtHasBeenSet =
false;
153 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