7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetEngineLogStream(
const char* value) { m_engineLogStreamHasBeenSet =
true; m_engineLogStream.assign(value); }
62 inline void SetRunLogStream(
const char* value) { m_runLogStreamHasBeenSet =
true; m_runLogStream.assign(value); }
70 bool m_engineLogStreamHasBeenSet =
false;
73 bool m_runLogStreamHasBeenSet =
false;
void SetRunLogStream(Aws::String &&value)
AWS_OMICS_API RunLogLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RunLogStreamHasBeenSet() const
RunLogLocation & WithRunLogStream(const Aws::String &value)
RunLogLocation & WithEngineLogStream(Aws::String &&value)
RunLogLocation & WithRunLogStream(Aws::String &&value)
RunLogLocation & WithEngineLogStream(const char *value)
void SetEngineLogStream(const char *value)
AWS_OMICS_API RunLogLocation(Aws::Utils::Json::JsonView jsonValue)
void SetEngineLogStream(Aws::String &&value)
const Aws::String & GetEngineLogStream() const
RunLogLocation & WithRunLogStream(const char *value)
const Aws::String & GetRunLogStream() const
AWS_OMICS_API RunLogLocation()
void SetEngineLogStream(const Aws::String &value)
RunLogLocation & WithEngineLogStream(const Aws::String &value)
void SetRunLogStream(const Aws::String &value)
void SetRunLogStream(const char *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