7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/model/ComputePlatform.h>
10#include <aws/inspector2/model/StopCisMessageProgress.h>
11#include <aws/inspector2/model/StopCisSessionStatus.h>
51 inline void SetBenchmarkProfile(
const char* value) { m_benchmarkProfileHasBeenSet =
true; m_benchmarkProfile.assign(value); }
65 inline void SetBenchmarkVersion(
const char* value) { m_benchmarkVersionHasBeenSet =
true; m_benchmarkVersion.assign(value); }
103 inline void SetReason(
const char* value) { m_reasonHasBeenSet =
true; m_reason.assign(value); }
123 bool m_benchmarkProfileHasBeenSet =
false;
126 bool m_benchmarkVersionHasBeenSet =
false;
129 bool m_computePlatformHasBeenSet =
false;
132 bool m_progressHasBeenSet =
false;
135 bool m_reasonHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
StopCisSessionMessage & WithStatus(StopCisSessionStatus &&value)
AWS_INSPECTOR2_API StopCisSessionMessage()
void SetBenchmarkVersion(const Aws::String &value)
void SetBenchmarkVersion(const char *value)
void SetProgress(const StopCisMessageProgress &value)
StopCisSessionMessage & WithBenchmarkVersion(const Aws::String &value)
StopCisSessionMessage & WithReason(const char *value)
void SetComputePlatform(ComputePlatform &&value)
void SetComputePlatform(const ComputePlatform &value)
const Aws::String & GetBenchmarkVersion() const
void SetBenchmarkProfile(const char *value)
AWS_INSPECTOR2_API StopCisSessionMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
StopCisSessionMessage & WithProgress(const StopCisMessageProgress &value)
bool ReasonHasBeenSet() const
void SetReason(const char *value)
bool BenchmarkVersionHasBeenSet() const
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetReason(const Aws::String &value)
bool ProgressHasBeenSet() const
StopCisSessionMessage & WithBenchmarkVersion(const char *value)
StopCisSessionMessage & WithReason(const Aws::String &value)
StopCisSessionMessage & WithStatus(const StopCisSessionStatus &value)
void SetBenchmarkProfile(Aws::String &&value)
const StopCisMessageProgress & GetProgress() const
StopCisSessionMessage & WithBenchmarkProfile(Aws::String &&value)
const Aws::String & GetBenchmarkProfile() const
void SetProgress(StopCisMessageProgress &&value)
void SetBenchmarkVersion(Aws::String &&value)
StopCisSessionMessage & WithBenchmarkProfile(const Aws::String &value)
bool ComputePlatformHasBeenSet() const
bool StatusHasBeenSet() const
const ComputePlatform & GetComputePlatform() const
StopCisSessionMessage & WithComputePlatform(ComputePlatform &&value)
void SetStatus(StopCisSessionStatus &&value)
const Aws::String & GetReason() const
void SetBenchmarkProfile(const Aws::String &value)
StopCisSessionMessage & WithBenchmarkProfile(const char *value)
void SetReason(Aws::String &&value)
StopCisSessionMessage & WithBenchmarkVersion(Aws::String &&value)
AWS_INSPECTOR2_API StopCisSessionMessage(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(const StopCisSessionStatus &value)
const StopCisSessionStatus & GetStatus() const
StopCisSessionMessage & WithComputePlatform(const ComputePlatform &value)
StopCisSessionMessage & WithReason(Aws::String &&value)
bool BenchmarkProfileHasBeenSet() const
StopCisSessionMessage & WithProgress(StopCisMessageProgress &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue