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;
void SetIdNamespaceName(const Aws::String &value)
const Aws::String & GetIdNamespaceName() const
void SetIdNamespaceName(Aws::String &&value)
DeleteIdNamespaceRequest & WithIdNamespaceName(const char *value)
void SetIdNamespaceName(const char *value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
AWS_ENTITYRESOLUTION_API DeleteIdNamespaceRequest()
bool IdNamespaceNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteIdNamespaceRequest & WithIdNamespaceName(const Aws::String &value)
DeleteIdNamespaceRequest & WithIdNamespaceName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String