7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/fis/model/ExperimentTargetAccountConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename TargetAccountConfigurationT = ExperimentTargetAccountConfiguration>
42 void SetTargetAccountConfiguration(TargetAccountConfigurationT&& value) { m_targetAccountConfigurationHasBeenSet =
true; m_targetAccountConfiguration = std::forward<TargetAccountConfigurationT>(value); }
43 template<
typename TargetAccountConfigurationT = ExperimentTargetAccountConfiguration>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_targetAccountConfigurationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
const ExperimentTargetAccountConfiguration & GetTargetAccountConfiguration() const
void SetRequestId(RequestIdT &&value)
AWS_FIS_API GetExperimentTargetAccountConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_FIS_API GetExperimentTargetAccountConfigurationResult()=default
GetExperimentTargetAccountConfigurationResult & WithTargetAccountConfiguration(TargetAccountConfigurationT &&value)
AWS_FIS_API GetExperimentTargetAccountConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetExperimentTargetAccountConfigurationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetTargetAccountConfiguration(TargetAccountConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue