7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetSessionEnabled(
bool value) { m_sessionEnabledHasBeenSet =
true; m_sessionEnabled = value; }
63 inline void SetSessionTarget(
const char* value) { m_sessionTargetHasBeenSet =
true; m_sessionTarget.assign(value); }
70 bool m_sessionEnabled;
71 bool m_sessionEnabledHasBeenSet =
false;
74 bool m_sessionTargetHasBeenSet =
false;
AWS_CODEBUILD_API DebugSession(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
DebugSession & WithSessionEnabled(bool value)
void SetSessionTarget(Aws::String &&value)
AWS_CODEBUILD_API DebugSession()
void SetSessionEnabled(bool value)
void SetSessionTarget(const char *value)
bool GetSessionEnabled() const
void SetSessionTarget(const Aws::String &value)
DebugSession & WithSessionTarget(const Aws::String &value)
DebugSession & WithSessionTarget(Aws::String &&value)
bool SessionTargetHasBeenSet() const
const Aws::String & GetSessionTarget() const
AWS_CODEBUILD_API DebugSession & operator=(Aws::Utils::Json::JsonView jsonValue)
DebugSession & WithSessionTarget(const char *value)
bool SessionEnabledHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue