7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
38 AWS_BATCH_API
Host() =
default;
58 template<
typename SourcePathT = Aws::String>
59 void SetSourcePath(SourcePathT&& value) { m_sourcePathHasBeenSet =
true; m_sourcePath = std::forward<SourcePathT>(value); }
60 template<
typename SourcePathT = Aws::String>
66 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