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>
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>
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>
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>>
87 template<
typename OutputRelativeDirectoriesT = Aws::String>
88 ManifestProperties&
AddOutputRelativeDirectories(OutputRelativeDirectoriesT&& value) { m_outputRelativeDirectoriesHasBeenSet =
true; m_outputRelativeDirectories.emplace_back(std::forward<OutputRelativeDirectoriesT>(value));
return *
this; }
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>
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>
117 bool m_fileSystemLocationNameHasBeenSet =
false;
120 bool m_rootPathHasBeenSet =
false;
123 bool m_rootPathFormatHasBeenSet =
false;
126 bool m_outputRelativeDirectoriesHasBeenSet =
false;
129 bool m_inputManifestPathHasBeenSet =
false;
132 bool m_inputManifestHashHasBeenSet =
false;
ManifestProperties & WithFileSystemLocationName(FileSystemLocationNameT &&value)
bool FileSystemLocationNameHasBeenSet() const
void SetInputManifestPath(InputManifestPathT &&value)
const Aws::String & GetInputManifestPath() const
const Aws::String & GetRootPath() const
PathFormat GetRootPathFormat() const
void SetFileSystemLocationName(FileSystemLocationNameT &&value)
AWS_DEADLINE_API ManifestProperties()=default
bool RootPathFormatHasBeenSet() const
void SetRootPath(RootPathT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
ManifestProperties & WithInputManifestPath(InputManifestPathT &&value)
ManifestProperties & WithRootPath(RootPathT &&value)
bool RootPathHasBeenSet() const
ManifestProperties & WithOutputRelativeDirectories(OutputRelativeDirectoriesT &&value)
const Aws::String & GetInputManifestHash() const
bool InputManifestHashHasBeenSet() const
AWS_DEADLINE_API ManifestProperties(Aws::Utils::Json::JsonView jsonValue)
ManifestProperties & WithInputManifestHash(InputManifestHashT &&value)
void SetInputManifestHash(InputManifestHashT &&value)
void SetOutputRelativeDirectories(OutputRelativeDirectoriesT &&value)
void SetRootPathFormat(PathFormat value)
const Aws::Vector< Aws::String > & GetOutputRelativeDirectories() const
ManifestProperties & WithRootPathFormat(PathFormat value)
bool InputManifestPathHasBeenSet() const
bool OutputRelativeDirectoriesHasBeenSet() const
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