7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fis/FIS_EXPORTS.h>
40 template <
typename RoleArnT = Aws::String>
42 m_roleArnHasBeenSet =
true;
43 m_roleArn = std::forward<RoleArnT>(value);
45 template <
typename RoleArnT = Aws::String>
58 template <
typename AccountIdT = Aws::String>
60 m_accountIdHasBeenSet =
true;
61 m_accountId = std::forward<AccountIdT>(value);
63 template <
typename AccountIdT = Aws::String>
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
93 bool m_roleArnHasBeenSet =
false;
94 bool m_accountIdHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
TargetAccountConfiguration & WithRoleArn(RoleArnT &&value)
const Aws::String & GetAccountId() const
const Aws::String & GetRoleArn() const
bool DescriptionHasBeenSet() const
AWS_FIS_API TargetAccountConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
bool AccountIdHasBeenSet() const
const Aws::String & GetDescription() const
AWS_FIS_API TargetAccountConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(RoleArnT &&value)
TargetAccountConfiguration & WithAccountId(AccountIdT &&value)
bool RoleArnHasBeenSet() const
TargetAccountConfiguration & WithDescription(DescriptionT &&value)
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAccountId(AccountIdT &&value)
AWS_FIS_API TargetAccountConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue