7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolutionRequest.h>
10#include <aws/entityresolution/EntityResolution_EXPORTS.h>
15namespace EntityResolution {
40 template <
typename WorkflowNameT = Aws::String>
42 m_workflowNameHasBeenSet =
true;
43 m_workflowName = std::forward<WorkflowNameT>(value);
45 template <
typename WorkflowNameT = Aws::String>
58 template <
typename InputSourceT = Aws::String>
60 m_inputSourceHasBeenSet =
true;
61 m_inputSource = std::forward<InputSourceT>(value);
63 template <
typename InputSourceT = Aws::String>
76 template <
typename UniqueIdsT = Aws::Vector<Aws::String>>
78 m_uniqueIdsHasBeenSet =
true;
79 m_uniqueIds = std::forward<UniqueIdsT>(value);
81 template <
typename UniqueIdsT = Aws::Vector<Aws::String>>
86 template <
typename UniqueIdsT = Aws::String>
88 m_uniqueIdsHasBeenSet =
true;
89 m_uniqueIds.emplace_back(std::forward<UniqueIdsT>(value));
99 bool m_workflowNameHasBeenSet =
false;
100 bool m_inputSourceHasBeenSet =
false;
101 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