7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fis/FISRequest.h>
9#include <aws/fis/FIS_EXPORTS.h>
27 inline virtual const char*
GetServiceRequestName()
const override {
return "UpdateTargetAccountConfiguration"; }
37 template <
typename ExperimentTemplateIdT = Aws::String>
39 m_experimentTemplateIdHasBeenSet =
true;
40 m_experimentTemplateId = std::forward<ExperimentTemplateIdT>(value);
42 template <
typename ExperimentTemplateIdT = Aws::String>
55 template <
typename AccountIdT = Aws::String>
57 m_accountIdHasBeenSet =
true;
58 m_accountId = std::forward<AccountIdT>(value);
60 template <
typename AccountIdT = Aws::String>
73 template <
typename RoleArnT = Aws::String>
75 m_roleArnHasBeenSet =
true;
76 m_roleArn = std::forward<RoleArnT>(value);
78 template <
typename RoleArnT = Aws::String>
91 template <
typename DescriptionT = Aws::String>
93 m_descriptionHasBeenSet =
true;
94 m_description = std::forward<DescriptionT>(value);
96 template <
typename DescriptionT = Aws::String>
110 bool m_experimentTemplateIdHasBeenSet =
false;
111 bool m_accountIdHasBeenSet =
false;
112 bool m_roleArnHasBeenSet =
false;
113 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