7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/entityresolution/model/IncrementalRunConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/entityresolution/model/ResolutionTechniques.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/entityresolution/model/InputSource.h>
15#include <aws/entityresolution/model/OutputSource.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
30namespace EntityResolution
60 inline void SetDescription(
const char* value) { m_description.assign(value); }
127 inline void SetRoleArn(
const char* value) { m_roleArn.assign(value); }
194 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(Aws::Utils::DateTime &&value)
GetMatchingWorkflowResult & WithInputSourceConfig(Aws::Vector< InputSource > &&value)
void SetRoleArn(Aws::String &&value)
void SetRequestId(const Aws::String &value)
GetMatchingWorkflowResult & WithOutputSourceConfig(const Aws::Vector< OutputSource > &value)
GetMatchingWorkflowResult & AddOutputSourceConfig(const OutputSource &value)
GetMatchingWorkflowResult & WithRequestId(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
void SetInputSourceConfig(const Aws::Vector< InputSource > &value)
GetMatchingWorkflowResult & WithResolutionTechniques(ResolutionTechniques &&value)
GetMatchingWorkflowResult & WithUpdatedAt(const Aws::Utils::DateTime &value)
void SetDescription(Aws::String &&value)
GetMatchingWorkflowResult & AddTags(Aws::String &&key, Aws::String &&value)
GetMatchingWorkflowResult & AddTags(const Aws::String &key, Aws::String &&value)
void SetRequestId(const char *value)
void SetWorkflowArn(Aws::String &&value)
GetMatchingWorkflowResult & WithInputSourceConfig(const Aws::Vector< InputSource > &value)
const Aws::String & GetWorkflowName() const
void SetUpdatedAt(const Aws::Utils::DateTime &value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
GetMatchingWorkflowResult & AddTags(Aws::String &&key, const char *value)
const ResolutionTechniques & GetResolutionTechniques() const
void SetOutputSourceConfig(Aws::Vector< OutputSource > &&value)
GetMatchingWorkflowResult & WithDescription(Aws::String &&value)
void SetResolutionTechniques(const ResolutionTechniques &value)
GetMatchingWorkflowResult & AddInputSourceConfig(const InputSource &value)
const Aws::String & GetRequestId() const
const IncrementalRunConfig & GetIncrementalRunConfig() const
GetMatchingWorkflowResult & WithCreatedAt(Aws::Utils::DateTime &&value)
AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult()
void SetRoleArn(const Aws::String &value)
GetMatchingWorkflowResult & AddInputSourceConfig(InputSource &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetWorkflowName(const char *value)
GetMatchingWorkflowResult & AddTags(Aws::String &&key, const Aws::String &value)
GetMatchingWorkflowResult & WithWorkflowName(Aws::String &&value)
void SetIncrementalRunConfig(const IncrementalRunConfig &value)
const Aws::String & GetRoleArn() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::String & GetDescription() const
void SetDescription(const char *value)
GetMatchingWorkflowResult & WithWorkflowArn(const Aws::String &value)
GetMatchingWorkflowResult & WithWorkflowName(const Aws::String &value)
GetMatchingWorkflowResult & AddTags(const Aws::String &key, const Aws::String &value)
GetMatchingWorkflowResult & WithIncrementalRunConfig(const IncrementalRunConfig &value)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetMatchingWorkflowResult & WithRequestId(Aws::String &&value)
GetMatchingWorkflowResult & WithRoleArn(Aws::String &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::Vector< InputSource > & GetInputSourceConfig() const
GetMatchingWorkflowResult & AddTags(const char *key, const char *value)
GetMatchingWorkflowResult & AddTags(const char *key, Aws::String &&value)
void SetWorkflowName(Aws::String &&value)
GetMatchingWorkflowResult & WithResolutionTechniques(const ResolutionTechniques &value)
GetMatchingWorkflowResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetWorkflowArn(const Aws::String &value)
AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMatchingWorkflowResult & WithRoleArn(const char *value)
GetMatchingWorkflowResult & WithRequestId(const char *value)
void SetOutputSourceConfig(const Aws::Vector< OutputSource > &value)
GetMatchingWorkflowResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetWorkflowName(const Aws::String &value)
void SetDescription(const Aws::String &value)
void SetRequestId(Aws::String &&value)
void SetResolutionTechniques(ResolutionTechniques &&value)
void SetWorkflowArn(const char *value)
void SetIncrementalRunConfig(IncrementalRunConfig &&value)
const Aws::String & GetWorkflowArn() const
GetMatchingWorkflowResult & WithRoleArn(const Aws::String &value)
const Aws::Vector< OutputSource > & GetOutputSourceConfig() const
GetMatchingWorkflowResult & WithWorkflowArn(Aws::String &&value)
GetMatchingWorkflowResult & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetInputSourceConfig(Aws::Vector< InputSource > &&value)
GetMatchingWorkflowResult & WithOutputSourceConfig(Aws::Vector< OutputSource > &&value)
GetMatchingWorkflowResult & WithDescription(const Aws::String &value)
GetMatchingWorkflowResult & WithWorkflowName(const char *value)
GetMatchingWorkflowResult & WithWorkflowArn(const char *value)
void SetRoleArn(const char *value)
GetMatchingWorkflowResult & AddOutputSourceConfig(OutputSource &&value)
GetMatchingWorkflowResult & WithIncrementalRunConfig(IncrementalRunConfig &&value)
GetMatchingWorkflowResult & WithUpdatedAt(Aws::Utils::DateTime &&value)
GetMatchingWorkflowResult & WithDescription(const char *value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue