7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/model/PathFormat.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetSourcePath(
const char* value) { m_sourcePathHasBeenSet =
true; m_sourcePath.assign(value); }
75 inline void SetDestinationPath(
const char* value) { m_destinationPathHasBeenSet =
true; m_destinationPath.assign(value); }
83 bool m_sourcePathFormatHasBeenSet =
false;
86 bool m_sourcePathHasBeenSet =
false;
89 bool m_destinationPathHasBeenSet =
false;
PathMappingRule & WithDestinationPath(Aws::String &&value)
const Aws::String & GetSourcePath() const
PathMappingRule & WithSourcePathFormat(const PathFormat &value)
PathMappingRule & WithSourcePath(const char *value)
AWS_DEADLINE_API PathMappingRule & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDestinationPath(const char *value)
bool SourcePathHasBeenSet() const
AWS_DEADLINE_API PathMappingRule(Aws::Utils::Json::JsonView jsonValue)
void SetSourcePath(const char *value)
AWS_DEADLINE_API PathMappingRule()
PathMappingRule & WithDestinationPath(const Aws::String &value)
void SetDestinationPath(Aws::String &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSourcePathFormat(PathFormat &&value)
void SetSourcePath(Aws::String &&value)
bool SourcePathFormatHasBeenSet() const
PathMappingRule & WithSourcePath(const Aws::String &value)
const PathFormat & GetSourcePathFormat() const
bool DestinationPathHasBeenSet() const
void SetDestinationPath(const Aws::String &value)
PathMappingRule & WithSourcePathFormat(PathFormat &&value)
PathMappingRule & WithDestinationPath(const char *value)
void SetSourcePath(const Aws::String &value)
const Aws::String & GetDestinationPath() const
void SetSourcePathFormat(const PathFormat &value)
PathMappingRule & WithSourcePath(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue