7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/tnb/Tnb_EXPORTS.h>
40 template <
typename CauseT = Aws::String>
42 m_causeHasBeenSet =
true;
43 m_cause = std::forward<CauseT>(value);
45 template <
typename CauseT = Aws::String>
47 SetCause(std::forward<CauseT>(value));
58 template <
typename DetailsT = Aws::String>
60 m_detailsHasBeenSet =
true;
61 m_details = std::forward<DetailsT>(value);
63 template <
typename DetailsT = Aws::String>
73 bool m_causeHasBeenSet =
false;
74 bool m_detailsHasBeenSet =
false;
ErrorInfo & WithCause(CauseT &&value)
void SetDetails(DetailsT &&value)
bool DetailsHasBeenSet() const
ErrorInfo & WithDetails(DetailsT &&value)
AWS_TNB_API ErrorInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCause() const
const Aws::String & GetDetails() const
bool CauseHasBeenSet() const
void SetCause(CauseT &&value)
AWS_TNB_API ErrorInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TNB_API ErrorInfo()=default
AWS_TNB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue