7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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>
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>
67 bool m_outputManifestPathHasBeenSet =
false;
70 bool m_outputManifestHashHasBeenSet =
false;
const Aws::String & GetOutputManifestHash() const
void SetOutputManifestPath(OutputManifestPathT &&value)
AWS_DEADLINE_API TaskRunManifestPropertiesResponse()=default
bool OutputManifestPathHasBeenSet() const
TaskRunManifestPropertiesResponse & WithOutputManifestHash(OutputManifestHashT &&value)
AWS_DEADLINE_API TaskRunManifestPropertiesResponse(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOutputManifestPath() const
AWS_DEADLINE_API TaskRunManifestPropertiesResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOutputManifestHash(OutputManifestHashT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool OutputManifestHashHasBeenSet() const
TaskRunManifestPropertiesResponse & WithOutputManifestPath(OutputManifestPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue