7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/KeyPhrasesDetectionJobProperties.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
53 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DescribeKeyPhrasesDetectionJobResult & WithKeyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobProperties &&value)
AWS_COMPREHEND_API DescribeKeyPhrasesDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeKeyPhrasesDetectionJobResult & WithRequestId(Aws::String &&value)
AWS_COMPREHEND_API DescribeKeyPhrasesDetectionJobResult()
DescribeKeyPhrasesDetectionJobResult & WithRequestId(const char *value)
void SetRequestId(const char *value)
DescribeKeyPhrasesDetectionJobResult & WithKeyPhrasesDetectionJobProperties(const KeyPhrasesDetectionJobProperties &value)
const KeyPhrasesDetectionJobProperties & GetKeyPhrasesDetectionJobProperties() const
void SetKeyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobProperties &&value)
DescribeKeyPhrasesDetectionJobResult & WithRequestId(const Aws::String &value)
AWS_COMPREHEND_API DescribeKeyPhrasesDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetKeyPhrasesDetectionJobProperties(const KeyPhrasesDetectionJobProperties &value)
void SetRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue