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; }
61 template<
typename SessionTargetT = Aws::String>
62 void SetSessionTarget(SessionTargetT&& value) { m_sessionTargetHasBeenSet =
true; m_sessionTarget = std::forward<SessionTargetT>(value); }
63 template<
typename SessionTargetT = Aws::String>
68 bool m_sessionEnabled{
false};
69 bool m_sessionEnabledHasBeenSet =
false;
72 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)
AWS_CODEBUILD_API DebugSession()=default
void SetSessionEnabled(bool value)
DebugSession & WithSessionTarget(SessionTargetT &&value)
bool GetSessionEnabled() const
void SetSessionTarget(SessionTargetT &&value)
bool SessionTargetHasBeenSet() const
const Aws::String & GetSessionTarget() const
AWS_CODEBUILD_API DebugSession & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SessionEnabledHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue