7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/omics/Omics_EXPORTS.h>
40 template <
typename EngineLogStreamT = Aws::String>
42 m_engineLogStreamHasBeenSet =
true;
43 m_engineLogStream = std::forward<EngineLogStreamT>(value);
45 template <
typename EngineLogStreamT = Aws::String>
58 template <
typename RunLogStreamT = Aws::String>
60 m_runLogStreamHasBeenSet =
true;
61 m_runLogStream = std::forward<RunLogStreamT>(value);
63 template <
typename RunLogStreamT = Aws::String>
73 bool m_engineLogStreamHasBeenSet =
false;
74 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