7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fis/FIS_EXPORTS.h>
41 template <
typename RoleArnT = Aws::String>
43 m_roleArnHasBeenSet =
true;
44 m_roleArn = std::forward<RoleArnT>(value);
46 template <
typename RoleArnT = Aws::String>
59 template <
typename AccountIdT = Aws::String>
61 m_accountIdHasBeenSet =
true;
62 m_accountId = std::forward<AccountIdT>(value);
64 template <
typename AccountIdT = Aws::String>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
94 bool m_roleArnHasBeenSet =
false;
95 bool m_accountIdHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
TargetAccountConfigurationSummary & WithAccountId(AccountIdT &&value)
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_FIS_API TargetAccountConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_FIS_API TargetAccountConfigurationSummary()=default
AWS_FIS_API TargetAccountConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(AccountIdT &&value)
TargetAccountConfigurationSummary & WithDescription(DescriptionT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetAccountId() const
const Aws::String & GetDescription() const
bool RoleArnHasBeenSet() const
bool AccountIdHasBeenSet() const
const Aws::String & GetRoleArn() const
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
TargetAccountConfigurationSummary & WithRoleArn(RoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue