AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RunLogLocation.h
1
6#pragma once
7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Omics
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_OMICS_API RunLogLocation();
37 AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetEngineLogStream() const{ return m_engineLogStream; }
45 inline bool EngineLogStreamHasBeenSet() const { return m_engineLogStreamHasBeenSet; }
46 inline void SetEngineLogStream(const Aws::String& value) { m_engineLogStreamHasBeenSet = true; m_engineLogStream = value; }
47 inline void SetEngineLogStream(Aws::String&& value) { m_engineLogStreamHasBeenSet = true; m_engineLogStream = std::move(value); }
48 inline void SetEngineLogStream(const char* value) { m_engineLogStreamHasBeenSet = true; m_engineLogStream.assign(value); }
49 inline RunLogLocation& WithEngineLogStream(const Aws::String& value) { SetEngineLogStream(value); return *this;}
50 inline RunLogLocation& WithEngineLogStream(Aws::String&& value) { SetEngineLogStream(std::move(value)); return *this;}
51 inline RunLogLocation& WithEngineLogStream(const char* value) { SetEngineLogStream(value); return *this;}
53
55
58 inline const Aws::String& GetRunLogStream() const{ return m_runLogStream; }
59 inline bool RunLogStreamHasBeenSet() const { return m_runLogStreamHasBeenSet; }
60 inline void SetRunLogStream(const Aws::String& value) { m_runLogStreamHasBeenSet = true; m_runLogStream = value; }
61 inline void SetRunLogStream(Aws::String&& value) { m_runLogStreamHasBeenSet = true; m_runLogStream = std::move(value); }
62 inline void SetRunLogStream(const char* value) { m_runLogStreamHasBeenSet = true; m_runLogStream.assign(value); }
63 inline RunLogLocation& WithRunLogStream(const Aws::String& value) { SetRunLogStream(value); return *this;}
64 inline RunLogLocation& WithRunLogStream(Aws::String&& value) { SetRunLogStream(std::move(value)); return *this;}
65 inline RunLogLocation& WithRunLogStream(const char* value) { SetRunLogStream(value); return *this;}
67 private:
68
69 Aws::String m_engineLogStream;
70 bool m_engineLogStreamHasBeenSet = false;
71
72 Aws::String m_runLogStream;
73 bool m_runLogStreamHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace Omics
78} // namespace Aws
void SetRunLogStream(Aws::String &&value)
AWS_OMICS_API RunLogLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
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
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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue