7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fis/FISRequest.h>
10#include <aws/fis/FIS_EXPORTS.h>
28 inline virtual const char*
GetServiceRequestName()
const override {
return "CreateTargetAccountConfiguration"; }
39 template <
typename ClientTokenT = Aws::String>
41 m_clientTokenHasBeenSet =
true;
42 m_clientToken = std::forward<ClientTokenT>(value);
44 template <
typename ClientTokenT = Aws::String>
57 template <
typename ExperimentTemplateIdT = Aws::String>
59 m_experimentTemplateIdHasBeenSet =
true;
60 m_experimentTemplateId = std::forward<ExperimentTemplateIdT>(value);
62 template <
typename ExperimentTemplateIdT = Aws::String>
75 template <
typename AccountIdT = Aws::String>
77 m_accountIdHasBeenSet =
true;
78 m_accountId = std::forward<AccountIdT>(value);
80 template <
typename AccountIdT = Aws::String>
93 template <
typename RoleArnT = Aws::String>
95 m_roleArnHasBeenSet =
true;
96 m_roleArn = std::forward<RoleArnT>(value);
98 template <
typename RoleArnT = Aws::String>
111 template <
typename DescriptionT = Aws::String>
113 m_descriptionHasBeenSet =
true;
114 m_description = std::forward<DescriptionT>(value);
116 template <
typename DescriptionT = Aws::String>
132 bool m_clientTokenHasBeenSet =
true;
133 bool m_experimentTemplateIdHasBeenSet =
false;
134 bool m_accountIdHasBeenSet =
false;
135 bool m_roleArnHasBeenSet =
false;
136 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