7#include <aws/entityresolution/EntityResolution_EXPORTS.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/core/utils/memory/stl/AWSMap.h>
12#include <aws/entityresolution/model/IdNamespaceType.h>
13#include <aws/entityresolution/model/IdNamespaceIdMappingWorkflowProperties.h>
14#include <aws/entityresolution/model/IdNamespaceInputSource.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
29namespace EntityResolution
59 inline void SetDescription(
const char* value) { m_description.assign(value); }
129 inline void SetRoleArn(
const char* value) { m_roleArn.assign(value); }
184 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetIdNamespaceResult & AddInputSourceConfig(const IdNamespaceInputSource &value)
GetIdNamespaceResult & WithCreatedAt(Aws::Utils::DateTime &&value)
GetIdNamespaceResult & WithIdNamespaceArn(Aws::String &&value)
GetIdNamespaceResult & WithUpdatedAt(Aws::Utils::DateTime &&value)
GetIdNamespaceResult & WithRequestId(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetIdNamespaceName() const
void SetRoleArn(Aws::String &&value)
GetIdNamespaceResult & WithIdNamespaceName(Aws::String &&value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
GetIdNamespaceResult & WithRoleArn(Aws::String &&value)
AWS_ENTITYRESOLUTION_API GetIdNamespaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIdNamespaceResult & WithIdNamespaceName(const Aws::String &value)
GetIdNamespaceResult & WithIdNamespaceArn(const char *value)
GetIdNamespaceResult & AddTags(Aws::String &&key, const Aws::String &value)
void SetRequestId(Aws::String &&value)
void SetInputSourceConfig(const Aws::Vector< IdNamespaceInputSource > &value)
const Aws::Vector< IdNamespaceInputSource > & GetInputSourceConfig() const
void SetInputSourceConfig(Aws::Vector< IdNamespaceInputSource > &&value)
GetIdNamespaceResult & AddTags(const Aws::String &key, const Aws::String &value)
void SetDescription(const char *value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetIdNamespaceArn() const
const IdNamespaceType & GetType() const
void SetUpdatedAt(const Aws::Utils::DateTime &value)
void SetIdNamespaceArn(Aws::String &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
GetIdNamespaceResult & WithRoleArn(const char *value)
void SetRoleArn(const char *value)
GetIdNamespaceResult & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
GetIdNamespaceResult & AddTags(const char *key, const char *value)
GetIdNamespaceResult & WithInputSourceConfig(const Aws::Vector< IdNamespaceInputSource > &value)
GetIdNamespaceResult & WithDescription(const char *value)
void SetIdNamespaceName(const char *value)
void SetType(const IdNamespaceType &value)
GetIdNamespaceResult & WithUpdatedAt(const Aws::Utils::DateTime &value)
GetIdNamespaceResult & WithIdMappingWorkflowProperties(const Aws::Vector< IdNamespaceIdMappingWorkflowProperties > &value)
const Aws::String & GetRoleArn() const
GetIdNamespaceResult & AddTags(Aws::String &&key, Aws::String &&value)
GetIdNamespaceResult & WithType(IdNamespaceType &&value)
GetIdNamespaceResult & WithIdNamespaceArn(const Aws::String &value)
GetIdNamespaceResult & WithRoleArn(const Aws::String &value)
GetIdNamespaceResult & WithInputSourceConfig(Aws::Vector< IdNamespaceInputSource > &&value)
void SetDescription(const Aws::String &value)
GetIdNamespaceResult & WithRequestId(Aws::String &&value)
GetIdNamespaceResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetIdMappingWorkflowProperties(const Aws::Vector< IdNamespaceIdMappingWorkflowProperties > &value)
GetIdNamespaceResult & AddIdMappingWorkflowProperties(IdNamespaceIdMappingWorkflowProperties &&value)
GetIdNamespaceResult & AddTags(const char *key, Aws::String &&value)
const Aws::String & GetDescription() const
void SetIdNamespaceName(Aws::String &&value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
GetIdNamespaceResult & WithIdNamespaceName(const char *value)
void SetIdNamespaceArn(const char *value)
GetIdNamespaceResult & WithRequestId(const char *value)
void SetIdNamespaceName(const Aws::String &value)
GetIdNamespaceResult & AddTags(const Aws::String &key, Aws::String &&value)
void SetRequestId(const char *value)
GetIdNamespaceResult & WithDescription(Aws::String &&value)
GetIdNamespaceResult & AddIdMappingWorkflowProperties(const IdNamespaceIdMappingWorkflowProperties &value)
void SetIdMappingWorkflowProperties(Aws::Vector< IdNamespaceIdMappingWorkflowProperties > &&value)
GetIdNamespaceResult & WithIdMappingWorkflowProperties(Aws::Vector< IdNamespaceIdMappingWorkflowProperties > &&value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
const Aws::Vector< IdNamespaceIdMappingWorkflowProperties > & GetIdMappingWorkflowProperties() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
GetIdNamespaceResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
AWS_ENTITYRESOLUTION_API GetIdNamespaceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIdNamespaceResult & AddInputSourceConfig(IdNamespaceInputSource &&value)
GetIdNamespaceResult & WithDescription(const Aws::String &value)
void SetIdNamespaceArn(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedAt() const
GetIdNamespaceResult & WithType(const IdNamespaceType &value)
void SetType(IdNamespaceType &&value)
void SetRoleArn(const Aws::String &value)
void SetDescription(Aws::String &&value)
GetIdNamespaceResult & AddTags(Aws::String &&key, const char *value)
AWS_ENTITYRESOLUTION_API GetIdNamespaceResult()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue