7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
33 AWS_BATCH_API
Host() =
default;
52 template <
typename SourcePathT = Aws::String>
54 m_sourcePathHasBeenSet =
true;
55 m_sourcePath = std::forward<SourcePathT>(value);
57 template <
typename SourcePathT = Aws::String>
65 bool m_sourcePathHasBeenSet =
false;
void SetSourcePath(SourcePathT &&value)
Host & WithSourcePath(SourcePathT &&value)
bool SourcePathHasBeenSet() const
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSourcePath() const
AWS_BATCH_API Host & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API Host(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API Host()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue