7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename RoleArnT = Aws::String>
48 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
49 template<
typename RoleArnT = Aws::String>
59 template<
typename AccountIdT = Aws::String>
60 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
61 template<
typename AccountIdT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
79 bool m_roleArnHasBeenSet =
false;
82 bool m_accountIdHasBeenSet =
false;
85 bool m_descriptionHasBeenSet =
false;
bool RoleArnHasBeenSet() const
ExperimentTargetAccountConfiguration & WithRoleArn(RoleArnT &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
AWS_FIS_API ExperimentTargetAccountConfiguration()=default
ExperimentTargetAccountConfiguration & WithDescription(DescriptionT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetAccountId() const
const Aws::String & GetRoleArn() const
AWS_FIS_API ExperimentTargetAccountConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(AccountIdT &&value)
ExperimentTargetAccountConfiguration & WithAccountId(AccountIdT &&value)
AWS_FIS_API ExperimentTargetAccountConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
bool AccountIdHasBeenSet() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue