AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ManifestProperties.h
1
6#pragma once
7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/model/PathFormat.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace deadline
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_DEADLINE_API ManifestProperties() = default;
40 AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetFileSystemLocationName() const { return m_fileSystemLocationName; }
48 inline bool FileSystemLocationNameHasBeenSet() const { return m_fileSystemLocationNameHasBeenSet; }
49 template<typename FileSystemLocationNameT = Aws::String>
50 void SetFileSystemLocationName(FileSystemLocationNameT&& value) { m_fileSystemLocationNameHasBeenSet = true; m_fileSystemLocationName = std::forward<FileSystemLocationNameT>(value); }
51 template<typename FileSystemLocationNameT = Aws::String>
52 ManifestProperties& WithFileSystemLocationName(FileSystemLocationNameT&& value) { SetFileSystemLocationName(std::forward<FileSystemLocationNameT>(value)); return *this;}
54
56
59 inline const Aws::String& GetRootPath() const { return m_rootPath; }
60 inline bool RootPathHasBeenSet() const { return m_rootPathHasBeenSet; }
61 template<typename RootPathT = Aws::String>
62 void SetRootPath(RootPathT&& value) { m_rootPathHasBeenSet = true; m_rootPath = std::forward<RootPathT>(value); }
63 template<typename RootPathT = Aws::String>
64 ManifestProperties& WithRootPath(RootPathT&& value) { SetRootPath(std::forward<RootPathT>(value)); return *this;}
66
68
71 inline PathFormat GetRootPathFormat() const { return m_rootPathFormat; }
72 inline bool RootPathFormatHasBeenSet() const { return m_rootPathFormatHasBeenSet; }
73 inline void SetRootPathFormat(PathFormat value) { m_rootPathFormatHasBeenSet = true; m_rootPathFormat = value; }
74 inline ManifestProperties& WithRootPathFormat(PathFormat value) { SetRootPathFormat(value); return *this;}
76
78
81 inline const Aws::Vector<Aws::String>& GetOutputRelativeDirectories() const { return m_outputRelativeDirectories; }
82 inline bool OutputRelativeDirectoriesHasBeenSet() const { return m_outputRelativeDirectoriesHasBeenSet; }
83 template<typename OutputRelativeDirectoriesT = Aws::Vector<Aws::String>>
84 void SetOutputRelativeDirectories(OutputRelativeDirectoriesT&& value) { m_outputRelativeDirectoriesHasBeenSet = true; m_outputRelativeDirectories = std::forward<OutputRelativeDirectoriesT>(value); }
85 template<typename OutputRelativeDirectoriesT = Aws::Vector<Aws::String>>
86 ManifestProperties& WithOutputRelativeDirectories(OutputRelativeDirectoriesT&& value) { SetOutputRelativeDirectories(std::forward<OutputRelativeDirectoriesT>(value)); return *this;}
87 template<typename OutputRelativeDirectoriesT = Aws::String>
88 ManifestProperties& AddOutputRelativeDirectories(OutputRelativeDirectoriesT&& value) { m_outputRelativeDirectoriesHasBeenSet = true; m_outputRelativeDirectories.emplace_back(std::forward<OutputRelativeDirectoriesT>(value)); return *this; }
90
92
95 inline const Aws::String& GetInputManifestPath() const { return m_inputManifestPath; }
96 inline bool InputManifestPathHasBeenSet() const { return m_inputManifestPathHasBeenSet; }
97 template<typename InputManifestPathT = Aws::String>
98 void SetInputManifestPath(InputManifestPathT&& value) { m_inputManifestPathHasBeenSet = true; m_inputManifestPath = std::forward<InputManifestPathT>(value); }
99 template<typename InputManifestPathT = Aws::String>
100 ManifestProperties& WithInputManifestPath(InputManifestPathT&& value) { SetInputManifestPath(std::forward<InputManifestPathT>(value)); return *this;}
102
104
107 inline const Aws::String& GetInputManifestHash() const { return m_inputManifestHash; }
108 inline bool InputManifestHashHasBeenSet() const { return m_inputManifestHashHasBeenSet; }
109 template<typename InputManifestHashT = Aws::String>
110 void SetInputManifestHash(InputManifestHashT&& value) { m_inputManifestHashHasBeenSet = true; m_inputManifestHash = std::forward<InputManifestHashT>(value); }
111 template<typename InputManifestHashT = Aws::String>
112 ManifestProperties& WithInputManifestHash(InputManifestHashT&& value) { SetInputManifestHash(std::forward<InputManifestHashT>(value)); return *this;}
114 private:
115
116 Aws::String m_fileSystemLocationName;
117 bool m_fileSystemLocationNameHasBeenSet = false;
118
119 Aws::String m_rootPath;
120 bool m_rootPathHasBeenSet = false;
121
122 PathFormat m_rootPathFormat{PathFormat::NOT_SET};
123 bool m_rootPathFormatHasBeenSet = false;
124
125 Aws::Vector<Aws::String> m_outputRelativeDirectories;
126 bool m_outputRelativeDirectoriesHasBeenSet = false;
127
128 Aws::String m_inputManifestPath;
129 bool m_inputManifestPathHasBeenSet = false;
130
131 Aws::String m_inputManifestHash;
132 bool m_inputManifestHashHasBeenSet = false;
133 };
134
135} // namespace Model
136} // namespace deadline
137} // namespace Aws
ManifestProperties & WithFileSystemLocationName(FileSystemLocationNameT &&value)
void SetInputManifestPath(InputManifestPathT &&value)
const Aws::String & GetInputManifestPath() const
void SetFileSystemLocationName(FileSystemLocationNameT &&value)
AWS_DEADLINE_API ManifestProperties()=default
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
ManifestProperties & WithInputManifestPath(InputManifestPathT &&value)
ManifestProperties & WithRootPath(RootPathT &&value)
ManifestProperties & WithOutputRelativeDirectories(OutputRelativeDirectoriesT &&value)
const Aws::String & GetInputManifestHash() const
AWS_DEADLINE_API ManifestProperties(Aws::Utils::Json::JsonView jsonValue)
ManifestProperties & WithInputManifestHash(InputManifestHashT &&value)
void SetInputManifestHash(InputManifestHashT &&value)
void SetOutputRelativeDirectories(OutputRelativeDirectoriesT &&value)
const Aws::Vector< Aws::String > & GetOutputRelativeDirectories() const
ManifestProperties & WithRootPathFormat(PathFormat value)
const Aws::String & GetFileSystemLocationName() const
AWS_DEADLINE_API ManifestProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
ManifestProperties & AddOutputRelativeDirectories(OutputRelativeDirectoriesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue