7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/fis/FISRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateTargetAccountConfiguration"; }
41 template<
typename ExperimentTemplateIdT = Aws::String>
42 void SetExperimentTemplateId(ExperimentTemplateIdT&& value) { m_experimentTemplateIdHasBeenSet =
true; m_experimentTemplateId = std::forward<ExperimentTemplateIdT>(value); }
43 template<
typename ExperimentTemplateIdT = Aws::String>
53 template<
typename AccountIdT = Aws::String>
54 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
55 template<
typename AccountIdT = Aws::String>
65 template<
typename RoleArnT = Aws::String>
66 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
67 template<
typename RoleArnT = Aws::String>
77 template<
typename DescriptionT = Aws::String>
78 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
79 template<
typename DescriptionT = Aws::String>
85 bool m_experimentTemplateIdHasBeenSet =
false;
88 bool m_accountIdHasBeenSet =
false;
91 bool m_roleArnHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
bool RoleArnHasBeenSet() const
UpdateTargetAccountConfigurationRequest & WithAccountId(AccountIdT &&value)
void SetExperimentTemplateId(ExperimentTemplateIdT &&value)
UpdateTargetAccountConfigurationRequest & WithDescription(DescriptionT &&value)
void SetAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
UpdateTargetAccountConfigurationRequest & WithRoleArn(RoleArnT &&value)
bool DescriptionHasBeenSet() const
AWS_FIS_API UpdateTargetAccountConfigurationRequest()=default
bool ExperimentTemplateIdHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetExperimentTemplateId() const
UpdateTargetAccountConfigurationRequest & WithExperimentTemplateId(ExperimentTemplateIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_FIS_API Aws::String SerializePayload() const override
const Aws::String & GetAccountId() const
const Aws::String & GetRoleArn() const
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String