AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CancelJobResult.h
1
6#pragma once
7#include <aws/elastictranscoder/ElasticTranscoder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace ElasticTranscoder
24{
25namespace Model
26{
35 {
36 public:
37 AWS_ELASTICTRANSCODER_API CancelJobResult();
40
41
43
44 inline const Aws::String& GetRequestId() const{ return m_requestId; }
45 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
46 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
47 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
48 inline CancelJobResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
49 inline CancelJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
50 inline CancelJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
52 private:
53
54 Aws::String m_requestId;
55 };
56
57} // namespace Model
58} // namespace ElasticTranscoder
59} // namespace Aws
AWS_ELASTICTRANSCODER_API CancelJobResult()
AWS_ELASTICTRANSCODER_API CancelJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ELASTICTRANSCODER_API CancelJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CancelJobResult & WithRequestId(const Aws::String &value)
CancelJobResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
CancelJobResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue