7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/comprehend/model/EntityLabel.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename LabelsT = Aws::Vector<EntityLabel>>
44 void SetLabels(LabelsT&& value) { m_labelsHasBeenSet =
true; m_labels = std::forward<LabelsT>(value); }
45 template<
typename LabelsT = Aws::Vector<EntityLabel>>
47 template<
typename LabelsT = EntityLabel>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_labelsHasBeenSet =
false;
65 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