7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AccountIdT = Aws::String>
48 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
49 template<
typename AccountIdT = Aws::String>
59 template<
typename CodeT = Aws::String>
60 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
61 template<
typename CodeT = Aws::String>
71 template<
typename LocationT = Aws::String>
72 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
73 template<
typename LocationT = Aws::String>
79 bool m_accountIdHasBeenSet =
false;
82 bool m_codeHasBeenSet =
false;
85 bool m_locationHasBeenSet =
false;
void SetCode(CodeT &&value)
AWS_FIS_API ExperimentError(Aws::Utils::Json::JsonView jsonValue)
ExperimentError & WithCode(CodeT &&value)
ExperimentError & WithLocation(LocationT &&value)
const Aws::String & GetLocation() const
bool AccountIdHasBeenSet() const
AWS_FIS_API ExperimentError & operator=(Aws::Utils::Json::JsonView jsonValue)
ExperimentError & WithAccountId(AccountIdT &&value)
bool LocationHasBeenSet() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocation(LocationT &&value)
bool CodeHasBeenSet() const
const Aws::String & GetCode() const
const Aws::String & GetAccountId() const
void SetAccountId(AccountIdT &&value)
AWS_FIS_API ExperimentError()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue