7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/firehose/model/DeliveryStreamFailureType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
60 template<
typename DetailsT = Aws::String>
61 void SetDetails(DetailsT&& value) { m_detailsHasBeenSet =
true; m_details = std::forward<DetailsT>(value); }
62 template<
typename DetailsT = Aws::String>
68 bool m_typeHasBeenSet =
false;
71 bool m_detailsHasBeenSet =
false;
const Aws::String & GetDetails() const
bool DetailsHasBeenSet() const
AWS_FIREHOSE_API FailureDescription()=default
AWS_FIREHOSE_API FailureDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDetails(DetailsT &&value)
AWS_FIREHOSE_API FailureDescription(Aws::Utils::Json::JsonView jsonValue)
void SetType(DeliveryStreamFailureType value)
FailureDescription & WithDetails(DetailsT &&value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
DeliveryStreamFailureType GetType() const
FailureDescription & WithType(DeliveryStreamFailureType value)
bool TypeHasBeenSet() const
DeliveryStreamFailureType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue