AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
TaskRunManifestPropertiesResponse.h
1
6#pragma once
7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace deadline
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_DEADLINE_API TaskRunManifestPropertiesResponse() = default;
38 AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetOutputManifestPath() const { return m_outputManifestPath; }
46 inline bool OutputManifestPathHasBeenSet() const { return m_outputManifestPathHasBeenSet; }
47 template<typename OutputManifestPathT = Aws::String>
48 void SetOutputManifestPath(OutputManifestPathT&& value) { m_outputManifestPathHasBeenSet = true; m_outputManifestPath = std::forward<OutputManifestPathT>(value); }
49 template<typename OutputManifestPathT = Aws::String>
50 TaskRunManifestPropertiesResponse& WithOutputManifestPath(OutputManifestPathT&& value) { SetOutputManifestPath(std::forward<OutputManifestPathT>(value)); return *this;}
52
54
57 inline const Aws::String& GetOutputManifestHash() const { return m_outputManifestHash; }
58 inline bool OutputManifestHashHasBeenSet() const { return m_outputManifestHashHasBeenSet; }
59 template<typename OutputManifestHashT = Aws::String>
60 void SetOutputManifestHash(OutputManifestHashT&& value) { m_outputManifestHashHasBeenSet = true; m_outputManifestHash = std::forward<OutputManifestHashT>(value); }
61 template<typename OutputManifestHashT = Aws::String>
62 TaskRunManifestPropertiesResponse& WithOutputManifestHash(OutputManifestHashT&& value) { SetOutputManifestHash(std::forward<OutputManifestHashT>(value)); return *this;}
64 private:
65
66 Aws::String m_outputManifestPath;
67 bool m_outputManifestPathHasBeenSet = false;
68
69 Aws::String m_outputManifestHash;
70 bool m_outputManifestHashHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace deadline
75} // namespace Aws
AWS_DEADLINE_API TaskRunManifestPropertiesResponse()=default
TaskRunManifestPropertiesResponse & WithOutputManifestHash(OutputManifestHashT &&value)
AWS_DEADLINE_API TaskRunManifestPropertiesResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API TaskRunManifestPropertiesResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
TaskRunManifestPropertiesResponse & WithOutputManifestPath(OutputManifestPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue