AWS SDK for C++
1.8.129
AWS SDK for C++
aws-cpp-sdk-comprehend
include
aws
comprehend
model
DescribeTopicsDetectionJobResult.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/comprehend/Comprehend_EXPORTS.h
>
8
#include <
aws/comprehend/model/TopicsDetectionJobProperties.h
>
9
#include <utility>
10
11
namespace
Aws
12
{
13
template
<
typename
RESULT_TYPE>
14
class
AmazonWebServiceResult;
15
16
namespace
Utils
17
{
18
namespace
Json
19
{
20
class
JsonValue;
21
}
// namespace Json
22
}
// namespace Utils
23
namespace
Comprehend
24
{
25
namespace
Model
26
{
27
class
AWS_COMPREHEND_API
DescribeTopicsDetectionJobResult
28
{
29
public
:
30
DescribeTopicsDetectionJobResult
();
31
DescribeTopicsDetectionJobResult
(
const
Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>
& result);
32
DescribeTopicsDetectionJobResult
&
operator=
(
const
Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>
& result);
33
34
38
inline
const
TopicsDetectionJobProperties
&
GetTopicsDetectionJobProperties
()
const
{
return
m_topicsDetectionJobProperties; }
39
43
inline
void
SetTopicsDetectionJobProperties
(
const
TopicsDetectionJobProperties
& value) { m_topicsDetectionJobProperties = value; }
44
48
inline
void
SetTopicsDetectionJobProperties
(
TopicsDetectionJobProperties
&& value) { m_topicsDetectionJobProperties = std::move(value); }
49
53
inline
DescribeTopicsDetectionJobResult
&
WithTopicsDetectionJobProperties
(
const
TopicsDetectionJobProperties
& value) { SetTopicsDetectionJobProperties(value);
return
*
this
;}
54
58
inline
DescribeTopicsDetectionJobResult
&
WithTopicsDetectionJobProperties
(
TopicsDetectionJobProperties
&& value) { SetTopicsDetectionJobProperties(std::move(value));
return
*
this
;}
59
60
private
:
61
62
TopicsDetectionJobProperties
m_topicsDetectionJobProperties;
63
};
64
65
}
// namespace Model
66
}
// namespace Comprehend
67
}
// namespace Aws
Aws::Comprehend::Model::DescribeTopicsDetectionJobResult::DescribeTopicsDetectionJobResult
DescribeTopicsDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::AmazonWebServiceResult
Definition:
AmazonWebServiceResult.h:19
Aws::Comprehend::Model::DescribeTopicsDetectionJobResult::DescribeTopicsDetectionJobResult
DescribeTopicsDetectionJobResult()
AWS_COMPREHEND_API
#define AWS_COMPREHEND_API
Definition:
Comprehend_EXPORTS.h:28
TopicsDetectionJobProperties.h
Aws::Comprehend::Model::TopicsDetectionJobProperties
Definition:
TopicsDetectionJobProperties.h:38
Aws::Comprehend::Model::DescribeTopicsDetectionJobResult::operator=
DescribeTopicsDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Comprehend::Model::DescribeTopicsDetectionJobResult::WithTopicsDetectionJobProperties
DescribeTopicsDetectionJobResult & WithTopicsDetectionJobProperties(TopicsDetectionJobProperties &&value)
Definition:
DescribeTopicsDetectionJobResult.h:58
Aws::Comprehend::Model::DescribeTopicsDetectionJobResult::SetTopicsDetectionJobProperties
void SetTopicsDetectionJobProperties(TopicsDetectionJobProperties &&value)
Definition:
DescribeTopicsDetectionJobResult.h:48
Comprehend_EXPORTS.h
Aws
Definition:
AccessManagementClient.h:15
Aws::Comprehend::Model::DescribeTopicsDetectionJobResult
Definition:
DescribeTopicsDetectionJobResult.h:28
Aws::Comprehend::Model::DescribeTopicsDetectionJobResult::SetTopicsDetectionJobProperties
void SetTopicsDetectionJobProperties(const TopicsDetectionJobProperties &value)
Definition:
DescribeTopicsDetectionJobResult.h:43
Aws::Comprehend::Model::DescribeTopicsDetectionJobResult::GetTopicsDetectionJobProperties
const TopicsDetectionJobProperties & GetTopicsDetectionJobProperties() const
Definition:
DescribeTopicsDetectionJobResult.h:38
Aws::Comprehend::Model::DescribeTopicsDetectionJobResult::WithTopicsDetectionJobProperties
DescribeTopicsDetectionJobResult & WithTopicsDetectionJobProperties(const TopicsDetectionJobProperties &value)
Definition:
DescribeTopicsDetectionJobResult.h:53
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences