7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename EngineLogStreamT = Aws::String>
47 void SetEngineLogStream(EngineLogStreamT&& value) { m_engineLogStreamHasBeenSet =
true; m_engineLogStream = std::forward<EngineLogStreamT>(value); }
48 template<
typename EngineLogStreamT = Aws::String>
58 template<
typename RunLogStreamT = Aws::String>
59 void SetRunLogStream(RunLogStreamT&& value) { m_runLogStreamHasBeenSet =
true; m_runLogStream = std::forward<RunLogStreamT>(value); }
60 template<
typename RunLogStreamT = Aws::String>
66 bool m_engineLogStreamHasBeenSet =
false;
69 bool m_runLogStreamHasBeenSet =
false;
AWS_OMICS_API RunLogLocation()=default
AWS_OMICS_API RunLogLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RunLogStreamHasBeenSet() const
void SetEngineLogStream(EngineLogStreamT &&value)
AWS_OMICS_API RunLogLocation(Aws::Utils::Json::JsonView jsonValue)
RunLogLocation & WithEngineLogStream(EngineLogStreamT &&value)
void SetRunLogStream(RunLogStreamT &&value)
const Aws::String & GetEngineLogStream() const
const Aws::String & GetRunLogStream() const
RunLogLocation & WithRunLogStream(RunLogStreamT &&value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool EngineLogStreamHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue