7#include <aws/comprehendmedical/ComprehendMedical_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/comprehendmedical/model/Entity.h>
11#include <aws/comprehendmedical/model/UnmappedAttribute.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace ComprehendMedical
47 template<
typename EntitiesT = Aws::Vector<Entity>>
48 void SetEntities(EntitiesT&& value) { m_entitiesHasBeenSet =
true; m_entities = std::forward<EntitiesT>(value); }
49 template<
typename EntitiesT = Aws::Vector<Entity>>
51 template<
typename EntitiesT = Entity>
61 template<
typename UnmappedAttributesT = Aws::Vector<UnmappedAttribute>>
62 void SetUnmappedAttributes(UnmappedAttributesT&& value) { m_unmappedAttributesHasBeenSet =
true; m_unmappedAttributes = std::forward<UnmappedAttributesT>(value); }
63 template<
typename UnmappedAttributesT = Aws::Vector<UnmappedAttribute>>
65 template<
typename UnmappedAttributesT = UnmappedAttribute>
75 template<
typename PaginationTokenT = Aws::String>
76 void SetPaginationToken(PaginationTokenT&& value) { m_paginationTokenHasBeenSet =
true; m_paginationToken = std::forward<PaginationTokenT>(value); }
77 template<
typename PaginationTokenT = Aws::String>
88 template<
typename ModelVersionT = Aws::String>
89 void SetModelVersion(ModelVersionT&& value) { m_modelVersionHasBeenSet =
true; m_modelVersion = std::forward<ModelVersionT>(value); }
90 template<
typename ModelVersionT = Aws::String>
97 template<
typename RequestIdT = Aws::String>
98 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
99 template<
typename RequestIdT = Aws::String>
105 bool m_entitiesHasBeenSet =
false;
108 bool m_unmappedAttributesHasBeenSet =
false;
111 bool m_paginationTokenHasBeenSet =
false;
114 bool m_modelVersionHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
AWS_COMPREHENDMEDICAL_API DetectEntitiesV2Result()=default
const Aws::Vector< Entity > & GetEntities() const
void SetModelVersion(ModelVersionT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetModelVersion() const
void SetUnmappedAttributes(UnmappedAttributesT &&value)
DetectEntitiesV2Result & AddEntities(EntitiesT &&value)
DetectEntitiesV2Result & AddUnmappedAttributes(UnmappedAttributesT &&value)
const Aws::String & GetRequestId() const
void SetEntities(EntitiesT &&value)
void SetPaginationToken(PaginationTokenT &&value)
AWS_COMPREHENDMEDICAL_API DetectEntitiesV2Result(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DetectEntitiesV2Result & WithEntities(EntitiesT &&value)
DetectEntitiesV2Result & WithUnmappedAttributes(UnmappedAttributesT &&value)
DetectEntitiesV2Result & WithPaginationToken(PaginationTokenT &&value)
const Aws::String & GetPaginationToken() const
DetectEntitiesV2Result & WithModelVersion(ModelVersionT &&value)
AWS_COMPREHENDMEDICAL_API DetectEntitiesV2Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DetectEntitiesV2Result & WithRequestId(RequestIdT &&value)
const Aws::Vector< UnmappedAttribute > & GetUnmappedAttributes() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue