AWS SDK for C++
1.8.126
AWS SDK for C++
|
Go to the documentation of this file.
14 template<
typename RESULT_TYPE>
15 class AmazonWebServiceResult;
54 inline void SetJobId(
const char* value) { m_jobId.assign(value); }
StopKeyPhrasesDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StopKeyPhrasesDetectionJobResult & WithJobStatus(const JobStatus &value)
StopKeyPhrasesDetectionJobResult & WithJobId(Aws::String &&value)
#define AWS_COMPREHEND_API
StopKeyPhrasesDetectionJobResult & WithJobStatus(JobStatus &&value)
void SetJobStatus(const JobStatus &value)
StopKeyPhrasesDetectionJobResult & WithJobId(const char *value)
StopKeyPhrasesDetectionJobResult & WithJobId(const Aws::String &value)
void SetJobId(const char *value)
const Aws::String & GetJobId() const
const JobStatus & GetJobStatus() const
StopKeyPhrasesDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetJobStatus(JobStatus &&value)
void SetJobId(Aws::String &&value)
StopKeyPhrasesDetectionJobResult()
void SetJobId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String