7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/fis/FISRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "CreateTargetAccountConfiguration"; }
43 template<
typename ClientTokenT = Aws::String>
44 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
45 template<
typename ClientTokenT = Aws::String>
55 template<
typename ExperimentTemplateIdT = Aws::String>
56 void SetExperimentTemplateId(ExperimentTemplateIdT&& value) { m_experimentTemplateIdHasBeenSet =
true; m_experimentTemplateId = std::forward<ExperimentTemplateIdT>(value); }
57 template<
typename ExperimentTemplateIdT = Aws::String>
67 template<
typename AccountIdT = Aws::String>
68 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
69 template<
typename AccountIdT = Aws::String>
79 template<
typename RoleArnT = Aws::String>
80 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
81 template<
typename RoleArnT = Aws::String>
91 template<
typename DescriptionT = Aws::String>
92 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
93 template<
typename DescriptionT = Aws::String>
99 bool m_clientTokenHasBeenSet =
true;
102 bool m_experimentTemplateIdHasBeenSet =
false;
105 bool m_accountIdHasBeenSet =
false;
108 bool m_roleArnHasBeenSet =
false;
111 bool m_descriptionHasBeenSet =
false;
const Aws::String & GetClientToken() const
AWS_FIS_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
bool ClientTokenHasBeenSet() const
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAccountId() const
CreateTargetAccountConfigurationRequest & WithAccountId(AccountIdT &&value)
void SetExperimentTemplateId(ExperimentTemplateIdT &&value)
CreateTargetAccountConfigurationRequest & WithExperimentTemplateId(ExperimentTemplateIdT &&value)
const Aws::String & GetDescription() const
CreateTargetAccountConfigurationRequest & WithDescription(DescriptionT &&value)
void SetRoleArn(RoleArnT &&value)
bool ExperimentTemplateIdHasBeenSet() const
bool AccountIdHasBeenSet() const
bool RoleArnHasBeenSet() const
CreateTargetAccountConfigurationRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetRoleArn() const
void SetClientToken(ClientTokenT &&value)
AWS_FIS_API CreateTargetAccountConfigurationRequest()=default
CreateTargetAccountConfigurationRequest & WithRoleArn(RoleArnT &&value)
const Aws::String & GetExperimentTemplateId() const
void SetAccountId(AccountIdT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String