7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
41 template <
typename ExceptionNameT = Aws::String>
43 m_exceptionNameHasBeenSet =
true;
44 m_exceptionName = std::forward<ExceptionNameT>(value);
46 template <
typename ExceptionNameT = Aws::String>
59 template <
typename ExceptionDescriptionT = Aws::String>
61 m_exceptionDescriptionHasBeenSet =
true;
62 m_exceptionDescription = std::forward<ExceptionDescriptionT>(value);
64 template <
typename ExceptionDescriptionT = Aws::String>
74 bool m_exceptionNameHasBeenSet =
false;
75 bool m_exceptionDescriptionHasBeenSet =
false;
FailureException & WithExceptionDescription(ExceptionDescriptionT &&value)
void SetExceptionDescription(ExceptionDescriptionT &&value)
FailureException & WithExceptionName(ExceptionNameT &&value)
const Aws::String & GetExceptionDescription() const
AWS_DYNAMODB_API FailureException()=default
bool ExceptionNameHasBeenSet() const
bool ExceptionDescriptionHasBeenSet() const
AWS_DYNAMODB_API FailureException(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API FailureException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExceptionName() const
void SetExceptionName(ExceptionNameT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue