7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/EntityResolutionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace EntityResolution
46 inline void SetInputSource(
const char* value) { m_inputSourceHasBeenSet =
true; m_inputSource.assign(value); }
75 inline void SetWorkflowName(
const char* value) { m_workflowNameHasBeenSet =
true; m_workflowName.assign(value); }
83 bool m_inputSourceHasBeenSet =
false;
86 bool m_uniqueIdsHasBeenSet =
false;
89 bool m_workflowNameHasBeenSet =
false;
bool InputSourceHasBeenSet() const
BatchDeleteUniqueIdRequest & WithInputSource(const char *value)
bool WorkflowNameHasBeenSet() const
BatchDeleteUniqueIdRequest & WithUniqueIds(const Aws::Vector< Aws::String > &value)
const Aws::String & GetWorkflowName() const
const Aws::Vector< Aws::String > & GetUniqueIds() const
BatchDeleteUniqueIdRequest & WithUniqueIds(Aws::Vector< Aws::String > &&value)
BatchDeleteUniqueIdRequest & WithWorkflowName(Aws::String &&value)
void SetWorkflowName(const char *value)
BatchDeleteUniqueIdRequest & WithInputSource(Aws::String &&value)
void SetWorkflowName(const Aws::String &value)
BatchDeleteUniqueIdRequest & AddUniqueIds(const char *value)
BatchDeleteUniqueIdRequest & AddUniqueIds(Aws::String &&value)
BatchDeleteUniqueIdRequest & WithInputSource(const Aws::String &value)
AWS_ENTITYRESOLUTION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetInputSource(Aws::String &&value)
AWS_ENTITYRESOLUTION_API BatchDeleteUniqueIdRequest()
void SetInputSource(const Aws::String &value)
void SetUniqueIds(Aws::Vector< Aws::String > &&value)
void SetUniqueIds(const Aws::Vector< Aws::String > &value)
const Aws::String & GetInputSource() const
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
BatchDeleteUniqueIdRequest & WithWorkflowName(const char *value)
void SetWorkflowName(Aws::String &&value)
void SetInputSource(const char *value)
BatchDeleteUniqueIdRequest & WithWorkflowName(const Aws::String &value)
BatchDeleteUniqueIdRequest & AddUniqueIds(const Aws::String &value)
bool UniqueIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector