7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9#include <aws/deadline/model/PathFormat.h>
42 m_sourcePathFormatHasBeenSet =
true;
43 m_sourcePathFormat = value;
57 template <
typename SourcePathT = Aws::String>
59 m_sourcePathHasBeenSet =
true;
60 m_sourcePath = std::forward<SourcePathT>(value);
62 template <
typename SourcePathT = Aws::String>
75 template <
typename DestinationPathT = Aws::String>
77 m_destinationPathHasBeenSet =
true;
78 m_destinationPath = std::forward<DestinationPathT>(value);
80 template <
typename DestinationPathT = Aws::String>
92 bool m_sourcePathFormatHasBeenSet =
false;
93 bool m_sourcePathHasBeenSet =
false;
94 bool m_destinationPathHasBeenSet =
false;
const Aws::String & GetSourcePath() const
PathFormat GetSourcePathFormat() const
void SetDestinationPath(DestinationPathT &&value)
PathMappingRule & WithSourcePathFormat(PathFormat value)
AWS_DEADLINE_API PathMappingRule & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SourcePathHasBeenSet() const
void SetSourcePathFormat(PathFormat value)
PathMappingRule & WithSourcePath(SourcePathT &&value)
AWS_DEADLINE_API PathMappingRule(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourcePathFormatHasBeenSet() const
void SetSourcePath(SourcePathT &&value)
AWS_DEADLINE_API PathMappingRule()=default
bool DestinationPathHasBeenSet() const
PathMappingRule & WithDestinationPath(DestinationPathT &&value)
const Aws::String & GetDestinationPath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue