7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fis/FIS_EXPORTS.h>
41 template <
typename AccountIdT = Aws::String>
43 m_accountIdHasBeenSet =
true;
44 m_accountId = std::forward<AccountIdT>(value);
46 template <
typename AccountIdT = Aws::String>
59 template <
typename CodeT = Aws::String>
61 m_codeHasBeenSet =
true;
62 m_code = std::forward<CodeT>(value);
64 template <
typename CodeT = Aws::String>
66 SetCode(std::forward<CodeT>(value));
77 template <
typename LocationT = Aws::String>
79 m_locationHasBeenSet =
true;
80 m_location = std::forward<LocationT>(value);
82 template <
typename LocationT = Aws::String>
94 bool m_accountIdHasBeenSet =
false;
95 bool m_codeHasBeenSet =
false;
96 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