7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
19namespace resiliencehubv2 {
41 template <
typename TestTemplateArnT = Aws::String>
43 m_testTemplateArnHasBeenSet =
true;
44 m_testTemplateArn = std::forward<TestTemplateArnT>(value);
46 template <
typename TestTemplateArnT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
94 bool m_testTemplateArnHasBeenSet =
false;
95 bool m_nameHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
void SetName(NameT &&value)
bool DescriptionHasBeenSet() const
void SetTestTemplateArn(TestTemplateArnT &&value)
const Aws::String & GetDescription() const
TestTemplateSummary & WithDescription(DescriptionT &&value)
const Aws::String & GetTestTemplateArn() const
AWS_RESILIENCEHUBV2_API TestTemplateSummary()=default
const Aws::String & GetName() const
AWS_RESILIENCEHUBV2_API TestTemplateSummary(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
TestTemplateSummary & WithName(NameT &&value)
bool TestTemplateArnHasBeenSet() const
AWS_RESILIENCEHUBV2_API TestTemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
TestTemplateSummary & WithTestTemplateArn(TestTemplateArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue