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
44 template<
typename WorkflowNameT = Aws::String>
45 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
46 template<
typename WorkflowNameT = Aws::String>
56 template<
typename InputSourceT = Aws::String>
57 void SetInputSource(InputSourceT&& value) { m_inputSourceHasBeenSet =
true; m_inputSource = std::forward<InputSourceT>(value); }
58 template<
typename InputSourceT = Aws::String>
68 template<
typename UniqueIdsT = Aws::Vector<Aws::String>>
69 void SetUniqueIds(UniqueIdsT&& value) { m_uniqueIdsHasBeenSet =
true; m_uniqueIds = std::forward<UniqueIdsT>(value); }
70 template<
typename UniqueIdsT = Aws::Vector<Aws::String>>
72 template<
typename UniqueIdsT = Aws::String>
78 bool m_workflowNameHasBeenSet =
false;
81 bool m_inputSourceHasBeenSet =
false;
84 bool m_uniqueIdsHasBeenSet =
false;
bool InputSourceHasBeenSet() const
BatchDeleteUniqueIdRequest & WithInputSource(InputSourceT &&value)
AWS_ENTITYRESOLUTION_API BatchDeleteUniqueIdRequest()=default
bool WorkflowNameHasBeenSet() const
BatchDeleteUniqueIdRequest & AddUniqueIds(UniqueIdsT &&value)
const Aws::String & GetWorkflowName() const
const Aws::Vector< Aws::String > & GetUniqueIds() const
BatchDeleteUniqueIdRequest & WithWorkflowName(WorkflowNameT &&value)
void SetInputSource(InputSourceT &&value)
void SetWorkflowName(WorkflowNameT &&value)
BatchDeleteUniqueIdRequest & WithUniqueIds(UniqueIdsT &&value)
AWS_ENTITYRESOLUTION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetInputSource() const
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
bool UniqueIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetUniqueIds(UniqueIdsT &&value)
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