7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/EntityResolutionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace EntityResolution
43 inline void SetIdNamespaceName(
const char* value) { m_idNamespaceNameHasBeenSet =
true; m_idNamespaceName.assign(value); }
51 bool m_idNamespaceNameHasBeenSet =
false;
const Aws::String & GetIdNamespaceName() const
void SetIdNamespaceName(Aws::String &&value)
bool IdNamespaceNameHasBeenSet() const
void SetIdNamespaceName(const Aws::String &value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
void SetIdNamespaceName(const char *value)
GetIdNamespaceRequest & WithIdNamespaceName(const char *value)
GetIdNamespaceRequest & WithIdNamespaceName(const Aws::String &value)
GetIdNamespaceRequest & WithIdNamespaceName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
AWS_ENTITYRESOLUTION_API GetIdNamespaceRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String