7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/model/PathFormat.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename SourcePathT = Aws::String>
58 void SetSourcePath(SourcePathT&& value) { m_sourcePathHasBeenSet =
true; m_sourcePath = std::forward<SourcePathT>(value); }
59 template<
typename SourcePathT = Aws::String>
69 template<
typename DestinationPathT = Aws::String>
70 void SetDestinationPath(DestinationPathT&& value) { m_destinationPathHasBeenSet =
true; m_destinationPath = std::forward<DestinationPathT>(value); }
71 template<
typename DestinationPathT = Aws::String>
77 bool m_sourcePathFormatHasBeenSet =
false;
80 bool m_sourcePathHasBeenSet =
false;
83 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