7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename RoleArnT = Aws::String>
47 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
48 template<
typename RoleArnT = Aws::String>
58 template<
typename AccountIdT = Aws::String>
59 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
60 template<
typename AccountIdT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
78 bool m_roleArnHasBeenSet =
false;
81 bool m_accountIdHasBeenSet =
false;
84 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