7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/entityresolution/EntityResolution_EXPORTS.h>
11#include <aws/entityresolution/model/SchemaInputAttribute.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace EntityResolution {
37 template <
typename SchemaNameT = Aws::String>
39 m_schemaNameHasBeenSet =
true;
40 m_schemaName = std::forward<SchemaNameT>(value);
42 template <
typename SchemaNameT = Aws::String>
55 template <
typename SchemaArnT = Aws::String>
57 m_schemaArnHasBeenSet =
true;
58 m_schemaArn = std::forward<SchemaArnT>(value);
60 template <
typename SchemaArnT = Aws::String>
72 template <
typename DescriptionT = Aws::String>
74 m_descriptionHasBeenSet =
true;
75 m_description = std::forward<DescriptionT>(value);
77 template <
typename DescriptionT = Aws::String>
91 template <
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
93 m_mappedInputFieldsHasBeenSet =
true;
94 m_mappedInputFields = std::forward<MappedInputFieldsT>(value);
96 template <
typename MappedInputFieldsT = Aws::Vector<SchemaInputAttribute>>
101 template <
typename MappedInputFieldsT = SchemaInputAttribute>
103 m_mappedInputFieldsHasBeenSet =
true;
104 m_mappedInputFields.emplace_back(std::forward<MappedInputFieldsT>(value));
112 template <
typename RequestIdT = Aws::String>
114 m_requestIdHasBeenSet =
true;
115 m_requestId = std::forward<RequestIdT>(value);
117 template <
typename RequestIdT = Aws::String>
136 bool m_schemaNameHasBeenSet =
false;
137 bool m_schemaArnHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
139 bool m_mappedInputFieldsHasBeenSet =
false;
140 bool m_requestIdHasBeenSet =
false;
void SetSchemaArn(SchemaArnT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetSchemaName() const
const Aws::Vector< SchemaInputAttribute > & GetMappedInputFields() const
CreateSchemaMappingResult & WithSchemaArn(SchemaArnT &&value)
AWS_ENTITYRESOLUTION_API CreateSchemaMappingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSchemaMappingResult & WithSchemaName(SchemaNameT &&value)
CreateSchemaMappingResult & AddMappedInputFields(MappedInputFieldsT &&value)
AWS_ENTITYRESOLUTION_API CreateSchemaMappingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ENTITYRESOLUTION_API CreateSchemaMappingResult()=default
const Aws::String & GetDescription() const
void SetMappedInputFields(MappedInputFieldsT &&value)
CreateSchemaMappingResult & WithMappedInputFields(MappedInputFieldsT &&value)
CreateSchemaMappingResult & WithDescription(DescriptionT &&value)
void SetSchemaName(SchemaNameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetSchemaArn() const
const Aws::String & GetRequestId() const
CreateSchemaMappingResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue