AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ReadPresetResult.h
1
6#pragma once
7#include <aws/elastictranscoder/ElasticTranscoder_EXPORTS.h>
8#include <aws/elastictranscoder/model/Preset.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace ElasticTranscoder
25{
26namespace Model
27{
34 {
35 public:
36 AWS_ELASTICTRANSCODER_API ReadPresetResult() = default;
39
40
42
46 inline const Preset& GetPreset() const { return m_preset; }
47 template<typename PresetT = Preset>
48 void SetPreset(PresetT&& value) { m_presetHasBeenSet = true; m_preset = std::forward<PresetT>(value); }
49 template<typename PresetT = Preset>
50 ReadPresetResult& WithPreset(PresetT&& value) { SetPreset(std::forward<PresetT>(value)); return *this;}
52
54
55 inline const Aws::String& GetRequestId() const { return m_requestId; }
56 template<typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
58 template<typename RequestIdT = Aws::String>
59 ReadPresetResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
61 private:
62
63 Preset m_preset;
64 bool m_presetHasBeenSet = false;
65
66 Aws::String m_requestId;
67 bool m_requestIdHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace ElasticTranscoder
72} // namespace Aws
AWS_ELASTICTRANSCODER_API ReadPresetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ReadPresetResult & WithPreset(PresetT &&value)
AWS_ELASTICTRANSCODER_API ReadPresetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ReadPresetResult & WithRequestId(RequestIdT &&value)
AWS_ELASTICTRANSCODER_API ReadPresetResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue