7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/EntityLabel.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename LabelsT = Aws::Vector<EntityLabel>>
39 m_labelsHasBeenSet =
true;
40 m_labels = std::forward<LabelsT>(value);
42 template <
typename LabelsT = Aws::Vector<EntityLabel>>
47 template <
typename LabelsT = EntityLabel>
49 m_labelsHasBeenSet =
true;
50 m_labels.emplace_back(std::forward<LabelsT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
71 bool m_labelsHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetLabels(LabelsT &&value)
AWS_COMPREHEND_API ContainsPiiEntitiesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::Vector< EntityLabel > & GetLabels() const
ContainsPiiEntitiesResult & WithRequestId(RequestIdT &&value)
ContainsPiiEntitiesResult & WithLabels(LabelsT &&value)
AWS_COMPREHEND_API ContainsPiiEntitiesResult()=default
ContainsPiiEntitiesResult & AddLabels(LabelsT &&value)
AWS_COMPREHEND_API ContainsPiiEntitiesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue