7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
63 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
77 inline void SetLocation(
const char* value) { m_locationHasBeenSet =
true; m_location.assign(value); }
85 bool m_accountIdHasBeenSet =
false;
88 bool m_codeHasBeenSet =
false;
91 bool m_locationHasBeenSet =
false;
ExperimentError & WithAccountId(const char *value)
AWS_FIS_API ExperimentError()
void SetAccountId(const char *value)
ExperimentError & WithAccountId(const Aws::String &value)
ExperimentError & WithLocation(Aws::String &&value)
void SetLocation(Aws::String &&value)
AWS_FIS_API ExperimentError(Aws::Utils::Json::JsonView jsonValue)
ExperimentError & WithLocation(const Aws::String &value)
void SetCode(const Aws::String &value)
void SetCode(const char *value)
ExperimentError & WithCode(const char *value)
ExperimentError & WithLocation(const char *value)
const Aws::String & GetLocation() const
bool AccountIdHasBeenSet() const
ExperimentError & WithAccountId(Aws::String &&value)
AWS_FIS_API ExperimentError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(const Aws::String &value)
void SetAccountId(Aws::String &&value)
void SetCode(Aws::String &&value)
bool LocationHasBeenSet() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
ExperimentError & WithCode(const Aws::String &value)
ExperimentError & WithCode(Aws::String &&value)
void SetLocation(const char *value)
bool CodeHasBeenSet() const
const Aws::String & GetCode() const
const Aws::String & GetAccountId() const
void SetLocation(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue