AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ContainsPiiEntitiesResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace Comprehend
26{
27namespace Model
28{
30 {
31 public:
32 AWS_COMPREHEND_API ContainsPiiEntitiesResult();
35
36
38
42 inline const Aws::Vector<EntityLabel>& GetLabels() const{ return m_labels; }
43 inline void SetLabels(const Aws::Vector<EntityLabel>& value) { m_labels = value; }
44 inline void SetLabels(Aws::Vector<EntityLabel>&& value) { m_labels = std::move(value); }
45 inline ContainsPiiEntitiesResult& WithLabels(const Aws::Vector<EntityLabel>& value) { SetLabels(value); return *this;}
46 inline ContainsPiiEntitiesResult& WithLabels(Aws::Vector<EntityLabel>&& value) { SetLabels(std::move(value)); return *this;}
47 inline ContainsPiiEntitiesResult& AddLabels(const EntityLabel& value) { m_labels.push_back(value); return *this; }
48 inline ContainsPiiEntitiesResult& AddLabels(EntityLabel&& value) { m_labels.push_back(std::move(value)); return *this; }
50
52
53 inline const Aws::String& GetRequestId() const{ return m_requestId; }
54 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
55 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
56 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
57 inline ContainsPiiEntitiesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
58 inline ContainsPiiEntitiesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
59 inline ContainsPiiEntitiesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
61 private:
62
64
65 Aws::String m_requestId;
66 };
67
68} // namespace Model
69} // namespace Comprehend
70} // namespace Aws
AWS_COMPREHEND_API ContainsPiiEntitiesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ContainsPiiEntitiesResult & AddLabels(const EntityLabel &value)
const Aws::Vector< EntityLabel > & GetLabels() const
ContainsPiiEntitiesResult & WithRequestId(Aws::String &&value)
ContainsPiiEntitiesResult & WithRequestId(const char *value)
ContainsPiiEntitiesResult & WithLabels(Aws::Vector< EntityLabel > &&value)
ContainsPiiEntitiesResult & WithRequestId(const Aws::String &value)
void SetLabels(Aws::Vector< EntityLabel > &&value)
ContainsPiiEntitiesResult & AddLabels(EntityLabel &&value)
ContainsPiiEntitiesResult & WithLabels(const Aws::Vector< EntityLabel > &value)
void SetLabels(const Aws::Vector< EntityLabel > &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