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;
42 template<
typename KeyPhrasesDetectionJobPropertiesT = KeyPhrasesDetectionJobProperties>
43 void SetKeyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobPropertiesT&& value) { m_keyPhrasesDetectionJobPropertiesHasBeenSet =
true; m_keyPhrasesDetectionJobProperties = std::forward<KeyPhrasesDetectionJobPropertiesT>(value); }
44 template<
typename KeyPhrasesDetectionJobPropertiesT = KeyPhrasesDetectionJobProperties>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_keyPhrasesDetectionJobPropertiesHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
DescribeKeyPhrasesDetectionJobResult & WithRequestId(RequestIdT &&value)
AWS_COMPREHEND_API DescribeKeyPhrasesDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COMPREHEND_API DescribeKeyPhrasesDetectionJobResult()=default
void SetRequestId(RequestIdT &&value)
const KeyPhrasesDetectionJobProperties & GetKeyPhrasesDetectionJobProperties() const
AWS_COMPREHEND_API DescribeKeyPhrasesDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetKeyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobPropertiesT &&value)
DescribeKeyPhrasesDetectionJobResult & WithKeyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobPropertiesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue