7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
9#include <aws/resiliencehubv2/model/SystemEventMetadata.h>
20namespace resiliencehubv2 {
41 template <
typename TitleT = Aws::String>
43 m_titleHasBeenSet =
true;
44 m_title = std::forward<TitleT>(value);
46 template <
typename TitleT = Aws::String>
48 SetTitle(std::forward<TitleT>(value));
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
75 template <
typename EventMetadataT = SystemEventMetadata>
77 m_eventMetadataHasBeenSet =
true;
78 m_eventMetadata = std::forward<EventMetadataT>(value);
80 template <
typename EventMetadataT = SystemEventMetadata>
92 bool m_titleHasBeenSet =
false;
93 bool m_descriptionHasBeenSet =
false;
94 bool m_eventMetadataHasBeenSet =
false;
AWS_RESILIENCEHUBV2_API SystemEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EventMetadataHasBeenSet() const
const Aws::String & GetTitle() const
SystemEventDetails & WithDescription(DescriptionT &&value)
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
const SystemEventMetadata & GetEventMetadata() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
bool TitleHasBeenSet() const
AWS_RESILIENCEHUBV2_API SystemEventDetails(Aws::Utils::Json::JsonView jsonValue)
SystemEventDetails & WithTitle(TitleT &&value)
void SetTitle(TitleT &&value)
void SetDescription(DescriptionT &&value)
void SetEventMetadata(EventMetadataT &&value)
SystemEventDetails & WithEventMetadata(EventMetadataT &&value)
AWS_RESILIENCEHUBV2_API SystemEventDetails()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue